Changeset 3352 in osm for applications/editors
- Timestamp:
- 2007-06-25T19:19:09+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r3073 r3352 1 1 <project name="livegps" default="dist" basedir="."> 2 2 3 <property name="josm.build.dir" value="../ ../josm"/>3 <property name="josm.build.dir" value="../JOSM"/> 4 4 <property name="josm.home.dir" value="${user.home}/.josm"/> 5 5 <property name="plugin.build.dir" value="build"/> … … 26 26 <attribute name="Plugin-Class" value="livegps.LiveGpsPlugin" /> 27 27 <attribute name="Plugin-Description" value="Allow live GPS feed from a gpsd server" /> 28 <attribute name="Plugin-Version" value="1.0" /> 28 29 <attribute name="Plugin-Stage" value="50" /> 29 30 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.