Changeset 23188 in osm for applications
- Timestamp:
- 2010-09-15T18:51:02+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r22850 r23188 23 23 <ant antfile="build.xml" target="dist" dir="graphview"/> 24 24 <ant antfile="build.xml" target="dist" dir="imagewaypoint"/> 25 <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/> 25 26 <ant antfile="build.xml" target="dist" dir="lakewalker"/> 26 27 <ant antfile="build.xml" target="dist" dir="livegps"/> … … 63 64 <ant antfile="build.xml" target="dist" dir="wmsplugin"/> 64 65 <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/> 66 <!-- behind wms plugin! --> 67 <ant antfile="build.xml" target="dist" dir="irsrectify"/> 65 68 </target> 66 69 <target name="build_defect" depends="compile"> … … 86 89 <ant antfile="build.xml" target="clean" dir="grid"/> 87 90 <ant antfile="build.xml" target="clean" dir="imagewaypoint"/> 91 <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/> 92 <ant antfile="build.xml" target="clean" dir="irsrectify"/> 88 93 <ant antfile="build.xml" target="clean" dir="lakewalker"/> 89 94 <ant antfile="build.xml" target="clean" dir="livegps"/> -
applications/editors/josm/plugins/irsrectify/build.xml
r23064 r23188 40 40 ** should not be necessary to change the following properties 41 41 --> 42 <property name="josm" location="../../ josm-latest.jar"/>42 <property name="josm" location="../../core/dist/josm-custom.jar" /> 43 43 <property name="plugin.build.dir" value="build"/> 44 44 <property name="plugin.src.dir" value="src"/>
Note:
See TracChangeset
for help on using the changeset viewer.