Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-04-16 16:49:51 +0000
committerThomas Watson2014-04-16 16:49:51 +0000
commit94998c840096409b55ee1d9e7ec2b72921dbc262 (patch)
tree8f8242254cb4894d76ea7cecdb31916887300aa8
parent203823e336649d1ca4f21165f09e30ef7f43418e (diff)
downloadrt.equinox.p2-I20140503-1500.tar.gz
rt.equinox.p2-I20140503-1500.tar.xz
rt.equinox.p2-I20140503-1500.zip
-rw-r--r--features/org.eclipse.equinox.p2.core.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.discovery.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.extras.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.rcp.feature/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.sdk/feature.xml2
-rw-r--r--features/org.eclipse.equinox.p2.user.ui/feature.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.equinox.p2.core.feature/feature.xml b/features/org.eclipse.equinox.p2.core.feature/feature.xml
index 09190a37c..2922b2cc2 100644
--- a/features/org.eclipse.equinox.p2.core.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.core.feature/feature.xml
@@ -5,7 +5,7 @@
version="1.3.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.p2.discovery.feature/feature.xml b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
index cbf1de1eb..4b97a0b96 100644
--- a/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.discovery.feature/feature.xml
@@ -5,7 +5,7 @@
version="1.0.200.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.p2.extras.feature/feature.xml b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
index c0d389401..97f1a9a65 100644
--- a/features/org.eclipse.equinox.p2.extras.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.extras.feature/feature.xml
@@ -5,7 +5,7 @@
version="1.2.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.p2.rcp.feature/feature.xml b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
index b79ce3a02..903d467e9 100644
--- a/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
+++ b/features/org.eclipse.equinox.p2.rcp.feature/feature.xml
@@ -5,7 +5,7 @@
version="1.2.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.p2.sdk/feature.xml b/features/org.eclipse.equinox.p2.sdk/feature.xml
index 7096ad2b3..2177373e9 100644
--- a/features/org.eclipse.equinox.p2.sdk/feature.xml
+++ b/features/org.eclipse.equinox.p2.sdk/feature.xml
@@ -5,7 +5,7 @@
version="3.9.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.p2.user.ui/feature.xml b/features/org.eclipse.equinox.p2.user.ui/feature.xml
index 7afe699de..66ddb7a24 100644
--- a/features/org.eclipse.equinox.p2.user.ui/feature.xml
+++ b/features/org.eclipse.equinox.p2.user.ui/feature.xml
@@ -5,7 +5,7 @@
version="2.2.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

Back to the top