You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2005/12/02 01:05:53 UTC

svn commit: r351531 - /logging/log4j/trunk/build.xml

Author: carnold
Date: Thu Dec  1 16:05:49 2005
New Revision: 351531

URL: http://svn.apache.org/viewcvs?rev=351531&view=rev
Log:
Bug 37738: slf4j support files not included in distribution

Modified:
    logging/log4j/trunk/build.xml

Modified: logging/log4j/trunk/build.xml
URL: http://svn.apache.org/viewcvs/logging/log4j/trunk/build.xml?rev=351531&r1=351530&r2=351531&view=diff
==============================================================================
--- logging/log4j/trunk/build.xml (original)
+++ logging/log4j/trunk/build.xml Thu Dec  1 16:05:49 2005
@@ -860,6 +860,8 @@
     <copy todir="${dist.tmp}/logging-log4j-${version}">
       <fileset dir="${base}"
                includes="src/java/**,
+               src/no-slf4j/**,
+               src/slf4j/**,
                docs/**,
                examples/**,
                build.xml,
@@ -875,13 +877,11 @@
                />
     </copy>
     
-    <tar tarfile="${dist.images}/logging-log4j-${version}.tar"
+    <tar tarfile="${dist.images}/logging-log4j-${version}.tar.gz"
          basedir="${dist.tmp}"
          includes="logging-log4j-${version}/**"
+         compression="gzip"
          longfile="gnu" />
-    
-    <gzip src="${dist.images}/logging-log4j-${version}.tar"
-          zipfile="${dist.images}/logging-log4j-${version}.tar.gz" />
     
     <zip zipfile="${dist.images}/logging-log4j-${version}.zip"
          basedir="${dist.tmp}"



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org