Code Generator for Eclipse Code
Brought to you by:
hotzst
changed | /trunk/ch.sahits.codegen.microsoft/.classpath |
changed | /trunk/ch.sahits.codegen.microsoft/META-INF/MANIFEST.MF |
--- a/trunk/ch.sahits.codegen.microsoft/.classpath +++ b/trunk/ch.sahits.codegen.microsoft/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/> + <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath>
--- a/trunk/ch.sahits.codegen.microsoft/META-INF/MANIFEST.MF +++ b/trunk/ch.sahits.codegen.microsoft/META-INF/MANIFEST.MF @@ -7,3 +7,4 @@ Require-Bundle: ch.sahits.codegen.java, com.microsoft;visibility:=reexport Export-Package: ch.sahits.codegen.java.input.db +Bundle-RequiredExecutionEnvironment: J2SE-1.5