[slf4j-dev] svn commit: r536 - slf4j/trunk
ceki at slf4j.org
ceki at slf4j.org
Sat Feb 4 17:03:17 CET 2006
Author: ceki
Date: Sat Feb 4 17:03:16 2006
New Revision: 536
Modified:
slf4j/trunk/build.xml
Log:
added missing Marker related .class files into the jar task
Modified: slf4j/trunk/build.xml
==============================================================================
--- slf4j/trunk/build.xml (original)
+++ slf4j/trunk/build.xml Sat Feb 4 17:03:16 2006
@@ -199,13 +199,15 @@
<jar jarfile="${jar-name}"
index="true"
basedir="${tmp.javac.dest}"
- includes="${SLF4J_STEM}/ILoggerFactory.class,
+ includes="${SLF4J_STEM}/I*.class,
${SLF4J_STEM}/Logger*.class,
- ${SLF4J_STEM}/spi/LoggerFactoryBinder.class,
+ ${SLF4J_STEM}/Marker*.class,
+ ${SLF4J_STEM}/spi/*FactoryBinder.class,
${SLF4J_STEM}/impl/MessageFormatter.class,
${SLF4J_STEM}/impl/Util.class,
${SLF4J_STEM}/impl/MarkerIgnoringBase.class,
- ${SLF4J_STEM}/impl/StaticLoggerBinder.class,
+ ${SLF4J_STEM}/impl/BasicMarker*.class,
+ ${SLF4J_STEM}/impl/Static*Binder.class,
${SLF4J_STEM}/impl/${IMPL}*.class">
<manifest>
<section name="org/slf4j/">
More information about the slf4j-dev
mailing list