Changeset 7351 in josm
- Timestamp:
- 2014-07-31T12:36:48+02:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7331 r7351 237 237 <compilerarg value="-Xlint:try"/> 238 238 <compilerarg value="-Xlint:unchecked"/> 239 <!-- Undocumented argument to ignore "Sun internal proprietary API" warning, see http://stackoverflow.com/a/13862308/2257172 --> 240 <compilerarg value="-XDignore.symbol.file"/> 239 241 </javac> 240 242 <copy todir="build" failonerror="no" includeemptydirs="no"> … … 426 428 -keep class * extends org.openstreetmap.josm.io.FileImporter 427 429 -keep class * extends org.openstreetmap.josm.io.FileExporter 428 -keep class org. openstreetmap.josm.data.imagery.types.Adapter1430 -keep class org.w3._2001.xmlschema.Adapter1 429 431 -keep class org.openstreetmap.josm.actions.search.SearchCompiler$Never 430 432 … … 439 441 } 440 442 441 # Disable annoying [proguard] Note: the configuration keeps the entry point '...', but not the descriptor class '...'. This notes should not be a problem as we don't use obfuscation 443 # Disable annoying [proguard] Note: the configuration keeps the entry point '...', but not the descriptor class '...'. 444 # This note should not be a problem as we don't use obfuscation 442 445 -dontnote 443 446 </proguard>
Note:
See TracChangeset
for help on using the changeset viewer.