Ignore:
Timestamp:
2012-04-14T15:46:34+02:00 (14 years ago)
Author:
donvip
Message:

[josm_opendata] fix #josm7607 - plugin does not compile due to absolute path to JAXB RI

File:
1 edited

Legend:

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

    r28246 r28296  
    4040    <property name="plugin.dist.dir" value="../../dist"/>
    4141    <property name="plugin.jar" value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    42     <!--<property name="xerces" location="lib/xerces-2_11_0"/>-->
    4342    <!--
    4443    **********************************************************
     
    314313    <taskdef name="xjc" classname="com.sun.tools.xjc.XJCTask">
    315314          <classpath>
    316             <fileset dir="C:\Windows\SysWOW64\jaxb-ri-20120218\lib" includes="*.jar" />
     315            <fileset dir="lib/jaxb-ri-20120218" includes="*.jar" />
    317316          </classpath>
    318317    </taskdef>
Note: See TracChangeset for help on using the changeset viewer.