Changeset 29596 in osm for applications/editors/josm/plugins/routing
- Timestamp:
- 2013-05-14T22:51:38+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routing/build.xml
r29435 r29596 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is the build file for the routing plugin4 **5 ** Maintaining versions6 ** ====================7 ** see README.template8 **9 ** Usage10 ** =====11 ** To build it run12 **13 ** > ant dist14 **15 ** To install the generated plugin locally (in your default plugin directory) run16 **17 ** > ant install18 **19 ** To build against the core in ../../core, create a correct manifest and deploy to20 ** SVN,21 ** set the properties commit.message and plugin.main.version22 ** and run23 ** > ant publish24 **25 **26 -->27 2 <project name="routing" default="dist" basedir="."> 28 3 … … 30 5 <property name="commit.message" value="added one-way support in roundabouts"/> 31 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 32 <property name="plugin.main.version" value="5 464"/>7 <property name="plugin.main.version" value="5960"/> 33 8 34 9 <!--
Note:
See TracChangeset
for help on using the changeset viewer.