- Timestamp:
- 2020-05-10T12:37:22+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r16397 r16399 1037 1037 <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/svgSalamander.jar" includes="com/kitfox/**/*.class"/> 1038 1038 <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"/> 1040 1040 <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/jmapviewer.jar" includes="org/openstreetmap/gui/**/*.class"/> 1041 1041 <exec executable="jdeps" dir="${modules.dir}"> … … 1132 1132 <exclude name="org/apache/commons/logging/impl/LogKitLogger*"/> 1133 1133 <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/**"/> 1139 1141 </patternset> 1140 1142 </unzip>
Note:
See TracChangeset
for help on using the changeset viewer.