Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-03-09 19:49:14 +0000
committerspingel2010-03-09 19:49:14 +0000
commit2a5092dea65da43c731c90c0f89d6af0ea4cd0c9 (patch)
tree6d9839424ceac2809b8700e5620fbb1d457490e4 /features/org.eclipse.equinox.p2.discovery.feature/.project
parent8345cb8b8aa6728cdeda9403af90a52de4525c63 (diff)
downloadrt.equinox.p2-2a5092dea65da43c731c90c0f89d6af0ea4cd0c9.tar.gz
rt.equinox.p2-2a5092dea65da43c731c90c0f89d6af0ea4cd0c9.tar.xz
rt.equinox.p2-2a5092dea65da43c731c90c0f89d6af0ea4cd0c9.zip
bug 303027: [discovery] create P2 discovery feature
Diffstat (limited to 'features/org.eclipse.equinox.p2.discovery.feature/.project')
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/.project17
1 files changed, 17 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/.project b/features/org.eclipse.equinox.p2.discovery.feature/.project
new file mode 100644
index 000000000..774ef70e4
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.discovery.feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.equinox.p2.discovery.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>

Back to the top