Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 232891
Collapse All | Expand All

(-)plugin.xml (-1 / +1 lines)
Lines 129-135 Link Here
129
	<!--======================================================================================-->
129
	<!--======================================================================================-->
130
	<extension
130
	<extension
131
		id="JsBatchValidator"
131
		id="JsBatchValidator"
132
		name="JavaScript Syntax Validation"
132
		name="%javascript.validator"
133
		point="org.eclipse.wst.validation.validator">
133
		point="org.eclipse.wst.validation.validator">
134
		<validator>
134
		<validator>
135
			<projectNature id="org.eclipse.wst.jsdt.core.jsNature" />
135
			<projectNature id="org.eclipse.wst.jsdt.core.jsNature" />
(-)plugin.properties (+1 lines)
Lines 16-18 Link Here
16
extension.name.0 = JavaScript Embeded
16
extension.name.0 = JavaScript Embeded
17
extension.name.1 = Embeded JavaScript Builder
17
extension.name.1 = Embeded JavaScript Builder
18
extension-point.name.0 = JavaScript Pre Processing
18
extension-point.name.0 = JavaScript Pre Processing
19
javascript.validator= JavaScript Syntax Validation

Return to bug 232891