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> <resources>
<resource> <resource>
<directory>${project.build.sourceDirectory}</directory> <directory>${project.build.sourceDirectory}</directory>
</resource> <excludes>
<resource> <exclude>pythagoras/util/Platform.java</exclude>
<directory>${basedir}/src/main/resources</directory> </excludes>
</resource> </resource>
</resources> </resources>
<plugins> <plugins>
@@ -72,6 +72,9 @@
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<!-- yes, this is apparently the Right Way to do this --> <!-- yes, this is apparently the Right Way to do this -->
<compilerArgument>-Xlint" "-Xlint:-serial" "-Xlint:-path</compilerArgument> <compilerArgument>-Xlint" "-Xlint:-serial" "-Xlint:-path</compilerArgument>
<excludes>
<exclude>pythagoras/gwt/**</exclude>
</excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
@@ -4,4 +4,5 @@
<source path="d"/> <source path="d"/>
<source path="i"/> <source path="i"/>
<source path="util"/> <source path="util"/>
<super-source path="gwt"/>
</module> </module>