Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Jaun2014-05-07 16:08:23 +0000
committerChris Jaun2014-05-07 16:08:23 +0000
commit8fcf7659833598c3a13e2cd22f6e3042a256aac2 (patch)
tree1f5df2cb421b47f951aa79045013b77bc47658af
parent1b1c6df5de1871d53f49557c8a6f0cdcc4e39792 (diff)
downloadwebtools.maps-8fcf7659833598c3a13e2cd22f6e3042a256aac2.tar.gz
webtools.maps-8fcf7659833598c3a13e2cd22f6e3042a256aac2.tar.xz
webtools.maps-8fcf7659833598c3a13e2cd22f6e3042a256aac2.zip
[433926] Update the JSDT license features to 1.0.1 for Lunav201405071612
-rw-r--r--features/org.eclipse.wst.jsdt.feature/feature.xml2
-rw-r--r--features/org.eclipse.wst.jsdt_sdk.feature/feature.xml2
-rw-r--r--features/org.eclipse.wst.jsdt_tests.feature/feature.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.wst.jsdt.feature/feature.xml b/features/org.eclipse.wst.jsdt.feature/feature.xml
index e480a3a67..30c89c7d3 100644
--- a/features/org.eclipse.wst.jsdt.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt.feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="%providerName"
plugin="org.eclipse.wst.jsdt.ui"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="1.0.1.qualifier">
<description>
%description
diff --git a/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml b/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml
index b7e9a7d6a..e1efb3ef1 100644
--- a/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt_sdk.feature/feature.xml
@@ -5,7 +5,7 @@
version="1.6.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="1.0.1.qualifier">
<description>
%description
diff --git a/features/org.eclipse.wst.jsdt_tests.feature/feature.xml b/features/org.eclipse.wst.jsdt_tests.feature/feature.xml
index 6855afdce..59e85b7d3 100644
--- a/features/org.eclipse.wst.jsdt_tests.feature/feature.xml
+++ b/features/org.eclipse.wst.jsdt_tests.feature/feature.xml
@@ -5,7 +5,7 @@
version="1.6.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="1.0.1.qualifier">
<description>
%description

Back to the top