disable javascript build validation by default.
diff --git a/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml b/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
index 9729c92..f50def7 100644
--- a/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
+++ b/bundles/org.eclipse.wst.jsdt.web.core/plugin.xml
@@ -95,7 +95,7 @@
 			</helper>
 
 			<run
-				enabled="true"
+				enabled="false"
 				class="org.eclipse.wst.jsdt.web.core.internal.validation.JsBatchValidator">
 			</run>
 		</validator>