Author: niallp
Date: Thu May 29 15:15:48 2008
New Revision: 661504

URL: http://svn.apache.org/viewvc?rev=661504&view=rev
Log:
Add m2 assembly descriptors (copied from trunk)

Added:
    commons/proper/cli/branches/cli-1.x/src/assembly/
      - copied from r661320, commons/proper/cli/trunk/src/assembly/
Modified:
    commons/proper/cli/branches/cli-1.x/pom.xml
    commons/proper/cli/branches/cli-1.x/src/assembly/src.xml

Modified: commons/proper/cli/branches/cli-1.x/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/pom.xml?rev=661504&r1=661503&r2=661504&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/pom.xml (original)
+++ commons/proper/cli/branches/cli-1.x/pom.xml Thu May 29 15:15:48 2008
@@ -150,7 +150,6 @@
         </includes>
       </resource>
     </resources>
-<!--
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
@@ -163,7 +162,6 @@
         </configuration>
       </plugin>
     </plugins>
--->
   </build>
 
   <reporting>

Modified: commons/proper/cli/branches/cli-1.x/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/cli/branches/cli-1.x/src/assembly/src.xml?rev=661504&r1=661320&r2=661504&view=diff
==============================================================================
--- commons/proper/cli/branches/cli-1.x/src/assembly/src.xml (original)
+++ commons/proper/cli/branches/cli-1.x/src/assembly/src.xml Thu May 29 
15:15:48 2008
@@ -25,8 +25,8 @@
         <fileSet>
             <includes>
                 <include>build.xml</include>
-                <include>checkstyle.xml</include>
-                <include>default.properties</include>
+                <include>CLI2Converter.java</include>
+                <include>CLI2ConverterTest.java</include>
                 <include>LICENSE.txt</include>
                 <include>maven.xml</include>
                 <include>NOTICE.txt</include>


Reply via email to