Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlorenzo2012-01-11 12:54:29 +0000
committervlorenzo2012-01-11 12:54:29 +0000
commit848362c71ad84a74aad85c54a7284674b7e6cbd3 (patch)
tree4f351f5cc7289fd27979de4ecd0e74c375d2e6a6 /features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
parent75b7896bcacb0cbeb6679d341df9d3803e7b757f (diff)
downloadorg.eclipse.papyrus-848362c71ad84a74aad85c54a7284674b7e6cbd3.tar.gz
org.eclipse.papyrus-848362c71ad84a74aad85c54a7284674b7e6cbd3.tar.xz
org.eclipse.papyrus-848362c71ad84a74aad85c54a7284674b7e6cbd3.zip
365919: [Architecture - SVN - Build] Rewrite the Build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=365919
Diffstat (limited to 'features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml')
-rw-r--r--features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml b/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
new file mode 100644
index 00000000000..617a43ee128
--- /dev/null
+++ b/features/papyrus-tests-features/org.eclipse.papyrus.tests.build.feature/feature.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.tests.build.feature"
+ label="Papyrus Test Build Feature (Incubation)"
+ version="0.9.0.qualifier"
+ provider-name="Eclipse Modeling Project">
+
+ <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>
+
+ <includes
+ id="org.eclipse.papyrus.tests.sources.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.papyrus.tests.feature"
+ version="0.0.0"/>
+
+</feature>

Back to the top