Changeset 4276 in osm for applications/editors/josm/plugins/mappaint
- Timestamp:
- 2007-08-23T08:02:26+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mappaint/build.xml
r3780 r4276 20 20 21 21 <target name="compile" depends="init"> 22 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true"> 22 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" source="1.5" target="1.5"> 23 23 <include name="**/*.java" /> 24 24 </javac>
Note:
See TracChangeset
for help on using the changeset viewer.