Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jsf
diff options
context:
space:
mode:
authorrsrinivasan2010-04-27 23:35:43 +0000
committerrsrinivasan2010-04-27 23:35:43 +0000
commitf62e319705ae9f84949ee00d89cc34e53116f6f2 (patch)
tree929a3563406e85f82e210bcee959816570b11942 /jsf
parentabb4b6a0975e4b73df428a8350a075e3cd4e3c5c (diff)
downloadwebtools.jsf-f62e319705ae9f84949ee00d89cc34e53116f6f2.tar.gz
webtools.jsf-f62e319705ae9f84949ee00d89cc34e53116f6f2.tar.xz
webtools.jsf-f62e319705ae9f84949ee00d89cc34e53116f6f2.zip
https://bugs.eclipse.org/bugs/show_bug.cgi?id=308255
Diffstat (limited to 'jsf')
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties1
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.core/plugin.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties b/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties
index eef52d12d..4ecb50c15 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/plugin.properties
@@ -10,6 +10,7 @@
###############################################################################
plugin.name=JavaServer Faces Tools - Core
plugin.provider=Eclipse.org
+plugin.facet.name=JavaServer Faces
plugin.facet.description=Enables the project to be deployed with JSF capabilities.
JSFELValidator=JSP JSF EL Validator
diff --git a/jsf/plugins/org.eclipse.jst.jsf.core/plugin.xml b/jsf/plugins/org.eclipse.jst.jsf.core/plugin.xml
index 687185384..1d46b4054 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.core/plugin.xml
+++ b/jsf/plugins/org.eclipse.jst.jsf.core/plugin.xml
@@ -38,7 +38,7 @@
point="org.eclipse.wst.common.project.facet.core.facets">
<project-facet id="jst.jsf">
- <label>JavaServer Faces</label>
+ <label>%plugin.facet.name</label>
<description>%plugin.facet.description</description>
</project-facet>

Back to the top