Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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