去掉eclipse的xml和js验证

一.XML

Properties > Validation

you have two options:

1- Configure Workspace Settings (disable the validation for the current workspace)

uncheck the manual and build for: XML Schema ValidatorXML Validator

2- Check enable project specific settings (disable the validation for this project)

uncheck the manual and build for: XML Schema ValidatorXML Validator

3- Right-click on the project and select Validate to make the errors disappear


二.JS

右键项目->Properties->左侧列表菜单JavaScript->左侧列表子菜单Include Path->右侧Source选项卡->选择Excluded:(None)->Edit按钮->点Excluds patterns右边的Add->输入**/*.js(这里的**表示一个或多层文件夹路径)->OK->Finish->OK

去掉eclipse的xml和js验证_第1张图片

去掉eclipse的xml和js验证_第2张图片

你可能感兴趣的:(去掉eclipse的xml和js验证)