Changeset 16408 in josm
- Timestamp:
- 2020-05-14T21:33:56+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r16399 r16408 604 604 static boolean *(org.openstreetmap.josm.gui.mappaint.Environment); 605 605 } 606 -keep class org.apache.commons.logging.impl.*607 606 608 607 -keepclassmembers enum * { … … 1040 1039 <jar basedir="${build.dir}" level="${clevel}" destfile="${modules.dir}/jmapviewer.jar" includes="org/openstreetmap/gui/**/*.class"/> 1041 1040 <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.*'"/> 1043 1042 <arg line="-dotoutput dots *.jar"/> 1044 1043 </exec> … … 1127 1126 <exclude name="org/apache/commons/compress/parallel/**"/> 1128 1127 <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*"/>1134 1128 <exclude name="org/apache/commons/jcs3/auxiliary/disk/jdbc/**"/> 1135 1129 <exclude name="org/apache/commons/jcs3/auxiliary/remote/http/client/**"/>
Note:
See TracChangeset
for help on using the changeset viewer.