Changeset 19375 in josm for trunk/build.xml


Ignore:
Timestamp:
2025-04-02T18:14:21+02:00 (12 months ago)
Author:
stoecker
Message:

drop commons3 usage in sync script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19367 r19375  
    802802                <pathelement path="${build.dir}"/>
    803803                <pathelement path="${test.dir}/build/unit"/>
    804                 <pathelement path="${commons-lang3.jar}"/>
    805804            </classpath>
    806805        </javac>
     
    817816                    <pathelement path="${build.dir}"/>
    818817                    <pathelement path="${script-build.dir}"/>
    819                     <pathelement path="${commons-lang3.jar}"/>
    820818                </classpath>
    821819                <arg value="--type"/>
     
    842840                <pathelement path="${build.dir}"/>
    843841                <pathelement path="${script-build.dir}"/>
    844                 <pathelement path="${commons-lang3.jar}"/>
    845842            </classpath>
    846843            <arg value="--noeli"/>
Note: See TracChangeset for help on using the changeset viewer.