Changeset 3736 in osm for applications/editors/josm
- Timestamp:
- 2007-07-26T09:37:58+02:00 (17 years ago)
- Location:
- applications/editors/josm/plugins/navigator
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/navigator/build.xml
r3686 r3736 9 9 10 10 <!-- plugin meta data (enter new version number if anything changed!) --> 11 <property name="plugin.version" value="0. 1"/>12 <property name="plugin.description" value="Provides routing functionality (V${plugin.version})."/>11 <property name="plugin.version" value="0.2"/> 12 <property name="plugin.description" value="Provides navigation/autorouting functionality (V${plugin.version})."/> 13 13 <property name="plugin.stage" value="50"/> 14 14 <property name="plugin.class" value="at.dallermassl.josm.plugin.navigator.NavigatorPlugin"/> … … 41 41 <attribute name="Plugin-Description" value="${plugin.description}" /> 42 42 <attribute name="Plugin-Version" value="${plugin.version}" /> 43 < !--attribute name="Plugin-Dependencies" value="org.eigenheimstrasse.josm" /-->43 <attribute name="Plugin-Dependencies" value="jgrapht-jdk1.5" /> 44 44 <attribute name="Plugin-Stage" value="${plugin.stage}" /> 45 <attribute name="Class-Path" value="navigator/lib/jgrapht-jdk1.5.jar" />46 45 </manifest> 47 46 </jar> … … 65 64 <target name="install" depends="dist"> 66 65 <copy file="${plugin.jar}" todir="${josm.home.dir}/plugins" /> 67 <mkdir dir="${josm.home.dir}/plugins/${ant.project.name}/lib"/> 68 <copy todir="${josm.home.dir}/plugins/${ant.project.name}/lib"> 66 <copy todir="${josm.home.dir}/plugins"> 69 67 <fileset dir="lib"> 70 68 <include name="**/*.jar"/>
Note:
See TracChangeset
for help on using the changeset viewer.