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

[josm_importimage] Make plugin use log4j plugin

File:
1 edited

Legend:

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

    r28954 r28965  
    6868            <classpath>
    6969                <pathelement location="${josm}"/>
    70                 <fileset dir="lib">
     70                <fileset dir="../log4j/lib">
    7171                    <include name="**/*.jar"/>
    7272                </fileset>
     
    9191                <echo message="creating ${ant.project.name}.jar ... "/>
    9292               
    93         <unjar src="lib/log4j-1.2.17.jar" dest="${plugin.build.dir}"/>
    9493                <copy todir="${plugin.build.dir}/images">
    9594                        <fileset dir="images"/>
     
    123122                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/ImportImagePlugin"/>
    124123                <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    125                 <attribute name="Plugin-Requires" value="geotools"/>
     124                <attribute name="Plugin-Requires" value="log4j, geotools"/>
    126125                <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    127126                        </manifest>
Note: See TracChangeset for help on using the changeset viewer.