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>