Changeset 21253 in osm for applications/editors
- Timestamp:
- 2010-05-13T11:27:18+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r21186 r21253 36 36 <ant antfile="build.xml" target="dist" dir="public_transport"/> 37 37 <ant antfile="build.xml" target="dist" dir="remotecontrol"/> 38 <ant antfile="build.xml" target="dist" dir="reverter"/> 38 39 <ant antfile="build.xml" target="dist" dir="routes"/> 39 40 <ant antfile="build.xml" target="dist" dir="routing"/> … … 47 48 <ant antfile="build.xml" target="dist" dir="undelete"/> 48 49 <ant antfile="build.xml" target="dist" dir="validator"/> 50 <ant antfile="build.xml" target="dist" dir="videomapping"/> 49 51 <ant antfile="build.xml" target="dist" dir="walkingpapers"/> 50 52 <ant antfile="build.xml" target="dist" dir="waydownloader"/> … … 88 90 <ant antfile="build.xml" target="clean" dir="public_transport"/> 89 91 <ant antfile="build.xml" target="clean" dir="remotecontrol"/> 92 <ant antfile="build.xml" target="clean" dir="reverter"/> 90 93 <ant antfile="build.xml" target="clean" dir="routes"/> 91 94 <ant antfile="build.xml" target="clean" dir="routing"/> … … 99 102 <ant antfile="build.xml" target="clean" dir="undelete"/> 100 103 <ant antfile="build.xml" target="clean" dir="validator"/> 104 <ant antfile="build.xml" target="clean" dir="videomapping"/> 101 105 <ant antfile="build.xml" target="clean" dir="walkingpapers"/> 102 106 <ant antfile="build.xml" target="clean" dir="waydownloader"/> -
applications/editors/josm/plugins/videomapping/build.xml
r21226 r21253 40 40 ** should not be necessary to change the following properties 41 41 --> 42 <property name="josm" location="../ rest/core/dist/josm-custom.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"/> 45 45 <!-- this is the directory where the plugin jar is copied to --> 46 <property name="plugin.dist.dir" value="../ rest/dist"/>46 <property name="plugin.dist.dir" value="../../dist"/> 47 47 <property name="ant.build.javac.target" value="1.5"/> 48 <property name="plugin.dist.dir" value="../ rest/dist"/>48 <property name="plugin.dist.dir" value="../../dist"/> 49 49 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 50 50
Note:
See TracChangeset
for help on using the changeset viewer.