Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/.project')
-rw-r--r--bundles/org.eclipse.osgi/.project18
1 files changed, 18 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/.project b/bundles/org.eclipse.osgi/.project
new file mode 100644
index 000000000..ffcb87342
--- /dev/null
+++ b/bundles/org.eclipse.osgi/.project
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.osgi</name>
+ <comment></comment>
+ <projects>
+ <project>org.eclipse.osgi.services</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>

Back to the top