Changeset 16399 in josm


Ignore:
Timestamp:
2020-05-10T12:37:22+02:00 (4 years ago)
Author:
simon04
Message:

see #19208 - ant dist-optimized: fix for jcs3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r16397 r16399  
    10371037        <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/svgSalamander.jar" includes="com/kitfox/**/*.class"/>
    10381038        <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/oauth-signpost.jar" includes="oauth/**/*.class"/>
    1039         <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/commons-jcs.jar" includes="org/apache/commons/jcs/**/*.class"/>
     1039        <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/commons-jcs.jar" includes="org/apache/commons/jcs3/**/*.class"/>
    10401040        <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/jmapviewer.jar" includes="org/openstreetmap/gui/**/*.class"/>
    10411041        <exec executable="jdeps" dir="${modules.dir}">
     
    11321132                <exclude name="org/apache/commons/logging/impl/LogKitLogger*"/>
    11331133                <exclude name="org/apache/commons/logging/impl/ServletContextCleaner*"/>
    1134                 <exclude name="org/apache/commons/jcs/auxiliary/disk/jdbc/**"/>
    1135                 <exclude name="org/apache/commons/jcs/auxiliary/remote/http/client/**"/>
    1136                 <exclude name="org/apache/commons/jcs/auxiliary/remote/http/server/RemoteHttpCacheServlet*"/>
    1137                 <exclude name="org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheStartupServlet*"/>
    1138                 <exclude name="org/apache/commons/jcs/utils/servlet/**"/>
     1134                <exclude name="org/apache/commons/jcs3/auxiliary/disk/jdbc/**"/>
     1135                <exclude name="org/apache/commons/jcs3/auxiliary/remote/http/client/**"/>
     1136                <exclude name="org/apache/commons/jcs3/auxiliary/remote/http/server/RemoteHttpCacheServlet*"/>
     1137                <exclude name="org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheStartupServlet*"/>
     1138                <exclude name="org/apache/commons/jcs3/log/Log4j2Factory*"/>
     1139                <exclude name="org/apache/commons/jcs3/log/Log4j2LogAdapter*"/>
     1140                <exclude name="org/apache/commons/jcs3/utils/servlet/**"/>
    11391141            </patternset>
    11401142        </unzip>
Note: See TracChangeset for help on using the changeset viewer.