Changeset 35014 in osm for applications/editors/josm


Ignore:
Timestamp:
2019-05-28T01:23:05+02:00 (6 years ago)
Author:
donvip
Message:

upgrade to Eclipse JAXB 2.3.2

Location:
applications/editors/josm/plugins/jaxb
Files:
2 edited

Legend:

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

    r34460 r35014  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/javax.activation.jar"/>
    7         <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jaxb-api.jar"/>
    8         <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jaxb-core.jar"/>
    9         <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jaxb-impl.jar"/>
     6        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/codemodel.jar"/>
     7        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/dtd-parser.jar"/>
     8        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/FastInfoset.jar"/>
     9        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/istack-commons-runtime.jar"/>
     10        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/istack-commons-tools.jar"/>
     11        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jakarta.activation-api.jar"/>
     12        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jakarta.xml.bind-api.jar" sourcepath="../00_tools/jaxb-ri/lib/jakarta.xml.bind-api-sources.jar"/>
     13        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jaxb-runtime.jar" sourcepath="../00_tools/jaxb-ri/lib/jaxb-runtime-sources.jar">
     14                <attributes>
     15                        <attribute name="javadoc_location" value="jar:file:/../00_tools/jaxb-ri/lib/jaxb-runtime-javadoc.jar!/"/>
     16                </attributes>
     17        </classpathentry>
     18        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/jaxb-xjc.jar"/>
     19        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/relaxng-datatype.jar"/>
     20        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/rngom.jar"/>
     21        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/stax-ex.jar"/>
     22        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/txw2.jar"/>
     23        <classpathentry exported="true" kind="lib" path="../00_tools/jaxb-ri/lib/xsom.jar"/>
    1024        <classpathentry kind="output" path="bin"/>
    1125</classpath>
  • applications/editors/josm/plugins/jaxb/build.xml

    r34460 r35014  
    3939                    <zips>
    4040                        <fileset dir="${plugin.tools.dir}/jaxb-ri/lib">
    41                             <include name="ja*.jar"/>
    42                             <exclude name="jaxb-jxc.jar"/>
    43                             <exclude name="jaxb-xjc.jar"/>
     41                                <exclude name="codemodel.jar"/>
     42                                <exclude name="dtd-parser.jar"/>
     43                                <include name="FastInfoset.jar"/>
     44                                <include name="istack-commons-runtime.jar"/>
     45                                <exclude name="istack-commons-tools.jar"/>
     46                                <include name="jakarta.activation-api.jar"/>
     47                                <include name="jakarta.xml.bind-api.jar"/>
     48                                <include name="jaxb-runtime.jar"/>
     49                                <exclude name="jaxb-xjc.jar"/>
     50                                <exclude name="relaxng-datatype.jar"/>
     51                                <exclude name="rngom.jar"/>
     52                                <include name="stax-ex.jar"/>
     53                                <include name="txw2.jar"/>
     54                                <exclude name="xsom.jar"/>
    4455                            <exclude name="*-sources.jar"/>
    4556                            <exclude name="*-javadoc.jar"/>
Note: See TracChangeset for help on using the changeset viewer.