Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2010-10-18 17:33:58 +0000
committertle2010-10-18 17:33:58 +0000
commit3a44458dc063734b1c99f667af2c5c1a198040e3 (patch)
tree506ccaf1e4fd768021bd1cd05ef2299dc8f66370 /jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml
parent5c9a0d92e5afbdff331ffa209c5546d78ed9da08 (diff)
downloadwebtools.dali-3a44458dc063734b1c99f667af2c5c1a198040e3.tar.gz
webtools.dali-3a44458dc063734b1c99f667af2c5c1a198040e3.tar.xz
webtools.dali-3a44458dc063734b1c99f667af2c5c1a198040e3.zip
Initial checkin
Diffstat (limited to 'jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml')
-rw-r--r--jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml b/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml
new file mode 100644
index 0000000000..46e64949f5
--- /dev/null
+++ b/jaxb/features/org.eclipse.jpt.jaxb.tests.feature/feature.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.jpt.jaxb.tests.feature"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="license.html">
+ %license
+ </license>
+
+<!-- ??? TODELETE required ??? -->
+ <requires>
+ <import feature="org.eclipse.jpt.tests.feature" version="2.4.0"/>
+ </requires>
+
+ <plugin
+ id="org.eclipse.jpt.jaxb.core.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>

Back to the top