You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/07/03 05:38:10 UTC

svn commit: r208878 - /jakarta/commons/proper/math/trunk/maven.xml

Author: psteitz
Date: Sat Jul  2 20:38:09 2005
New Revision: 208878

URL: http://svn.apache.org/viewcvs?rev=208878&view=rev
Log:
Made src, binary distros unpack to different directories.

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

Modified: jakarta/commons/proper/math/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/maven.xml?rev=208878&r1=208877&r2=208878&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/maven.xml (original)
+++ jakarta/commons/proper/math/trunk/maven.xml Sat Jul  2 20:38:09 2005
@@ -51,6 +51,9 @@
       <fileset file='${basedir}/release-notes.txt'/>
     </copy>
     <delete dir="${maven.dist.src.assembly.dir}/src/experimental" />
+    <move todir="${maven.dist.src.assembly.dir}-src">
+      <fileset dir="${maven.dist.src.assembly.dir}"/>
+    </move>
   </preGoal>
 
 <!-- Uncomment when ant plugin relative path bug is fixed (still present in 1.8)



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