Changeset 6756 in josm for trunk/build.xml


Ignore:
Timestamp:
2014-01-27T00:13:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #9590 - replace org.json with GPL-compliant jsonp + remove mention of old world image removed in r1680

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r6686 r6756  
    210210            <compilerarg value="-Xlint:unchecked"/>
    211211        </javac>
     212        <copy todir="build" failonerror="no" includeemptydirs="no">
     213            <fileset dir="resources"/>
     214        </copy>
    212215    </target>
    213216    <target name="init">
Note: See TracChangeset for help on using the changeset viewer.