Bug 228782  Please copy the equinox.http.jetty 2.0.0 project so it's fetched from a subdirectory
diff --git a/bundles/org.eclipse.equinox.http.jetty5/.classpath b/bundles/org.eclipse.equinox.http.jetty5/.classpath
new file mode 100644
index 0000000..8eb8c93
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http.jetty5/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.0%Foundation-1.0"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
\ No newline at end of file
diff --git a/bundles/org.eclipse.equinox.http.jetty5/.project b/bundles/org.eclipse.equinox.http.jetty5/.project
index 39ce605..57670da 100644
--- a/bundles/org.eclipse.equinox.http.jetty5/.project
+++ b/bundles/org.eclipse.equinox.http.jetty5/.project
@@ -5,7 +5,24 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>
diff --git a/bundles/org.eclipse.equinox.http.jetty6/.classpath b/bundles/org.eclipse.equinox.http.jetty6/.classpath
new file mode 100644
index 0000000..ce0c7a5
--- /dev/null
+++ b/bundles/org.eclipse.equinox.http.jetty6/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/CDC-1.0%Foundation-1.0"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.equinox.http.jetty6/.project b/bundles/org.eclipse.equinox.http.jetty6/.project
index bc1087a..f3f4f59 100644
--- a/bundles/org.eclipse.equinox.http.jetty6/.project
+++ b/bundles/org.eclipse.equinox.http.jetty6/.project
@@ -5,7 +5,24 @@
 	<projects>
 	</projects>
 	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.ManifestBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.SchemaBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>