Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/feature.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/feature.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/feature.xml b/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/feature.xml
new file mode 100644
index 000000000..fc4308dcd
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/feature.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="Verifier"
+ label="Verifier feature"
+ version="1.0.0.qualifier">
+
+ <description url="http://www.example.com/description">
+ [Enter Feature Description here.]
+ </description>
+
+ <copyright url="http://www.example.com/copyright">
+ [Enter Copyright Description here.]
+ </copyright>
+
+ <license url="http://www.example.com/license">
+ [Enter License Description here.]
+ </license>
+
+ <plugin
+ id="org.eclipse.equinox.p2.tests.verifier"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top