Ignore:
Timestamp:
2011-07-29T10:33:36+02:00 (15 years ago)
Author:
bastik
Message:

fix problems introduced yesterday (missing resources + infinite loop)
unfortunately Gauß-Krüger still does not work, the datum conversion seems to give strange results

File:
1 edited

Legend:

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

    r26409 r26416  
    8080        <echo message="creating ${ant.project.name}.jar ... "/>
    8181        <copy todir="${plugin.build.dir}/resources">
    82             <fileset dir="resources"/>
     82            <fileset dir="resources" excludes="nad/"/>
     83        </copy>
     84        <copy todir="${plugin.build.dir}/nad">
     85            <fileset dir="resources/nad"/>
    8386        </copy>
    8487        <copy todir="${plugin.build.dir}/images">
Note: See TracChangeset for help on using the changeset viewer.