changed Xlint options to avoid 'bad path element' error during build

This commit is contained in:
Thomas Risberg
2011-05-19 12:54:23 -04:00
parent 9429326ec2
commit ac762b2289

View File

@@ -297,7 +297,7 @@
<configuration>
<source>1.5</source>
<target>1.5</target>
<compilerArgument>-Xlint:all</compilerArgument>
<compilerArgument>-Xlint:-path</compilerArgument>
<showWarnings>true</showWarnings>
<showDeprecation>false</showDeprecation>
</configuration>