Initial attempt at moving over Oscar's Jetty-based HTTP Service implementation
(FELIX-9).
git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@395268 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.http.jetty/.project b/org.apache.felix.http.jetty/.project
new file mode 100644
index 0000000..a5950e1
--- /dev/null
+++ b/org.apache.felix.http.jetty/.project
@@ -0,0 +1,17 @@
+<projectDescription>
+ <name>org.apache.felix.http.jetty</name>
+ <comment/>
+ <projects>
+ <project>org.osgi.core</project>
+ <project>org.osgi.compendium</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments/>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
\ No newline at end of file