the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: log4j-jmx
Version: 1.2.14
Revision: 1
Type: java(1.4)
Maintainer: Benjamin Reed
BuildDepends: <<
ant-base,
fink (>= 0.24.12-1),
mx4j,
system-java-dev (>= 1.4-1)
<<
Depends: <<
log4j (>= %v-1),
mx4j,
system-java (>= 1.4-1)
<<
Source: mirror:apache:logging/log4j/%v/logging-log4j-%v.tar.gz
Source-MD5: 7d8d02888b93e6f8d67b8e5f746196ae
Replaces: log4j
PatchFile: %n.patch
PatchFile-MD5: 08a93c89c1eda32822098a7f42e25944
CompileScript: ant jar -Djavac.source=1.4 -Djavac.target=1.4
JarFiles: dist/lib/*.jar
DocFiles: INSTALL LICENSE*
Description: Java logging (JMX APIs)
DescDetail: <<
In case of problems with an application, it is helpful to enable logging so
that the problem can be located. With log4j it is possible to enable
logging at runtime without modifying the application binary.
This
<<
Homepage: http://logging.apache.org/log4j/
License: BSD
diff -uNr logging-log4j-1.2.14/build.xml logging-log4j-1.2.14-new/build.xml
--- logging-log4j-1.2.14/build.xml 2006-09-14 03:04:18.000000000 -0400
+++ logging-log4j-1.2.14-new/build.xml 2006-11-20 08:09:35.000000000 -0500
@@ -42,7 +42,7 @@
-
+
@@ -412,7 +412,7 @@
-
+
- ${stem}/xml/log4j.dtd,
- ${stem}/config/*.class,
- ${stem}/helpers/*.class,
- ${stem}/spi/*.class,
- ${stem}/net/*.class,
- ${stem}/jdbc/*.class,
- ${stem}/varia/*.class,
- ${stem}/chainsaw/*.class,
- ${stem}/lf5/**/*.class,
- ${stem}/lf5/**/*.properties,
- ${stem}/lf5/**/*.gif,
- ${stem}/nt/*.class,
- ${stem}/xml/*.class,
- ${stem}/jmx/*.class,
- ${stem}/or/*.class,
- ${stem}/or/sax/*.class,
- ${stem}/or/jms/*.class,
- ${stem}/config/*.class"
+ includes="${stem}/jmx/*.class"
excludes="**/UnitTest**"
manifest="${jar.dest}/manifest.mf">