diff options
author | Artur Signell <artur@vaadin.com> | 2013-02-08 13:46:42 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-02-25 11:36:18 +0200 |
commit | c30c566e8130a030411c9f6d4609f6d738873d6a (patch) | |
tree | 80f22bf5bacb1d1697762442031b829366394c22 /.project | |
parent | fbdc52551e258d938db2e230366ca0e21d35c5bc (diff) | |
download | vaadin-framework-c30c566e8130a030411c9f6d4609f6d738873d6a.tar.gz vaadin-framework-c30c566e8130a030411c9f6d4609f6d738873d6a.zip |
Added Eclipse project files (#9998)
* Defines build path
* Defines required Ivy containers
* Defines formatter settings
* Turns off Javascript nature
* Turns off Javascript and HTML validation
Change-Id: I9512d189dd93870be4e235481461fdffdb3610b3
Diffstat (limited to '.project')
-rw-r--r-- | .project | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.project b/.project new file mode 100644 index 0000000000..4660dc9663 --- /dev/null +++ b/.project @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>vaadin</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.wst.jsdt.core.javascriptValidator</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.common.project.facet.core.builder</name> + <arguments> + </arguments> + </buildCommand> + <buildCommand> + <name>org.eclipse.wst.validation.validationbuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jem.workbench.JavaEMFNature</nature> + <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> |