You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/11 18:29:26 UTC

svn commit: r1299401 - in /commons/proper/pool/branches/POOL_1_X: pom.xml src/assembly/ src/main/assembly/ src/main/assembly/bin.xml src/main/assembly/src.xml

Author: ggregory
Date: Sun Mar 11 17:29:26 2012
New Revision: 1299401

URL: http://svn.apache.org/viewvc?rev=1299401&view=rev
Log:
Use standard Maven layout for maven-assembly-plugin

Added:
    commons/proper/pool/branches/POOL_1_X/src/main/assembly/
      - copied from r1229459, commons/proper/pool/branches/POOL_1_X/src/assembly/
    commons/proper/pool/branches/POOL_1_X/src/main/assembly/bin.xml
      - copied unchanged from r1229462, commons/proper/pool/branches/POOL_1_X/src/assembly/bin.xml
    commons/proper/pool/branches/POOL_1_X/src/main/assembly/src.xml
      - copied unchanged from r1229462, commons/proper/pool/branches/POOL_1_X/src/assembly/src.xml
Removed:
    commons/proper/pool/branches/POOL_1_X/src/assembly/
Modified:
    commons/proper/pool/branches/POOL_1_X/pom.xml

Modified: commons/proper/pool/branches/POOL_1_X/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/branches/POOL_1_X/pom.xml?rev=1299401&r1=1299400&r2=1299401&view=diff
==============================================================================
--- commons/proper/pool/branches/POOL_1_X/pom.xml (original)
+++ commons/proper/pool/branches/POOL_1_X/pom.xml Sun Mar 11 17:29:26 2012
@@ -185,8 +185,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>