您的位置:首页 > Web前端 > JavaScript

remove javascript validation from eclipse project

2016-07-21 17:46 585 查看
本文转自

http://stackoverflow.com/questions/3131878/how-do-i-remove-javascript-validation-from-my-eclipse-project

Right-click your project.

Navigate to: Properties → JavaScript → Include Path

Select Source tab. (It looks identical to Java Build Path Source tab.)

Expand JavaScript source folder.

Highlight Excluded pattern.

Press the Edit button.

Press the Add button next to Exclusion patterns box.

You may either type Ant-style wildcard pattern, or click Browse button to mention the JavaScript source by name.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  eclipse