Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml')
-rw-r--r--jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml b/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml
index 7c12fc9a40..5d6393e3aa 100644
--- a/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml
+++ b/jpa/features/org.eclipse.jpt.jpa.eclipselink.tests.feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.jpt.jpa.eclipselink.tests.feature"
label="%featureName"
version="3.0.0.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.0.qualifier">
<description>
%description

Back to the top