Ignore:
Timestamp:
2014-08-04T03:42:30+02:00 (10 years ago)
Author:
donvip
Message:

[josm_plugins] support for unit tests

File:
1 edited

Legend:

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

    r30552 r30553  
    1414
    1515    <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     16    <property name="josm.test.build.dir"    location="../../core/test/build"/>
    1617    <property name="groovy.jar"             location="../00_core_tools/groovy-all-2.3.4.jar"/>
    1718    <property name="plugin.build.dir"       location="build"/>
     
    363364            <include name="**/*.jar"/>
    364365        </fileset>
    365         <pathelement path="../../core/test/build/unit"/>
     366        <pathelement path="${josm.test.build.dir}/unit"/>
    366367        <pathelement path="${josm}"/>
    367368        <pathelement path="${plugin.jar}"/>
Note: See TracChangeset for help on using the changeset viewer.