Changeset 12579 in osm for applications/editors/josm/plugins/utilsplugin/build.xml
- Timestamp:
- 2008-12-25T14:36:26+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/build.xml
r8815 r12579 26 26 <target name="compile" depends="init"> 27 27 <echo message="creating ${plugin.jar}"/> 28 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true"/> 28 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true"> 29 <compilerarg value="-Xlint:deprecation"/> 30 </javac> 29 31 </target> 30 32 … … 46 48 <attribute name="Plugin-Description" value="Useful JOSM utilities"/> 47 49 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 50 <attribute name="Plugin-Mainversion" value="1179"/> 48 51 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 49 52 <attribute name="Author"
Note:
See TracChangeset
for help on using the changeset viewer.
