remove javascript validation from eclipse project

来源:互联网 发布:网络语ko是什么意思 编辑:程序博客网 时间:2024/06/06 01:51

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

  1. Right-click your project.
  2. Navigate to: Properties → JavaScript → Include Path
  3. Select Source tab. (It looks identical to Java Build Path Source tab.)
  4. Expand JavaScript source folder.
  5. Highlight Excluded pattern.
  6. Press the Edit button.
  7. Press the Add button next to Exclusion patterns box.
  8. You may either type Ant-style wildcard pattern, or click Browse button to mention the JavaScript source by name.
0 0
原创粉丝点击