Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/.project17
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/build.properties1
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/feature.xml26
3 files changed, 44 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/.project b/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/.project
new file mode 100644
index 000000000..e2ad03273
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>verifier_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>
diff --git a/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/build.properties b/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/build.properties
new file mode 100644
index 000000000..64f93a9f0
--- /dev/null
+++ b/bundles/org.eclipse.equinox.p2.tests/testData/sharedInstall/source/Verifier/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml
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