File: exclude-avalon-logger.patch

package info (click to toggle)
libfreemarker-java 2.3.32-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,532 kB
  • sloc: java: 93,456; xml: 38,997; jsp: 39; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 485 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Excludes the Avalon Logger support (not in Debian and obsolete)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.xml
+++ b/build.xml
@@ -245,6 +245,7 @@
       bootclasspath="${boot.classpath.j2se1.7}"
       excludes="
         freemarker/core/_Java?*Impl.java,
+        freemarker/log/_AvalonLoggerFactory.java,
         freemarker/ext/beans/JRebelClassChangeNotifier.java,
         freemarker/ext/jsp/**,
         freemarker/ext/servlet/**,