Changeset 20283 in osm for applications/editors/josm/plugins/build.xml
- Timestamp:
- 2010-03-05T21:08:12+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r20245 r20283 1 1 <project name="josm-plugins" default="build" basedir="."> 2 <target name="compile_josm"> 2 <target name="compile_josm" unless="skip-josm"> 3 <echo message="test"/> 3 4 <ant dir="../core" target="dist" /> 4 5 </target>
Note:
See TracChangeset
for help on using the changeset viewer.