Community
Participate
Working Groups
build id: 20100813105432 Steps 1. new workspace 2. create a normal project 3. invoke the Configure > Enable JavaScript... action on the project 4. open the properties for the project and navigate to the include path page Expected Everything would be fine Happens You immediately see the following warning: Build path entry is missing: org.eclipse.wst.jsdt.launching.WebProject There is also no way to remove the offending entry as the 'Remove' button does not enable when it is selected. Workaround Open /.settings/.jsdtscope file and remove the following entry: <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
Contribution to include path moved into org.eclipse.wst.jsdt.web.core with its definition and initializer.