Put the boot.jar directly in the repo otherwise the build fail gathering sources.
diff --git a/bundles/org.eclipse.core.boot/.classpath b/bundles/org.eclipse.core.boot/.classpath
index 065ac06..ddf0f40 100644
--- a/bundles/org.eclipse.core.boot/.classpath
+++ b/bundles/org.eclipse.core.boot/.classpath
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="bin"/>
diff --git a/bundles/org.eclipse.core.boot/boot.jar b/bundles/org.eclipse.core.boot/boot.jar
new file mode 100644
index 0000000..0cbaab3
--- /dev/null
+++ b/bundles/org.eclipse.core.boot/boot.jar
Binary files differ
diff --git a/bundles/org.eclipse.core.boot/build.properties b/bundles/org.eclipse.core.boot/build.properties
index c7f0ff7..a69f7aa 100644
--- a/bundles/org.eclipse.core.boot/build.properties
+++ b/bundles/org.eclipse.core.boot/build.properties
@@ -8,13 +8,5 @@
 # Contributors:
 #     IBM Corporation - initial API and implementation
 ###############################################################################
-bin.includes = plugin.xml,\
-               *.jar,\
-               plugin.properties,\
-               about.html,\
-               boot.jar
-src.includes = readme.txt,\
-               about.html, \
-               plugin.properties
-source.boot.jar = src/
-output.boot.jar = bin/
+bin.includes=plugin.xml,*.jar,plugin.properties,about.html
+src.includes=about.html
diff --git a/bundles/org.eclipse.core.boot/src/readme.txt b/bundles/org.eclipse.core.boot/src/readme.txt
deleted file mode 100644
index 2d2cf7b..0000000
--- a/bundles/org.eclipse.core.boot/src/readme.txt
+++ /dev/null
@@ -1 +0,0 @@
-The features provided by this plug-in moved to org.eclipse.core.runtime, org.eclipse.core.runtime.compatiblilty or org.eclipse.update.configurator.
\ No newline at end of file