Use super-source to provide our GWT-specialized Platform.java.

This commit is contained in:
Michael Bayne
2011-08-13 09:32:34 -07:00
parent 41a3eff538
commit cc1c1d3f51
3 changed files with 7 additions and 3 deletions
+6 -3
View File
@@ -54,9 +54,9 @@
<resources>
<resource>
<directory>${project.build.sourceDirectory}</directory>
</resource>
<resource>
<directory>${basedir}/src/main/resources</directory>
<excludes>
<exclude>pythagoras/util/Platform.java</exclude>
</excludes>
</resource>
</resources>
<plugins>
@@ -72,6 +72,9 @@
<showWarnings>true</showWarnings>
<!-- yes, this is apparently the Right Way to do this -->
<compilerArgument>-Xlint" "-Xlint:-serial" "-Xlint:-path</compilerArgument>
<excludes>
<exclude>pythagoras/gwt/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>