moved domain.common GWT module definition to right place and fixed inherits clauses

This commit is contained in:
Axel Uhl
2011-12-29 13:29:32 +01:00
parent 4a2c2a6a68
commit 7718b90e71
7 changed files with 17 additions and 6 deletions
@@ -20,9 +20,20 @@
<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.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>com.google.gwt.eclipse.core.gwtNature</nature>
</natures>
</projectDescription>