You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/05/28 17:39:50 UTC

svn commit: r1343292 - /cocoon/trunk/parent/assembly.xml

Author: ilgrosso
Date: Mon May 28 15:39:49 2012
New Revision: 1343292

URL: http://svn.apache.org/viewvc?rev=1343292&view=rev
Log:
Valid assembly against latest plugin

Modified:
    cocoon/trunk/parent/assembly.xml

Modified: cocoon/trunk/parent/assembly.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/assembly.xml?rev=1343292&r1=1343291&r2=1343292&view=diff
==============================================================================
--- cocoon/trunk/parent/assembly.xml (original)
+++ cocoon/trunk/parent/assembly.xml Mon May 28 15:39:49 2012
@@ -18,7 +18,10 @@
   under the License.
 -->
 
-<assembly>
+<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" 
+          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 
+                              http://maven.apache.org/xsd/assembly-1.1.2.xsd">
   <id>bin</id>
 
   <formats>
@@ -50,9 +53,7 @@
         <outputDirectory>lib</outputDirectory>
       </binaries>
     </moduleSet>
-  </moduleSets>
 
-  <moduleSets>
     <moduleSet>
       <includes>
         <include>org.apache.cocoon:cocoon-webapp</include>