Skip to content

Commit 4a02c66

Browse files
committed
Update feature description and org.eclipse.jst.jsp.core.tests BREE
1 parent 9a085ab commit 4a02c66

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

web/features/org.eclipse.wst.web_js_support.feature/feature.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This file should be translated.
1818

1919
# "featureName" property - name of the feature
20-
featureName=Eclipse Web JavaScript Developer Tools
20+
featureName=Eclipse Web Developer Tools - JavaScript Support
2121

2222
# "providerName" property - name of the company that provides the feature
2323
providerName=Eclipse Web Tools Platform

web/features/org.eclipse.wst.web_js_support.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.eclipse.wst.web_js_support.feature"
1616
label="%featureName"
17-
version="3.22.0.qualifier"
17+
version="3.33.0.qualifier"
1818
provider-name="%providerName"
1919
license-feature="org.eclipse.license"
2020
license-feature-version="0.0.0">

web/features/org.eclipse.wst.web_js_support.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.web_js_support.feature</artifactId>
24-
<version>3.22.0-SNAPSHOT</version>
24+
<version>3.33.0-SNAPSHOT</version>
2525
<packaging>eclipse-feature</packaging>
2626

2727
<build>

web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# This file should be translated.
1818

1919
# "featureName" property - name of the feature
20-
featureName=Eclipse Web JavaScript Developer Tools SDK
20+
featureName=Eclipse Web Developer Tools - JavaScript Support SDK
2121

2222
# "providerName" property - name of the company that provides the feature
2323
providerName=Eclipse Web Tools Platform

web/features/org.eclipse.wst.web_js_support_sdk.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.eclipse.wst.web_js_support_sdk.feature"
1616
label="%featureName"
17-
version="3.22.0.qualifier"
17+
version="3.33.0.qualifier"
1818
provider-name="%providerName"
1919
license-feature="org.eclipse.license"
2020
license-feature-version="0.0.0">

web/features/org.eclipse.wst.web_js_support_sdk.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
<groupId>org.eclipse.webtools.sourceediting</groupId>
2323
<artifactId>org.eclipse.wst.web_js_support_sdk.feature</artifactId>
24-
<version>3.22.0-SNAPSHOT</version>
24+
<version>3.33.0-SNAPSHOT</version>
2525
<packaging>eclipse-feature</packaging>
2626
</project>

web/tests/org.eclipse.jst.jsp.core.tests/META-INF/MANIFEST.MF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name.0
44
Bundle-SymbolicName: org.eclipse.jst.jsp.core.tests;singleton:=true
5-
Bundle-Version: 1.1.200.qualifier
5+
Bundle-Version: 1.1.300.qualifier
66
Bundle-Activator: org.eclipse.jst.jsp.core.tests.JSPCoreTestsPlugin
77
Bundle-Vendor: %Bundle-Vendor.0
88
Bundle-Localization: plugin
@@ -48,5 +48,5 @@ Require-Bundle: org.junit;bundle-version="[3.8.2,5.0.0)",
4848
org.eclipse.wst.sse.ui
4949
Eclipse-LazyStart: true
5050
Bundle-ActivationPolicy: lazy
51-
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
51+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
5252
Automatic-Module-Name: org.eclipse.jst.jsp.core.tests

web/tests/org.eclipse.jst.jsp.core.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>org.eclipse.webtools.sourceediting</groupId>
2424
<artifactId>org.eclipse.jst.jsp.core.tests</artifactId>
25-
<version>1.1.200-SNAPSHOT</version>
25+
<version>1.1.300-SNAPSHOT</version>
2626
<packaging>eclipse-test-plugin</packaging>
2727

2828
<properties>

0 commit comments

Comments
 (0)