Changeset 7508 in josm for trunk


Ignore:
Timestamp:
2014-09-05T18:01:58+02:00 (10 years ago)
Author:
Don-vip
Message:

fix build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r7494 r7508  
    2626        <os family="Windows"/>
    2727    </condition>
    28     <!-- Java classpath addition (all jar files to compile tests with this) -->
    29     <path id="classpath">
    30         <fileset dir="lib">
    31             <include name="**/*.jar"/>
    32         </fileset>
    33     </path>
    3428
    3529    <!--
     
    274268    <path id="test.classpath">
    275269        <fileset dir="${test.dir}/lib">
    276             <include name="**/*.jar"/>
    277         </fileset>
    278         <fileset dir="lib">
    279270            <include name="**/*.jar"/>
    280271        </fileset>
Note: See TracChangeset for help on using the changeset viewer.