Changeset 30530 in osm for applications/editors/josm/plugins/native-password-manager
- Timestamp:
- 2014-07-13T22:16:03+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/build.xml
r30416 r30530 27 27 <target name="compile" depends="init"> 28 28 <echo message="compiling sources for ${plugin.jar} ..."/> 29 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}"> 29 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 30 30 <compilerarg value="-Xlint:deprecation"/> 31 31 <compilerarg value="-Xlint:unchecked"/>
Note:
See TracChangeset
for help on using the changeset viewer.