diff options
author | Pacien TRAN-GIRARD | 2014-03-03 19:27:27 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-03 19:27:27 +0100 |
commit | 12a0686cb3fa183aa8e4829ad4cab25798bc7cf5 (patch) | |
tree | f9388e4b064d2b60a68171e1e0e57c1ffb404500 /.project | |
parent | c5d0945eb63c0a7537ba85ba088f33639f703520 (diff) | |
download | esieequest-12a0686cb3fa183aa8e4829ad4cab25798bc7cf5.tar.gz |
Add web interface and clean project dir
Diffstat (limited to '.project')
-rw-r--r-- | .project | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -11,13 +11,30 @@ | |||
11 | </arguments> | 11 | </arguments> |
12 | </buildCommand> | 12 | </buildCommand> |
13 | <buildCommand> | 13 | <buildCommand> |
14 | <name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
15 | <arguments> | ||
16 | </arguments> | ||
17 | </buildCommand> | ||
18 | <buildCommand> | ||
14 | <name>org.eclipse.jdt.core.javabuilder</name> | 19 | <name>org.eclipse.jdt.core.javabuilder</name> |
15 | <arguments> | 20 | <arguments> |
16 | </arguments> | 21 | </arguments> |
17 | </buildCommand> | 22 | </buildCommand> |
23 | <buildCommand> | ||
24 | <name>com.google.gdt.eclipse.core.webAppProjectValidator</name> | ||
25 | <arguments> | ||
26 | </arguments> | ||
27 | </buildCommand> | ||
28 | <buildCommand> | ||
29 | <name>com.google.gwt.eclipse.core.gwtProjectValidator</name> | ||
30 | <arguments> | ||
31 | </arguments> | ||
32 | </buildCommand> | ||
18 | </buildSpec> | 33 | </buildSpec> |
19 | <natures> | 34 | <natures> |
20 | <nature>net.sourceforge.texlipse.builder.TexlipseNature</nature> | 35 | <nature>net.sourceforge.texlipse.builder.TexlipseNature</nature> |
21 | <nature>org.eclipse.jdt.core.javanature</nature> | 36 | <nature>org.eclipse.jdt.core.javanature</nature> |
37 | <nature>com.google.gwt.eclipse.core.gwtNature</nature> | ||
38 | <nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
22 | </natures> | 39 | </natures> |
23 | </projectDescription> | 40 | </projectDescription> |