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 2015/08/18 16:59:00 UTC

svn commit: r1696435 - in /commons/proper/daemon/branches/1.0.x: pom.xml src/assembly/ src/main/assembly/

Author: sebb
Date: Tue Aug 18 14:59:00 2015
New Revision: 1696435

URL: http://svn.apache.org/r1696435
Log:
Move assembly to standard location

Added:
    commons/proper/daemon/branches/1.0.x/src/assembly/
      - copied from r1603025, commons/proper/daemon/branches/1.0.x/src/main/assembly/
Removed:
    commons/proper/daemon/branches/1.0.x/src/main/assembly/
Modified:
    commons/proper/daemon/branches/1.0.x/pom.xml

Modified: commons/proper/daemon/branches/1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/pom.xml?rev=1696435&r1=1696434&r2=1696435&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/pom.xml (original)
+++ commons/proper/daemon/branches/1.0.x/pom.xml Tue Aug 18 14:59:00 2015
@@ -118,10 +118,10 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
-            <descriptor>src/main/assembly/native-src.xml</descriptor>
-            <descriptor>src/main/assembly/bin.xml</descriptor>
-            <descriptor>src/main/assembly/src.xml</descriptor>
-            <descriptor>src/main/assembly/win.xml</descriptor>
+            <descriptor>src/assembly/native-src.xml</descriptor>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+            <descriptor>src/assembly/win.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>