Changeset 7036 in osm for applications/editors/josm
- Timestamp:
- 2008-03-05T21:13:48+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/build.xml
r6102 r7036 1 1 <project name="josm-plugins" default="build" basedir="."> 2 3 <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->4 <!--<property name="josm" location="../../../../editors/josm/dist/josm-custom.jar" />-->5 <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->6 7 <!-- target directory to place the plugin in -->8 <!-- Windows has a different home directory scheme then unix/linux -->9 <!-- I don't know an automatic way to find it with ant :-(, if you know, please fix -->10 <!--<property name="plugins" location="${user.home}/.josm/plugins" ></property>-->11 <!--<property name="plugins" location="${user.home}/Anwendungsdaten/JOSM/plugins" ></property>-->12 13 <!-- you should not need to modify anything below this! -->14 2 15 3
Note:
See TracChangeset
for help on using the changeset viewer.