Ignore:
Timestamp:
2011-07-28T11:13:46+02:00 (13 years ago)
Author:
bastik
Message:

add proj4j r2080 source instead of binary jar (requires fixing)

Location:
applications/editors/josm/plugins/proj4j
Files:
136 added
1 deleted
1 edited

Legend:

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

    r26407 r26409  
    3737    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3838    <property name="plugin.main.version" value="3872"/>
    39     <property name="libproj4j" value="lib/proj4j-0.1.0.jar"/>
    4039    <!--
    4140      ************************************************
     
    6867            <classpath>
    6968                <pathelement location="${josm}"/>
    70                 <pathelement location="${libproj4j}"/>
    7169            </classpath>
    7270            <compilerarg value="-Xlint:deprecation"/>
     
    9896        <jar destfile="${plugin.jar}" basedir="${plugin.build.dir}">
    9997            <!-- All jar files necessary to run plugin (no tests) -->
    100             <zipfileset src="${libproj4j}"/>
    10198            <!--
    10299        ************************************************
Note: See TracChangeset for help on using the changeset viewer.