diff options
Diffstat (limited to 'src/server/gwt/.project')
| -rw-r--r-- | src/server/gwt/.project | 43 |
1 files changed, 28 insertions, 15 deletions
diff --git a/src/server/gwt/.project b/src/server/gwt/.project index dc1b7042a..dfd6dab3f 100644 --- a/src/server/gwt/.project +++ b/src/server/gwt/.project @@ -1,15 +1,28 @@ -<?xml version="1.0" encoding="utf-8" ?> -<projectDescription> - <name>GF-GWT</name> - <comment>GF-GWT project</comment> - <projects/> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments/> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>GF-GWT</name>
+ <comment>GF-GWT project</comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.google.gdt.eclipse.core.webAppProjectValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>com.google.gwt.eclipse.core.gwtProjectValidator</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>com.google.gwt.eclipse.core.gwtNature</nature>
+ </natures>
+</projectDescription>
|
