Code Generator for Eclipse Code
Brought to you by:
hotzst
changed | /trunk/org.jdom/.classpath |
changed | /trunk/org.jdom/META-INF/MANIFEST.MF |
--- a/trunk/org.jdom/.classpath +++ b/trunk/org.jdom/.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 exported="true" kind="lib" path="jdom.jar"/> - <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/org.jdom/META-INF/MANIFEST.MF +++ b/trunk/org.jdom/META-INF/MANIFEST.MF @@ -12,3 +12,4 @@ org.jdom.output, org.jdom.transform, org.jdom.xpath +Bundle-RequiredExecutionEnvironment: J2SE-1.5