You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/07/22 09:18:35 UTC

svn commit: r424530 - /jakarta/commons/proper/attributes/trunk/maven.xml

Author: bayard
Date: Sat Jul 22 00:18:34 2006
New Revision: 424530

URL: http://svn.apache.org/viewvc?rev=424530&view=rev
Log:
Adjusted the tar.gz/zip files so they are prefixed with the project name

Modified:
    jakarta/commons/proper/attributes/trunk/maven.xml

Modified: jakarta/commons/proper/attributes/trunk/maven.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/maven.xml?rev=424530&r1=424529&r2=424530&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/maven.xml (original)
+++ jakarta/commons/proper/attributes/trunk/maven.xml Sat Jul 22 00:18:34 2006
@@ -204,11 +204,11 @@
         </copy>
         <!-- zip and tar.gz -->
         <zip destfile="${maven.dist.dir}/${maven.final.name}.zip">
-            <fileset dir="${maven.dist.bin.assembly.dir}"/>
+            <fileset dir="${maven.dist.bin.archive.dir}"/>
         </zip>
         <tar destfile="${maven.dist.dir}/${maven.final.name}.tar.gz"
             compression="gzip"
-            basedir="${maven.dist.bin.assembly.dir}"/>
+            basedir="${maven.dist.bin.archive.dir}"/>
         
         <!--
         
@@ -232,11 +232,11 @@
         </copy>
         <!-- zip and tar.gz -->
         <zip destfile="${maven.dist.dir}/${maven.final.name}-src.zip">
-            <fileset dir="${maven.dist.src.assembly.dir}"/>
+            <fileset dir="${maven.dist.src.archive.dir}"/>
         </zip>
         <tar destfile="${maven.dist.dir}/${maven.final.name}-src.tar.gz"
             compression="gzip"
-            basedir="${maven.dist.src.assembly.dir}"/>
+            basedir="${maven.dist.src.archive.dir}"/>
     </goal>
     
     <goal name="install-plugin">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org