Changeset 16408 in josm


Ignore:
Timestamp:
2020-05-14T21:33:56+02:00 (5 years ago)
Author:
simon04
Message:

see #16860 - build.xml: remove leftovers of org.apache.commons.logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r16399 r16408  
    604604            static boolean *(org.openstreetmap.josm.gui.mappaint.Environment);
    605605        }
    606         -keep class org.apache.commons.logging.impl.*
    607606
    608607        -keepclassmembers enum  * {
     
    10401039        <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/jmapviewer.jar" includes="org/openstreetmap/gui/**/*.class"/>
    10411040        <exec executable="jdeps" dir="${modules.dir}">
    1042             <arg line="-f 'java.*|org.xml.*|org.w3c.*|sun.*|com.sun.*|com.google.*|org.tukaani.*|org.apache.commons.logging.*'"/>
     1041            <arg line="-f 'java.*|org.xml.*|org.w3c.*|sun.*|com.sun.*|com.google.*|org.tukaani.*'"/>
    10431042            <arg line="-dotoutput dots *.jar"/>
    10441043        </exec>
     
    11271126                <exclude name="org/apache/commons/compress/parallel/**"/>
    11281127                <exclude name="org/apache/commons/compress/utils/ArchiveUtils*"/>
    1129                 <exclude name="org/apache/commons/logging/impl/AvalonLogger*"/>
    1130                 <exclude name="org/apache/commons/logging/impl/Jdk13LumberjackLogger*"/>
    1131                 <exclude name="org/apache/commons/logging/impl/Log4JLogger*"/>
    1132                 <exclude name="org/apache/commons/logging/impl/LogKitLogger*"/>
    1133                 <exclude name="org/apache/commons/logging/impl/ServletContextCleaner*"/>
    11341128                <exclude name="org/apache/commons/jcs3/auxiliary/disk/jdbc/**"/>
    11351129                <exclude name="org/apache/commons/jcs3/auxiliary/remote/http/client/**"/>
Note: See TracChangeset for help on using the changeset viewer.