Skip to content

Commit

Permalink
Update feature description and org.eclipse.jst.jsp.core.tests BREE
Browse files Browse the repository at this point in the history
  • Loading branch information
nitind committed Mar 3, 2024
1 parent 9a085ab commit 4a02c66
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This file should be translated.

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

# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.wst.web_js_support.feature"
label="%featureName"
version="3.22.0.qualifier"
version="3.33.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.web_js_support.feature</artifactId>
<version>3.22.0-SNAPSHOT</version>
<version>3.33.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# This file should be translated.

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

# "providerName" property - name of the company that provides the feature
providerName=Eclipse Web Tools Platform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="org.eclipse.wst.web_js_support_sdk.feature"
label="%featureName"
version="3.22.0.qualifier"
version="3.33.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.wst.web_js_support_sdk.feature</artifactId>
<version>3.22.0-SNAPSHOT</version>
<version>3.33.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
4 changes: 2 additions & 2 deletions web/tests/org.eclipse.jst.jsp.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.eclipse.jst.jsp.core.tests;singleton:=true
Bundle-Version: 1.1.200.qualifier
Bundle-Version: 1.1.300.qualifier
Bundle-Activator: org.eclipse.jst.jsp.core.tests.JSPCoreTestsPlugin
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
Expand Down Expand Up @@ -48,5 +48,5 @@ Require-Bundle: org.junit;bundle-version="[3.8.2,5.0.0)",
org.eclipse.wst.sse.ui
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.jst.jsp.core.tests
2 changes: 1 addition & 1 deletion web/tests/org.eclipse.jst.jsp.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.jst.jsp.core.tests</artifactId>
<version>1.1.200-SNAPSHOT</version>
<version>1.1.300-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down

0 comments on commit 4a02c66

Please sign in to comment.