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 ch...@apache.org on 2009/11/27 01:31:18 UTC

svn commit: r884729 - /incubator/log4php/trunk/pom.xml

Author: chammers
Date: Fri Nov 27 00:31:17 2009
New Revision: 884729

URL: http://svn.apache.org/viewvc?rev=884729&view=rev
Log:
renamed assembly descriptor to more descripting name

Modified:
    incubator/log4php/trunk/pom.xml

Modified: incubator/log4php/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/log4php/trunk/pom.xml?rev=884729&r1=884728&r2=884729&view=diff
==============================================================================
--- incubator/log4php/trunk/pom.xml (original)
+++ incubator/log4php/trunk/pom.xml Fri Nov 27 00:31:17 2009
@@ -266,7 +266,7 @@
 				<artifactId>maven-assembly-plugin</artifactId>
 				<configuration>
 					<descriptors>
-						<descriptor>src/assembly/bin.xml</descriptor>
+						<descriptor>src/assembly/src.xml</descriptor>
 					</descriptors>
 					<appendAssemblyId>true</appendAssemblyId>
 				</configuration>