Changeset 10866 in josm for trunk/build.xml


Ignore:
Timestamp:
2016-08-21T05:59:42+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13232 - remove unused classes from JCS and SvgSalamander

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10850 r10866  
    239239            <exclude name="org/apache/commons/compress/compressors/z/**"/>
    240240            <exclude name="org/apache/commons/jcs/JCS.java"/>
     241            <exclude name="org/apache/commons/jcs/access/GroupCacheAccess.java"/>
    241242            <exclude name="org/apache/commons/jcs/access/PartitionedCacheAccess.java"/>
     243            <exclude name="org/apache/commons/jcs/access/behavior/IGroupCacheAccess.java"/>
     244            <exclude name="org/apache/commons/jcs/access/exception/InvalidGroupException.java"/>
    242245            <exclude name="org/apache/commons/jcs/admin/servlet/**"/>
     246            <exclude name="org/apache/commons/jcs/auxiliary/AbstractAuxiliaryCacheMonitor.java"/>
    243247            <exclude name="org/apache/commons/jcs/auxiliary/disk/jdbc/**"/>
    244             <exclude name="org/apache/commons/jcs/auxiliary/lateral/Lateral*.java"/>
    245             <exclude name="org/apache/commons/jcs/auxiliary/lateral/socket/**"/>
     248            <exclude name="org/apache/commons/jcs/auxiliary/lateral/**"/>
    246249            <exclude name="org/apache/commons/jcs/auxiliary/remote/**"/>
     250            <exclude name="org/apache/commons/jcs/engine/CacheAdaptor.java"/>
     251            <exclude name="org/apache/commons/jcs/engine/CacheGroup.java"/>
     252            <exclude name="org/apache/commons/jcs/engine/CacheWatchRepairable.java"/>
    247253            <exclude name="org/apache/commons/jcs/engine/Zombie*.java"/>
     254            <exclude name="org/apache/commons/jcs/engine/logging/CacheEventLoggerDebugLogger.java"/>
    248255            <exclude name="org/apache/commons/jcs/utils/access/**"/>
    249256            <exclude name="org/apache/commons/jcs/utils/discovery/**"/>
Note: See TracChangeset for help on using the changeset viewer.