Ignore:
Timestamp:
2012-11-22T00:23:17+01:00 (12 years ago)
Author:
donvip
Message:

[josm_routing] Make plugin use log4j plugin

Location:
applications/editors/josm/plugins/routing
Files:
2 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routing/.classpath

    r18415 r28966  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="lib" path="lib/jgrapht-jdk1.5.jar"/>
    5         <classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
    65        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    76        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     7        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-log4j"/>
    88        <classpathentry kind="output" path="build"/>
    99</classpath>
  • applications/editors/josm/plugins/routing/build.xml

    r28606 r28966  
    4343        <fileset dir="${plugin.lib.dir}" includes="**/*.jar"/>
    4444        <pathelement path="${josm}"/>
     45        <fileset dir="../log4j/lib">
     46            <include name="**/*.jar"/>
     47        </fileset>
    4548    </path>
    4649    <!--
     
    8992                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    9093                <attribute name="Plugin-Stage" value="50"/>
     94                <attribute name="Plugin-Requires" value="log4j"/>
    9195                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    9296            </manifest>
    9397            <zipfileset src="${plugin.lib.dir}/jgrapht-jdk1.5.jar"/>
    94             <zipfileset src="${plugin.lib.dir}/log4j-1.2.15.jar"/>
    9598        </jar>
    9699    </target>
Note: See TracChangeset for help on using the changeset viewer.