Ignore:
Timestamp:
2007-07-26T09:37:58+02:00 (17 years ago)
Author:
christofd
Message:

using jgrapht as josm plugin
added some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/navigator/build.xml

    r3686 r3736  
    99         
    1010          <!-- 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})."/>
    1313          <property name="plugin.stage" value="50"/>
    1414    <property name="plugin.class" value="at.dallermassl.josm.plugin.navigator.NavigatorPlugin"/>
     
    4141        <attribute name="Plugin-Description" value="${plugin.description}" />
    4242        <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" />
    4444        <attribute name="Plugin-Stage" value="${plugin.stage}" />
    45         <attribute name="Class-Path" value="navigator/lib/jgrapht-jdk1.5.jar" />
    4645      </manifest>
    4746    </jar>
     
    6564  <target name="install" depends="dist">
    6665    <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">
    6967        <fileset dir="lib">
    7068        <include name="**/*.jar"/>
Note: See TracChangeset for help on using the changeset viewer.