[566324] Eclipse reporting errors in javascript code in JSP
diff --git a/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/META-INF/MANIFEST.MF b/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/META-INF/MANIFEST.MF
index cc6dcd2..1847d61 100644
--- a/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/META-INF/MANIFEST.MF
+++ b/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.eclipse.wst.jsdt.web.support.jsp;singleton:=true
-Bundle-Version: 1.1.0.qualifier
+Bundle-Version: 1.1.100.qualifier
 Bundle-Activator: org.eclipse.wst.jsdt.web.support.jsp.Activator
 Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.14.0,4.0.0)",
  org.eclipse.wst.jsdt.web.ui;bundle-version="[1.2.0,2.0.0)",
diff --git a/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/plugin.xml b/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/plugin.xml
index 5fb3b38..e34d92f 100644
--- a/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/plugin.xml
+++ b/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/plugin.xml
@@ -23,17 +23,6 @@
 			target="org.eclipse.jst.jsp.SCRIPT.JAVASCRIPT" />
 	</extension>
 
-	<extension point="org.eclipse.wst.sse.ui.sourcevalidation">
-		<validator
-			scope="total"
-			class="org.eclipse.wst.jsdt.web.core.internal.validation.JsValidator"
-			id="org.eclipse.wst.jsdt.web.support.jsp.jssourcevalidator">
-			<contentTypeIdentifier id="org.eclipse.jst.jsp.core.jspsource">
-				<partitionType id="org.eclipse.wst.html.SCRIPT"></partitionType>
-				<partitionType id="org.eclipse.wst.html.SCRIPT.EVENT"></partitionType>
-			</contentTypeIdentifier>
-		</validator>
-	</extension>
 	<extension
 			point="org.eclipse.wst.sse.ui.completionProposal">
 		<proposalComputerExtendedActivation
diff --git a/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml b/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml
index 997f0b1..c629d7e 100644
--- a/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml
+++ b/web/bundles/org.eclipse.wst.jsdt.web.support.jsp/pom.xml
@@ -21,6 +21,6 @@
 
   <groupId>org.eclipse.webtools.sourceediting</groupId>
   <artifactId>org.eclipse.wst.jsdt.web.support.jsp</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.100-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>