diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-27 16:15:41 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-02-27 16:28:15 +0200 |
commit | 93bf066797c3796adb9c85db07013a6f3e7c6f0b (patch) | |
tree | e23514b6de83bacf432246d027ace3c8ea62ddb8 /.project | |
parent | 934b8ceb3f8ddcc6acc3ffb4a35b67e3e989ec38 (diff) | |
download | vaadin-framework-93bf066797c3796adb9c85db07013a6f3e7c6f0b.tar.gz vaadin-framework-93bf066797c3796adb9c85db07013a6f3e7c6f0b.zip |
Removed Javascript buider and nature to avoid Eclipse choking on validating widgetset files (#9998)
Change-Id: If7a5f258f04ff6ec24e5fd50f575f289f9cfd420
Diffstat (limited to '.project')
-rw-r--r-- | .project | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,11 +6,6 @@ </projects> <buildSpec> <buildCommand> - <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> @@ -31,7 +26,6 @@ <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> <nature>org.eclipse.wst.common.project.facet.core.nature</nature> <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.wst.jsdt.core.jsNature</nature> <nature>org.apache.ivyde.eclipse.ivynature</nature> </natures> </projectDescription> |