You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/20 05:53:10 UTC

svn commit: r577529 - /commons/proper/email/trunk/src/assembly/src.xml

Author: bspeakmon
Date: Wed Sep 19 20:53:09 2007
New Revision: 577529

URL: http://svn.apache.org/viewvc?rev=577529&view=rev
Log:
- append '-src' to unpacked source assemblies

Modified:
    commons/proper/email/trunk/src/assembly/src.xml

Modified: commons/proper/email/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/src/assembly/src.xml?rev=577529&r1=577528&r2=577529&view=diff
==============================================================================
--- commons/proper/email/trunk/src/assembly/src.xml (original)
+++ commons/proper/email/trunk/src/assembly/src.xml Wed Sep 19 20:53:09 2007
@@ -20,9 +20,11 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-<!--
-    <baseDirectory>${project.build.finalName}-src</baseDirectory>
- -->
+    <!--
+      ${project.build.finalName} doesn't work correctly here; see
+      http://jira.codehaus.org/browse/MASSEMBLY-189
+     -->
+    <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
     <fileSets>
         <fileSet>
             <includes>