Ignore:
Timestamp:
2018-07-09T21:13:03+02:00 (6 years ago)
Author:
donvip
Message:

see #josm15560, see #josm16047 - fix JABX builds

File:
1 edited

Legend:

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

    r34387 r34409  
    2020    <property name="spotbugs-ant.jar"       location="../00_core_tools/spotbugs/spotbugs-ant.jar"/>
    2121    <property name="annotations.jar"        location="../00_core_tools/spotbugs/spotbugs-annotations.jar"/>
     22    <property name="plugin.tools.dir"       location="../00_tools"/>
    2223    <property name="plugin.build.dir"       location="build"/>
    2324    <property name="plugin.test.dir"        location="test"/>
     
    6970    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}" includes="nothing"/>
    7071
     72    <fileset id="jaxb.jars" dir="${plugin.tools.dir}/jaxb-ri/lib" includes="**/*.jar"/>
     73
    7174    <path id="plugin.classpath">
    7275        <pathelement location="${josm}"/>
     
    7780        </fileset>
    7881        <fileset refid="plugin.requires.jars"/>
     82        <fileset refid="jaxb.jars"/>
    7983    </path>
    8084
Note: See TracChangeset for help on using the changeset viewer.