Changeset 14568 in josm for trunk/build.xml


Ignore:
Timestamp:
2018-12-16T19:54:33+01:00 (6 years ago)
Author:
Don-vip
Message:

see #16129 - update to latest ESRI definitions (ArcMap 10.6.1 / ArcGISPro 2.2)

see https://github.com/Esri/projection-engine-db-doc/pull/5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r14417 r14568  
    991991    </target>
    992992    <!--
     993      ** update projection test files after an update of projection definitions
     994    -->
     995    <target name="update-proj-files" depends="test-compile">
     996        <java classname="org.openstreetmap.josm.data.projection.ProjectionRefTest" failonerror="true" fork="true">
     997            <classpath>
     998                <path refid="test.classpath"/>
     999                <pathelement path="${test.dir}/build/unit"/>
     1000            </classpath>
     1001        </java>
     1002        <java classname="org.openstreetmap.josm.data.projection.ProjectionRegressionTest" failonerror="true" fork="true">
     1003            <classpath>
     1004                <path refid="test.classpath"/>
     1005                <pathelement path="${test.dir}/build/unit"/>
     1006            </classpath>
     1007        </java>
     1008    </target>
     1009    <!--
    9931010      ** generate jdeps dependency graph
    9941011    -->
Note: See TracChangeset for help on using the changeset viewer.