Changeset 23172 in osm for applications/editors/josm/plugins/videomapping/build.xml
- Timestamp:
- 2010-09-15T10:58:57+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/videomapping/build.xml
r22850 r23172 40 40 ** should not be necessary to change the following properties 41 41 --> 42 <property name="josm" location="../ ../core/dist/josm-custom.jar"/>42 <property name="josm" location="../JOSM/dist/josm-custom.jar"/> <!-- patched for my own workbench, will fix if I understand how you have to setup it right--> 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="../ ../dist"/>47 <property name="ant.build.javac.target" value="1. 6"/>46 <property name="plugin.dist.dir" value="../JOSM/dist"/> 47 <property name="ant.build.javac.target" value="1.5"/> 48 48 <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/> 49 49 <property name="vlcj" value="lib/vlcj-1.1.2.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.