Changeset 16195 in josm for trunk/build.xml
- Timestamp:
- 2020-03-22T23:48:14+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r16194 r16195 298 298 <target name="compile-cots" depends="init" description="Compiles third-party dependencies not retrieved with Ivy"> 299 299 <!-- COTS --> 300 <javac srcdir="${src.dir}" includes="com/google/**,com/kitfox/**,oauth/** ,org/apache/commons/**" nowarn="on" encoding="iso-8859-1"300 <javac srcdir="${src.dir}" includes="com/google/**,com/kitfox/**,oauth/**" nowarn="on" encoding="iso-8859-1" 301 301 destdir="${build.dir}" target="${java.lang.version}" source="${java.lang.version}" debug="on" includeAntRuntime="false" createMissingPackageInfoClass="false"> 302 302 <!-- get rid of "internal proprietary API" warning --> 303 303 <compilerarg value="-XDignore.symbol.file"/> 304 <exclude name="org/apache/commons/jcs/JCS.java"/>305 <exclude name="org/apache/commons/jcs/access/GroupCacheAccess.java"/>306 <exclude name="org/apache/commons/jcs/access/PartitionedCacheAccess.java"/>307 <exclude name="org/apache/commons/jcs/access/behavior/IGroupCacheAccess.java"/>308 <exclude name="org/apache/commons/jcs/access/exception/InvalidGroupException.java"/>309 <exclude name="org/apache/commons/jcs/admin/servlet/**"/>310 <exclude name="org/apache/commons/jcs/auxiliary/AbstractAuxiliaryCacheMonitor.java"/>311 <exclude name="org/apache/commons/jcs/auxiliary/disk/jdbc/**"/>312 <exclude name="org/apache/commons/jcs/auxiliary/lateral/**"/>313 <exclude name="org/apache/commons/jcs/auxiliary/remote/**"/>314 <exclude name="org/apache/commons/jcs/engine/CacheAdaptor.java"/>315 <exclude name="org/apache/commons/jcs/engine/CacheGroup.java"/>316 <exclude name="org/apache/commons/jcs/engine/CacheWatchRepairable.java"/>317 <exclude name="org/apache/commons/jcs/engine/Zombie*.java"/>318 <exclude name="org/apache/commons/jcs/engine/logging/CacheEventLoggerDebugLogger.java"/>319 <exclude name="org/apache/commons/jcs/utils/access/**"/>320 <exclude name="org/apache/commons/jcs/utils/discovery/**"/>321 <exclude name="org/apache/commons/jcs/utils/net/**"/>322 <exclude name="org/apache/commons/jcs/utils/props/**"/>323 <exclude name="org/apache/commons/jcs/utils/servlet/**"/>324 304 <classpath> 325 305 <path refid="runtime.path"/>
Note:
See TracChangeset
for help on using the changeset viewer.