Use super-source to provide our GWT-specialized Platform.java.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user