Changeset 23803 in osm
- Timestamp:
- 2010-10-24T12:07:48+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/ColumbusCSV/build.xml
r23786 r23803 26 26 ** should not be necessary to change the following properties 27 27 --> 28 <property name="josm _unstable" location="../../core/dist/josm-custom.jar"/>29 <property name="josm "location="lib/josm-tested.jar"/>28 <property name="josm" location="../../core/dist/josm-custom.jar"/> 29 <property name="josm_stable" location="../../core/dist/3529/josm-tested.jar"/> 30 30 <property name="plugin.build.dir" value="build"/> 31 31 <property name="plugin.src.dir" value="src"/> -
applications/editors/josm/plugins/ElevationProfile/build.xml
r23786 r23803 26 26 ** should not be necessary to change the following properties 27 27 --> 28 <property name="josm _unstable" location="../../core/dist/josm-custom.jar"/>29 <property name="josm "location="../../core/dist/3529/josm-tested.jar"/>28 <property name="josm" location="../../core/dist/josm-custom.jar"/> 29 <property name="josm_stable" location="../../core/dist/3529/josm-tested.jar"/> 30 30 <property name="plugin.build.dir" value="build"/> 31 31 <property name="plugin.src.dir" value="src"/>
Note:
See TracChangeset
for help on using the changeset viewer.