diff options
author | Artur Signell <artur@vaadin.com> | 2014-03-11 21:14:45 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-05-22 11:12:49 +0000 |
commit | bd311030b63d83bc1bab72bcba9fd909652bde19 (patch) | |
tree | a9dae3d0b75bab1d66918ebb1f02de06e4e5d228 /.settings | |
parent | 6133aa7f7fb63dfbf46fd14ef0b9bf57cd671b9b (diff) | |
download | vaadin-framework-bd311030b63d83bc1bab72bcba9fd909652bde19.tar.gz vaadin-framework-bd311030b63d83bc1bab72bcba9fd909652bde19.zip |
Suspend all validation in the project
Change-Id: Idaa41933c5fb6236a06b13323c2d39f7869af1ac
Diffstat (limited to '.settings')
-rw-r--r-- | .settings/org.eclipse.wst.validation.prefs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.settings/org.eclipse.wst.validation.prefs b/.settings/org.eclipse.wst.validation.prefs index 9e3833bbc9..84f66c16b8 100644 --- a/.settings/org.eclipse.wst.validation.prefs +++ b/.settings/org.eclipse.wst.validation.prefs @@ -1,10 +1,10 @@ DELEGATES_PREFERENCE=delegateValidatorList USER_BUILD_PREFERENCE=enabledBuildValidatorList USER_MANUAL_PREFERENCE=enabledManualValidatorList -USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.401.v201209052200 +USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationtrueversion1.2.500.v201303130500 eclipse.preferences.version=1 override=true -suspend=false +suspend=true vals/org.eclipse.wst.html.core.HTMLValidator/global=TF01 vals/org.eclipse.wst.jsdt.web.core.JsBatchValidator/global=TF02 vf.version=3 |