Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Trimble2013-04-30 22:55:35 +0000
committerIan Trimble2013-04-30 22:55:35 +0000
commita93531ded6ab2f17b7d105b0b30c36ff2d2527d3 (patch)
treeb098653d9a1fb3e5534141ff8f841448b7ee8f19
parent5645d571510efd0f51816744e210ebc4268c80bf (diff)
downloadwebtools.jsf-a93531ded6ab2f17b7d105b0b30c36ff2d2527d3.tar.gz
webtools.jsf-a93531ded6ab2f17b7d105b0b30c36ff2d2527d3.tar.xz
webtools.jsf-a93531ded6ab2f17b7d105b0b30c36ff2d2527d3.zip
Fix inconsistent/incorrect bundle name and provider strings.v201304301558
-rw-r--r--assembly/features/org.eclipse.jsf.assembly.feature/feature.properties4
-rw-r--r--assembly/features/org.eclipse.jsf_sdk.assembly.feature/feature.properties4
-rw-r--r--assembly/plugins/org.eclipse.jsf.branding/plugin.properties4
-rw-r--r--jsf/features/org.eclipse.jsf.feature/feature.properties4
-rw-r--r--jsf/features/org.eclipse.jsf_sdk.feature/feature.properties4
-rw-r--r--jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/feature.properties6
-rw-r--r--jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature/feature.properties6
-rw-r--r--jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties6
-rw-r--r--jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties6
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.properties5
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common.ui/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facelet.core/plugin.properties7
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facelet.ui/plugin.properties7
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facesconfig/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/plugin.properties5
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.ui/plugin.properties5
-rw-r--r--jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.pagedesigner.jsp.core/plugin.properties4
-rw-r--r--jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties4
23 files changed, 55 insertions, 54 deletions
diff --git a/assembly/features/org.eclipse.jsf.assembly.feature/feature.properties b/assembly/features/org.eclipse.jsf.assembly.feature/feature.properties
index 1c7a24b06..512a2af27 100644
--- a/assembly/features/org.eclipse.jsf.assembly.feature/feature.properties
+++ b/assembly/features/org.eclipse.jsf.assembly.feature/feature.properties
@@ -8,9 +8,9 @@
# Contributors:
# Oracle Corporation - initial API and implementation
###############################################################################
-name=JavaServer Faces Tools (JSF) Project
+name=JSF Tools
provider=Eclipse Web Tools Platform
-description=WTP JavaServer Faces Tools (JSF) Project
+description=Eclipse Web Tools Platform JavaServer Faces Tools
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/assembly/features/org.eclipse.jsf_sdk.assembly.feature/feature.properties b/assembly/features/org.eclipse.jsf_sdk.assembly.feature/feature.properties
index b152b995c..ef8636329 100644
--- a/assembly/features/org.eclipse.jsf_sdk.assembly.feature/feature.properties
+++ b/assembly/features/org.eclipse.jsf_sdk.assembly.feature/feature.properties
@@ -8,9 +8,9 @@
# Contributors:
# Oracle. - initial API and implementation
###############################################################################
-featureName=JavaServer Faces Tools (JSF) Project SDK
+featureName=JSF Tools SDK
providerName=Eclipse Web Tools Platform
-description=WTP JavaServer Faces Tools (JSF) Project SDK
+description=Eclipse Web Tools Platform JavaServer Faces Tools SDK
diff --git a/assembly/plugins/org.eclipse.jsf.branding/plugin.properties b/assembly/plugins/org.eclipse.jsf.branding/plugin.properties
index 2b7a86451..c555f5068 100644
--- a/assembly/plugins/org.eclipse.jsf.branding/plugin.properties
+++ b/assembly/plugins/org.eclipse.jsf.branding/plugin.properties
@@ -9,5 +9,5 @@
# IBM Corporation - initial API and implementation
###############################################################################
-plugin.Name=JavaServer Faces Tools
-plugin.Provider=Eclipse.org \ No newline at end of file
+plugin.Name=JSF Tools
+plugin.Provider=Eclipse Web Tools Platform \ No newline at end of file
diff --git a/jsf/features/org.eclipse.jsf.feature/feature.properties b/jsf/features/org.eclipse.jsf.feature/feature.properties
index 492dddc12..7f531deb2 100644
--- a/jsf/features/org.eclipse.jsf.feature/feature.properties
+++ b/jsf/features/org.eclipse.jsf.feature/feature.properties
@@ -8,9 +8,9 @@
# Contributors:
# Oracle Corporation - initial API and implementation
###############################################################################
-name=JavaServer Faces Tools (JSF) Project
+name=JSF Tools
provider=Eclipse Web Tools Platform
-description=WTP JavaServer Faces Tools (JSF) Project
+description=Eclipse Web Tools Platform JavaServer Faces Tools
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# license and licenseURL properties were removed as a result to migrating to new PDE license support.
# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
diff --git a/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties b/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties
index 406330ef3..0bcfdce3a 100644
--- a/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties
+++ b/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties
@@ -8,9 +8,9 @@
# Contributors:
# Oracle Corporation - initial API and implementation
###############################################################################
-name=JavaServer Faces Tools (JSF) Project SDK
+name=JSF Tools SDK
provider=Eclipse Web Tools Platform
-description=WTP JavaServer Faces Tools (JSF) Project SDK
+description=Eclipse Web Tools Platform JavaServer Faces Tools SDK
# "updateSiteName" property - label for the update site
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
diff --git a/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/feature.properties b/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/feature.properties
index d67893b11..c8c6bd2cf 100644
--- a/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport.feature/feature.properties
@@ -15,14 +15,14 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Apache MyFaces Trinidad Tag Support
+featureName=JSF Tools - Tag Library Metadata (Apache Trinidad)
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
# "description" property - description of the feature
-description=Apache MyFaces Trinidad Tag Support
+description=Eclipse Web Tools Platform JavaServer Faces Tools - Tag Library Metadata (Apache Trinidad)
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature/feature.properties b/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature/feature.properties
index e00916dcc..d509a9141 100644
--- a/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.jsf.apache.trinidad.tagsupport_sdk.feature/feature.properties
@@ -15,14 +15,14 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Apache MyFaces Trinidad Tag Support SDK
+featureName=JSF Tools - Tag Library Metadata (Apache Trinidad) SDK
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
# "description" property - description of the feature
-description=Apache MyFaces Trinidad Tag Support SDK
+description=Eclipse Web Tools Platform JavaServer Faces Tools - Tag Library Metadata (Apache Trinidad) SDK
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties b/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties
index 74d5a4f0f..866ddc53b 100644
--- a/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties
@@ -15,14 +15,14 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Web Page Editor
+featureName=JSF Tools - Web Page Editor
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
# "description" property - description of the feature
-description=Web Page Editor
+description=Eclipse Web Tools Platform JavaServer Faces Tools - Web Page Editor
# license and licenseURL properties were removed as a result to migrating to new PDE license support.
# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
diff --git a/jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties b/jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties
index 964605476..db679931b 100644
--- a/jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties
@@ -15,14 +15,14 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=Web Page Editor SDK
+featureName=JSF Tools - Web Page Editor SDK
# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+providerName=Eclipse Web Tools Platform
# "description" property - description of the feature
-description=Web Page Editor SDK
+description=Eclipse Web Tools Platform JavaServer Faces Tools - Web Page Editor SDK
# license and licenseURL properties were removed as a result to migrating to new PDE license support.
# Those properties are now added at build time. See http://wiki.eclipse.org/Equinox/p2/License_Mechanism.
diff --git a/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.properties
index 8a7fa9451..f783bc491 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.apache.trinidad.tagsupport/plugin.properties
@@ -22,6 +22,5 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = JavaServer Faces Tools - Taglibrary Metadata (Apache Trinidad)
-pluginProvider = Eclipse.org
-
+pluginName=JSF Tools - Tag Library Metadata (Apache Trinidad)
+pluginProvider=Eclipse Web Tools Platform
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties
index 2279dd94d..c7efc7f6c 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.common.runtime/plugin.properties
@@ -7,5 +7,5 @@
#
###############################################################################
#Properties file for org.eclipse.jst.jsf.common.runtime
-Bundle-Vendor.0 = Eclipse.org
-Bundle-Name.0 = JavaServer Faces Tools - Common Runtime \ No newline at end of file
+Bundle-Name.0=JSF Tools - Common Runtime
+Bundle-Vendor.0=Eclipse Web Tools Platform
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common.ui/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.common.ui/plugin.properties
index 3549ea3bf..83a595d88 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common.ui/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.common.ui/plugin.properties
@@ -9,8 +9,8 @@
# Oracle Corporation - initial API and implementation
###############################################################################
-pluginName=JavaServer Faces Tools - Common UI
-pluginProvider=Eclipse.org
+pluginName=JSF Tools - Common UI
+pluginProvider=Eclipse Web Tools Platform
extension-point.name.0 = Introduction Page
extension-point.name.1 = OverviewPage
diff --git a/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties
index b4d063db5..6110887b0 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.common/plugin.properties
@@ -6,8 +6,8 @@
# http://www.eclipse.org/legal/epl-v10.html
#
###############################################################################
-plugin.name=JavaServer Faces Tools - Common
-plugin.provider=Eclipse.org
+plugin.name=JSF Tools - Common
+plugin.provider=Eclipse Web Tools Platform
###############################################################################
extension-point.name.0 = annotationFiles
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties
index 52e859892..82f808220 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties
@@ -8,8 +8,8 @@
# Contributors:
# Gerry Kessler - initial API and implementation
###############################################################################
-plugin.name=JavaServer Faces Tools - Core
-plugin.provider=Eclipse.org
+plugin.name=JSF Tools - Core
+plugin.provider=Eclipse Web Tools Platform
plugin.facet.name=JavaServer Faces
plugin.facet.description=Enables the project to be deployed with JSF capabilities.
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facelet.core/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.facelet.core/plugin.properties
index 5e170e4bb..8e416240b 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facelet.core/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.facelet.core/plugin.properties
@@ -1,12 +1,13 @@
+Bundle-Name.0=JSF Tools - Facelets Core
+pluginName=JSF Tools - Facelets Core
+providerName=Eclipse Web Tools Platform
+
plugin.facet.extension.name=Facelet
plugin.facet.description=Facelet (XHTML) support
Facelet_1_0_Project=Facelet 1.0 Project
Facelet_1_0_PresetDesc=Configures a Dynamic Web application for Facelet 1.0, JSF v1.2 using Web Module v2.5 and Java v1.5.
-Bundle-Name.0 = JSF Facelets Tools - WTP Incubator Project
tagRegistry.description.0 = Facelet Tag Registry
-pluginName = AdditionalTagMetadata Model
-providerName = Eclipse.org
_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facelet.ui/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.facelet.ui/plugin.properties
index 6f38f098d..a37da61ea 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facelet.ui/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.facelet.ui/plugin.properties
@@ -1,6 +1,7 @@
+Bundle-Name.0=JSF Tools - Facelets UI
+Bundle-Vendor.0=Eclipse Web Tools Platform
+
FaceletHTMLValidator_name=Facelet HTML Validator
EL_Hyperlinkdetector_name=Facelet EL Hyperlink Detector
FaceletValidatorMarker=Facelet Validator
-Bundle-Name.0 = UI Plug-in
-Bundle-Vendor.0 = Eclipse.org
-extension-point.name = Facelet Validation Override Extension \ No newline at end of file
+extension-point.name = Facelet Validation Override Extension
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties
index 04d71098c..1abef3c19 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.facesconfig.ui/plugin.properties
@@ -9,8 +9,8 @@
# Contributors:
# Sybase, Inc. - initial API and implementation
############################################################################
-plugin.name=JavaServer Faces Tools - FacesConfig Editor
-plugin.provider=Eclipse.org
+plugin.name=JSF Tools - FacesConfig UI
+plugin.provider=Eclipse Web Tools Platform
# Editors
facesConfigEditor=Faces Config Editor
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facesconfig/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.facesconfig/plugin.properties
index 3bf020895..f197882e2 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facesconfig/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.facesconfig/plugin.properties
@@ -6,8 +6,8 @@
# http://www.eclipse.org/legal/epl-v10.html
#
###############################################################################
-plugin.name = JavaServer Faces Tools - FacesConfig Model
-plugin.provider=Eclipse.org
+plugin.name=JSF Tools - FacesConfig Model
+plugin.provider=Eclipse Web Tools Platform
################
# Content Type #
diff --git a/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/plugin.properties
index 4ab821a20..60d700c18 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/plugin.properties
@@ -22,6 +22,5 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = JavaServer Faces Tools - Taglibrary Metadata
-pluginProvider = Eclipse.org
-
+pluginName=JSF Tools - Tag Library Metadata (Standard)
+pluginProvider=Eclipse Web Tools Platform
diff --git a/jsf/plugins/org.eclipse.jst.jsf.ui/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.ui/plugin.properties
index f31e5260c..7f69a9b0c 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.ui/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.ui/plugin.properties
@@ -8,8 +8,9 @@
# Contributors:
# Gerry Kessler - initial API and implementation
###############################################################################
-plugin.name=JavaServer Faces Tools - UI
-plugin.provider=Eclipse.org
+plugin.name=JSF Tools - UI
+plugin.provider=Eclipse Web Tools Platform
+
EL_Hyperlinkdetector_name=JSP EL Hyperlink Detector
jsf.library.reference=JSF Library References
diff --git a/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/plugin.properties b/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/plugin.properties
index 5f40d6ec8..209ca11e5 100644
--- a/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.pagedesigner.jsf.ui/plugin.properties
@@ -11,5 +11,5 @@
####################################################
# Plugin XML information.
####################################################
-pluginName=JavaServer Faces Tools - Pagedesigner UI
-providerName=Eclipse.org
+pluginName=JSF Tools - Web Page Editor (JSF UI)
+providerName=Eclipse Web Tools Platform
diff --git a/jsf/plugins/org.eclipse.jst.pagedesigner.jsp.core/plugin.properties b/jsf/plugins/org.eclipse.jst.pagedesigner.jsp.core/plugin.properties
index 3c3f9a1ea..2b656dfd2 100644
--- a/jsf/plugins/org.eclipse.jst.pagedesigner.jsp.core/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.pagedesigner.jsp.core/plugin.properties
@@ -11,7 +11,7 @@
####################################################
# Plugin XML information.
####################################################
-pluginName=JavaServer Faces Tools - JSP Core Pagedesigner
-providerName=Eclipse.org
+pluginName=JSF Tools - Web Page Editor (JSP Core)
+providerName=Eclipse Web Tools Platform
extension-point.name.0 = page variable \ No newline at end of file
diff --git a/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties b/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties
index 46d229880..2077ad3bc 100644
--- a/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.pagedesigner/plugin.properties
@@ -11,8 +11,8 @@
####################################################
# Plugin XML information.
####################################################
-pluginName=JavaServer Faces Tools - Web Page Editor
-providerName=Eclipse.org
+pluginName=JSF Tools - Web Page Editor
+providerName=Eclipse Web Tools Platform
editor.binding.context.name=Using Web Page Editor
editor.binding.context.description=Key binding context when using the web page editor

Back to the top