Ignore:
Timestamp:
2015-10-25T04:39:35+01:00 (9 years ago)
Author:
donvip
Message:

remove JAXB from routes and dataimport plugins (included in the JDK for a long time now)

Location:
applications/editors/josm/plugins/dataimport
Files:
3 deleted
2 edited

Legend:

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

    r30416 r31692  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    5         <classpathentry exported="true" kind="lib" path="lib/jsr173-1.0_api.jar"/>
    6         <classpathentry exported="true" kind="lib" path="lib/jaxb-impl.jar"/>
    7         <classpathentry exported="true" kind="lib" path="lib/jaxb-api.jar"/>
    85        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    96        <classpathentry kind="output" path="bin"/>
  • applications/editors/josm/plugins/dataimport/build.xml

    r30800 r31692  
    6868        ************************************************
    6969    -->
    70             <zipfileset src="lib/jsr173-1.0_api.jar" includes="**/*.class"/>
    71             <zipfileset src="lib/jaxb-api.jar" includes="**/*.class"/>
    72             <zipfileset src="lib/jaxb-api.jar" includes="**/*.properties"/>
    73             <zipfileset src="lib/jaxb-impl.jar" includes="**/*.class"/>
    7470            <manifest>
    7571                <attribute name="Author" value="Dieter Muecke"/>
Note: See TracChangeset for help on using the changeset viewer.