Changeset 22677 in osm for applications/editors/josm/plugins/wmsplugin/build.xml
- Timestamp:
- 2010-08-17T23:25:20+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r22550 r22677 33 33 34 34 <property name="josm" location="../../core/dist/josm-custom.jar" /> 35 <property name="remotecontrol" location="../../dist/remotecontrol.jar" /> 35 36 <property name="plugin.dist.dir" value="../../dist" /> 36 37 <property name="plugin.build.dir" value="build" /> … … 43 44 <target name="compile" depends="init"> 44 45 <echo message="creating ${plugin.jar}" /> 45 <javac srcdir="src" classpath="${josm} " debug="true" destdir="${plugin.build.dir}">46 <javac srcdir="src" classpath="${josm};${remotecontrol}" debug="true" destdir="${plugin.build.dir}"> 46 47 <compilerarg value="-Xlint:deprecation" /> 47 48 <compilerarg value="-Xlint:unchecked" />
Note:
See TracChangeset
for help on using the changeset viewer.