Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2011-11-10 20:49:47 +0000
committernitind2011-11-10 20:49:47 +0000
commit6654606a27077396c4cf73655440e43a9cd8c5ab (patch)
tree8bfdf1db2466ee384cc60ace6c80140695234047
parent1835eda2b71c2018cadfb14276f3326c2ff7452b (diff)
downloadwebtools.jsdt.tests-R3_3_maintenance.tar.gz
webtools.jsdt.tests-R3_3_maintenance.tar.xz
webtools.jsdt.tests-R3_3_maintenance.zip
[nobug] restore license feature referencesR3_3_2R3_3_maintenance
-rw-r--r--features/org.eclipse.wst.jsdt_tests.feature/feature.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/features/org.eclipse.wst.jsdt_tests.feature/feature.xml b/features/org.eclipse.wst.jsdt_tests.feature/feature.xml
index 625023c..a8cec4b 100644
--- a/features/org.eclipse.wst.jsdt_tests.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt_tests.feature/feature.xml
@@ -3,7 +3,9 @@
id="org.eclipse.wst.jsdt_tests.feature"
label="%featureName"
version="1.3.2.qualifier"
- provider-name="%providerName">
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.0.qualifier">
<description>
%description
@@ -13,7 +15,7 @@
%copyright
</copyright>
- <license url="license.html">
+ <license url="%licenseURL">
%license
</license>

Back to the top