Changeset 34410 in osm for applications/editors/josm/plugins/surveyor/build.xml
- Timestamp:
- 2018-07-09T23:02:10+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/build.xml
r33824 r34410 20 20 <property name="plugin.requires" value="livegps"/> 21 21 <property name="plugin.stage" value="60"/> 22 23 <target name="compile" depends="init"> 24 <echo message="compiling sources for ${plugin.jar} ..."/> 25 <javac srcdir="src" debug="true" destdir="${plugin.build.dir}" includeantruntime="false" encoding="UTF-8"> 26 <compilerarg value="-Xlint:deprecation"/> 27 <compilerarg value="-Xlint:unchecked"/> 28 <classpath> 29 <pathelement location="${josm}"/> 30 <pathelement location="${livegpsplugin.jar}"/> 31 </classpath> 32 </javac> 33 </target> 22 23 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 24 <include name="livegps.jar"/> 25 </fileset> 34 26 </project>
Note:
See TracChangeset
for help on using the changeset viewer.