You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by ih...@apache.org on 2011/06/28 08:43:33 UTC

svn commit: r1140449 - /logging/log4php/trunk/src/assembly/src.xml

Author: ihabunek
Date: Tue Jun 28 06:43:33 2011
New Revision: 1140449

URL: http://svn.apache.org/viewvc?rev=1140449&view=rev
Log:
Fixed that build.xml would be included in release binaries.

Modified:
    logging/log4php/trunk/src/assembly/src.xml

Modified: logging/log4php/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/assembly/src.xml?rev=1140449&r1=1140448&r2=1140449&view=diff
==============================================================================
--- logging/log4php/trunk/src/assembly/src.xml (original)
+++ logging/log4php/trunk/src/assembly/src.xml Tue Jun 28 06:43:33 2011
@@ -35,6 +35,7 @@
 				<include>INSTALL</include>
 				<include>CHANGELOG</include>
 				<include>pom.xml</include>
+				<include>build.xml</include>
 				<include>package-config.php</include>
 				<include>package.php</include>
 				<include>src/**</include>