Changeset 10439 in osm for applications/editors/josm/plugins/agpifoj/build.xml
- Timestamp:
- 2008-09-03T10:11:37+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/agpifoj/build.xml
r10122 r10439 56 56 <target name="compile" depends="init"> 57 57 <echo message="creating ${plugin.jar}"/> 58 <javac srcdir="src" classpath=" ../../core/dist/josm-custom.jar" destdir="build">58 <javac srcdir="src" classpath="${josm}" destdir="build"> 59 59 <compilerarg value="-Xlint:deprecation"/> 60 60 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.