Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Rubezhny2016-02-25 17:16:57 +0000
committerVictor Rubezhny2016-03-04 21:01:51 +0000
commit3b2c189de09c6e1a4775a526b2300de018dfb004 (patch)
tree94fa7732cade0a123279968de94982f20b8be818 /features
parent9a272295e5534a690de1aa0335c94d94cc7c3efd (diff)
downloadwebtools.sourceediting-3b2c189de09c6e1a4775a526b2300de018dfb004.tar.gz
webtools.sourceediting-3b2c189de09c6e1a4775a526b2300de018dfb004.tar.xz
webtools.sourceediting-3b2c189de09c6e1a4775a526b2300de018dfb004.zip
Bug 487050 - JSON Editor feature and plugins provide wrong details
Feature versions and branding were updated Signed-off-by: Victor Rubezhny <vrubezhny@exadel.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.wst.json_core.feature/feature.xml4
-rw-r--r--features/org.eclipse.wst.json_core.feature/pom.xml2
-rw-r--r--features/org.eclipse.wst.json_sdk.feature/feature.xml4
-rw-r--r--features/org.eclipse.wst.json_sdk.feature/pom.xml2
-rw-r--r--features/org.eclipse.wst.json_ui.feature/feature.xml4
-rw-r--r--features/org.eclipse.wst.json_ui.feature/pom.xml2
6 files changed, 9 insertions, 9 deletions
diff --git a/features/org.eclipse.wst.json_core.feature/feature.xml b/features/org.eclipse.wst.json_core.feature/feature.xml
index c12334d3d5..5a613b2f01 100644
--- a/features/org.eclipse.wst.json_core.feature/feature.xml
+++ b/features/org.eclipse.wst.json_core.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.json_core.feature"
label="%featureName"
- version="3.8.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@@ -15,7 +15,7 @@
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="license.html">
%license
</license>
diff --git a/features/org.eclipse.wst.json_core.feature/pom.xml b/features/org.eclipse.wst.json_core.feature/pom.xml
index d17ecc73e0..940f20bd43 100644
--- a/features/org.eclipse.wst.json_core.feature/pom.xml
+++ b/features/org.eclipse.wst.json_core.feature/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.json_core.feature</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>
diff --git a/features/org.eclipse.wst.json_sdk.feature/feature.xml b/features/org.eclipse.wst.json_sdk.feature/feature.xml
index b4e4f74926..e2097ad37b 100644
--- a/features/org.eclipse.wst.json_sdk.feature/feature.xml
+++ b/features/org.eclipse.wst.json_sdk.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.json_sdk.feature"
label="%featureName"
- version="3.8.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="1.0.1.qualifier">
@@ -15,7 +15,7 @@
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="license.html">
%license
</license>
diff --git a/features/org.eclipse.wst.json_sdk.feature/pom.xml b/features/org.eclipse.wst.json_sdk.feature/pom.xml
index 8aa041dff8..4eb690b042 100644
--- a/features/org.eclipse.wst.json_sdk.feature/pom.xml
+++ b/features/org.eclipse.wst.json_sdk.feature/pom.xml
@@ -21,6 +21,6 @@
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.json_sdk.feature</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/features/org.eclipse.wst.json_ui.feature/feature.xml b/features/org.eclipse.wst.json_ui.feature/feature.xml
index 8c63e3ae54..7499d3dbde 100644
--- a/features/org.eclipse.wst.json_ui.feature/feature.xml
+++ b/features/org.eclipse.wst.json_ui.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wst.json_ui.feature"
label="%featureName"
- version="3.8.0.qualifier"
+ version="1.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.wst.json.ui"
license-feature="org.eclipse.license"
@@ -16,7 +16,7 @@
%copyright
</copyright>
- <license url="%licenseURL">
+ <license url="license.html">
%license
</license>
diff --git a/features/org.eclipse.wst.json_ui.feature/pom.xml b/features/org.eclipse.wst.json_ui.feature/pom.xml
index 7f7202e693..16ec30b2ea 100644
--- a/features/org.eclipse.wst.json_ui.feature/pom.xml
+++ b/features/org.eclipse.wst.json_ui.feature/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.json_ui.feature</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<build>

Back to the top