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

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

Location:
applications/editors/josm/plugins/opendata
Files:
8 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/.classpath

    r28246 r28296  
    1515        <classpathentry kind="src" path="modules/fr.toulouse/resources"/>
    1616        <classpathentry kind="src" path="util"/>
    17         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_31"/>
     17        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    1818        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    1919        <classpathentry kind="lib" path="/JOSM/dist/jts.jar"/>
  • 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.