*** empty log message ***
diff --git a/bundles/org.eclipse.core.boot/.classpath b/bundles/org.eclipse.core.boot/.classpath index ceee01e..dbbc1d8 100644 --- a/bundles/org.eclipse.core.boot/.classpath +++ b/bundles/org.eclipse.core.boot/.classpath
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="Eclipse Core Boot"/> <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> </classpath>
diff --git a/bundles/org.eclipse.core.boot/build.properties b/bundles/org.eclipse.core.boot/build.properties index 455a0a5..1a54bf5 100644 --- a/bundles/org.eclipse.core.boot/build.properties +++ b/bundles/org.eclipse.core.boot/build.properties
@@ -1,9 +1,9 @@ # VAJ build contribution build.includes=plugin.xml,build.properties,plugin.properties,plugin.jars -build.vaj.Eclipse\ Core\ Boot=Eclipse Core Boot +build.vaj.Eclipse\ Core\ Boot=src # Eclipse build contribution -source.boot.jar=Eclipse Core Boot +source.boot.jar=src bin.includes=plugin.xml,*.jar,plugin.properties javadoc.packages=org.eclipse.core.boot.*