Ignore:
Timestamp:
2011-06-11T04:15:31+02:00 (14 years ago)
Author:
hassans
Message:

Construct graph immediately. Added rendering for graph route. Proper graph construction for all value of oneway=?. Hiding of toolbar and dialog when route layer is deactivated. Tweaked snapping and route line width.

File:
1 edited

Legend:

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

    r25199 r26119  
    3535        <property name="plugin.build.dir"       value="build"/>
    3636        <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    37         <property name="jgrapht"                value="lib/jgrapht-jdk1.5.jar"/>
    38         <property name="log4j"                  value="lib/log4j-1.2.15.jar"/>
     37        <property name="libdir"                 location="lib"/>
     38        <property name="jgrapht"                value="${libdir}/jgrapht-jdk1.5.jar"/>
     39        <property name="log4j"                  value="${libdir}/log4j-1.2.15.jar"/>
    3940        <property name="ant.build.javac.target" value="1.5"/>
    4041        <!-- Some initializations for several other targets -->
    4142        <target name="init">
     43                <mkdir dir="${plugin.dist.dir}"/>
    4244                <mkdir dir="${plugin.build.dir}"/>
    4345        </target>
     
    6971                <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    7072                        <manifest>
    71                                 <attribute name="Author" value="Jose Vidal &lt;vidalfree@gmail.com&gt;, Juangui Jordán &lt;juangui@gmail.com&gt;"/>
     73                                <attribute name="Author" value="Jose Vidal &lt;vidalfree@gmail.com&gt;, Juangui Jordán &lt;juangui@gmail.com&gt;, Hassan S &lt;hassan.sabirin@gmail.com&gt;"/>
    7274                                <attribute name="Plugin-Class" value="com.innovant.josm.plugin.routing.RoutingPlugin"/>
    7375                                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
Note: See TracChangeset for help on using the changeset viewer.