You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/04/14 02:51:10 UTC

svn commit: r1326031 - in /commons/proper/pool/trunk: pom.xml src/assembly/ src/main/assembly/

Author: sebb
Date: Sat Apr 14 00:51:10 2012
New Revision: 1326031

URL: http://svn.apache.org/viewvc?rev=1326031&view=rev
Log:
Standard layout

Added:
    commons/proper/pool/trunk/src/main/assembly/
      - copied from r1326005, commons/proper/pool/trunk/src/assembly/
Removed:
    commons/proper/pool/trunk/src/assembly/
Modified:
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=1326031&r1=1326030&r2=1326031&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sat Apr 14 00:51:10 2012
@@ -166,8 +166,8 @@
           <artifactId>maven-assembly-plugin</artifactId>
           <configuration>
             <descriptors>
-              <descriptor>src/assembly/bin.xml</descriptor>
-              <descriptor>src/assembly/src.xml</descriptor>
+              <descriptor>src/main/assembly/bin.xml</descriptor>
+              <descriptor>src/main/assembly/src.xml</descriptor>
             </descriptors>
             <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>