Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2008-05-19 14:54:45 +0000
committerdavid_williams2008-05-19 14:54:45 +0000
commit4c41c67253870d2b4039eeec7ec436ef15571dc6 (patch)
treee3087d221f6a1cb15245d7544876b2995061c07f
parent035c275bc6b952f8a229100c77a73188013ae2b7 (diff)
downloadwebtools.jsf-4c41c67253870d2b4039eeec7ec436ef15571dc6.tar.gz
webtools.jsf-4c41c67253870d2b4039eeec7ec436ef15571dc6.tar.xz
webtools.jsf-4c41c67253870d2b4039eeec7ec436ef15571dc6.zip
232717 Optional features should be listed separately
-rw-r--r--jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties4
-rw-r--r--jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties b/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties
index 09211a4ed..bc691ab53 100644
--- a/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.webpageeditor.feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=WTP Web Page Editor
+featureName=Web Page Editor (Optional)
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
@@ -24,7 +24,7 @@ providerName=Eclipse.org
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
-description=Web Tools Platform (WTP) Web Page Editor
+description=Web Page Editor (Optional)
# "copyright" property - text of the "Feature Update Copyright"
feature.copyright=\
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 8fb7e2922..4686754ac 100644
--- a/jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties
+++ b/jsf/features/org.eclipse.jst.webpageeditor_sdk.feature/feature.properties
@@ -15,7 +15,7 @@
# This file should be translated.
# "featureName" property - name of the feature
-featureName=WTP Web Page Editor SDK
+featureName=Web Page Editor (Optional) SDK
# "providerName" property - name of the company that provides the feature
providerName=Eclipse.org
@@ -24,7 +24,7 @@ providerName=Eclipse.org
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
# "description" property - description of the feature
-description=Web Tools Platform (WTP) Web Page Editor SDK
+description=Web Page Editor (Optional) SDK
# "copyright" property - text of the "Feature Update Copyright"
feature.copyright=\

Back to the top