Changeset 24997 in osm for applications/editors/josm/plugins/irsrectify/build.xml
- Timestamp:
- 2011-01-08T13:33:31+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/irsrectify/build.xml
r23188 r24997 33 33 <property name="commit.message" value="New plugin - irsrectify" /> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value="3 000" />35 <property name="plugin.main.version" value="3715" /> 36 36 37 37 … … 65 65 <target name="compile" depends="init"> 66 66 <echo message="compiling sources for ${plugin.jar} ... "/> 67 <javac srcdir="src" classpath="${josm} ;../../dist/wmsplugin.jar" debug="true" destdir="${plugin.build.dir}">67 <javac srcdir="src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}"> 68 68 <compilerarg value="-Xlint:deprecation"/> 69 69 <compilerarg value="-Xlint:unchecked"/> … … 106 106 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/> 107 107 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 108 <attribute name="Plugin-Requires" value="wmsplugin"/>109 108 </manifest> 110 109 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.
