Skip to content

Commit

Permalink
Backport issue 510 - Externalize AST and Java Element view names (#523)
Browse files Browse the repository at this point in the history
* Backport issue 510 - Externalize AST and Java Element view names

Fixes #521
  • Loading branch information
noopur2507 committed Apr 11, 2023
1 parent dd99446 commit 45d829d
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.astview.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt.astview.feature"
label="Java AST View"
version="1.1.15.qualifier"
version="1.1.16.qualifier"
provider-name="Eclipse.org"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.jdt.astview.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2015 Eclipse Foundation and others.
Copyright (c) 2012, 2023 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
Expand All @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt.astview.feature</artifactId>
<version>1.1.15-SNAPSHOT</version>
<version>1.1.16-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.jdt.astview/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.jdt.astview
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.astview; singleton:=true
Bundle-Version: 1.5.200.qualifier
Bundle-Version: 1.5.201.qualifier
Bundle-Activator: org.eclipse.jdt.astview.ASTViewPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 3 additions & 1 deletion org.eclipse.jdt.astview/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# Copyright (c) 2000, 2023 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -13,3 +13,5 @@
###############################################################################
pluginName= AST View Plug-in
providerName= Eclipse.org

ast.view.name = Abstract Syntax Tree
2 changes: 1 addition & 1 deletion org.eclipse.jdt.astview/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<extension
point="org.eclipse.ui.views">
<view
name="Abstract Syntax Tree"
name="%ast.view.name"
icon="$nl$/icons/view.png"
category="org.eclipse.jdt.ui.java"
class="org.eclipse.jdt.astview.views.ASTView"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.jdt.astview/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2021 Eclipse Foundation and others.
Copyright (c) 2012, 2023 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
Expand All @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.astview</artifactId>
<version>1.5.200-SNAPSHOT</version>
<version>1.5.201-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.jdt.jeview.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt.jeview.feature"
label="Java Element View"
version="1.0.14.qualifier"
version="1.0.15.qualifier"
provider-name="Eclipse.org"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.jdt.jeview.feature/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2015 Eclipse Foundation and others.
Copyright (c) 2012, 2023 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
Expand All @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt.jeview.feature</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.15-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.jdt.jeview/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.jdt.jeview
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.jeview; singleton:=true
Bundle-Version: 1.4.200.qualifier
Bundle-Version: 1.4.201.qualifier
Bundle-Activator: org.eclipse.jdt.jeview.JEViewPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 3 additions & 1 deletion org.eclipse.jdt.jeview/plugin.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2000, 2005 IBM Corporation and others.
# Copyright (c) 2000, 2023 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -13,3 +13,5 @@
###############################################################################
pluginName= Java Element View Plug-in
providerName= Eclipse.org

je.view.name = Java Element
2 changes: 1 addition & 1 deletion org.eclipse.jdt.jeview/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<extension
point="org.eclipse.ui.views">
<view
name="Java Element"
name="%je.view.name"
icon="icons/view.png"
category="org.eclipse.jdt.ui.java"
class="org.eclipse.jdt.jeview.views.JavaElementView"
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.jdt.jeview/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2016 Eclipse Foundation and others.
Copyright (c) 2012, 2023 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
Expand All @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.jeview</artifactId>
<version>1.4.200-SNAPSHOT</version>
<version>1.4.201-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit 45d829d

Please sign in to comment.