Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-04-16 16:48:42 +0000
committerThomas Watson2014-04-16 16:48:42 +0000
commit658e23895a5194778cf7f207ee74de90226220ba (patch)
treee291867063e604399566c585d6713ad764eadf19
parent973199c0700f30d2868c5213adae1d9404c206e6 (diff)
downloadrt.equinox.framework-658e23895a5194778cf7f207ee74de90226220ba.tar.gz
rt.equinox.framework-658e23895a5194778cf7f207ee74de90226220ba.tar.xz
rt.equinox.framework-658e23895a5194778cf7f207ee74de90226220ba.zip
Bug 431273 - react to change in EUA
-rw-r--r--features/org.eclipse.equinox.core.sdk/feature.xml2
-rw-r--r--features/org.eclipse.equinox.executable.feature/feature.xml2
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml
index 35114afd4..6821c3cef 100644
--- a/features/org.eclipse.equinox.core.sdk/feature.xml
+++ b/features/org.eclipse.equinox.core.sdk/feature.xml
@@ -5,7 +5,7 @@
version="3.10.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="0.0.0">
<description>
%description
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index 51029f05a..6ff5b9ae4 100644
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -4,7 +4,7 @@
label="%featureName"
version="3.6.100.qualifier"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="0.0.0">
<description>
%description
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml b/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
index 9a8d872c9..e654e8c71 100644
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
+++ b/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
@@ -6,7 +6,7 @@
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
- license-feature-version="1.0.0.qualifier">
+ license-feature-version="0.0.0">
<description>
%description

Back to the top