Changeset 28290 in osm for applications/editors/josm/plugins/native-password-manager
- Timestamp:
- 2012-04-14T13:11:51+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/build.xml
r27367 r28290 54 54 --> 55 55 <target name="compile" depends="init"> 56 <echo message="compiling sources for ${plugin.jar} ..."/>56 <echo message="compiling sources for ${plugin.jar} ..."/> 57 57 <javac srcdir="src" classpathref="classpath" debug="true" destdir="${plugin.build.dir}"> 58 58 <compilerarg value="-Xlint:deprecation"/> … … 105 105 </jar> 106 106 </target> 107 108 107 </project>
Note:
See TracChangeset
for help on using the changeset viewer.