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/feature.xml
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/feature.xml')
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/feature.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
new file mode 100644
index 000000000..4acbcaaae
--- /dev/null
+++ b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.equinox.p2.discovery.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.equinox.p2.discovery"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.p2.discovery.compatiblity"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.equinox.p2.ui.discovery"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top