Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbchilds2008-05-22 15:51:41 +0000
committerbchilds2008-05-22 15:51:41 +0000
commitaffdab099bea7cd60930420d9ad12513f1ef1ed9 (patch)
treeb69a82ca98958fa73c4e10b8dc6fd376d425a23c /bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
parent5f9497829daed0032349f22951cc06bd87982a4a (diff)
downloadwebtools.sourceediting-affdab099bea7cd60930420d9ad12513f1ef1ed9.tar.gz
webtools.sourceediting-affdab099bea7cd60930420d9ad12513f1ef1ed9.tar.xz
webtools.sourceediting-affdab099bea7cd60930420d9ad12513f1ef1ed9.zip
validator name externalization.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=232891
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.web.core/plugin.xml')
-rw-r--r--bundles/org.eclipse.wst.jsdt.web.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml b/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
index 0e6c80f072..349ff17793 100644
--- a/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
+++ b/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
@@ -129,7 +129,7 @@
<!--======================================================================================-->
<extension
id="JsBatchValidator"
- name="JavaScript Syntax Validation"
+ name="%javascript.validator"
point="org.eclipse.wst.validation.validator">
<validator>
<projectNature id="org.eclipse.wst.jsdt.core.jsNature" />

Back to the top