Author: rdonkin
Date: Wed Jun  8 15:01:09 2005
New Revision: 189652

URL: http://svn.apache.org/viewcvs?rev=189652&view=rev
Log:
Added -src suffix to source distribution. Thanks to Simon Kitching.

Modified:
    jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml

Modified: jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml?rev=189652&r1=189651&r2=189652&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml 
(original)
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/maven.xml Wed 
Jun  8 15:01:09 2005
@@ -56,15 +56,17 @@
   </preGoal>
   
   <preGoal name="dist:build-src">
-    
     <copy todir="${maven.dist.src.assembly.dir}">
-      <fileset file='${basedir}/RELEASE-NOTES.txt'/>
-      <fileset file='${basedir}/NOTICE.txt'/>
+        <fileset dir="${basedir}">
+            <include name="NOTICE.txt"/>
+            <include name="RELEASE-NOTES.txt"/>
+        </fileset>
     </copy>
 
+    <move todir="${maven.dist.src.assembly.dir}-src">
+      <fileset dir="${maven.dist.src.assembly.dir}"/>
+    </move>
   </preGoal>
-
-
 
   <goal name="test:classpath" prereqs="java:compile, test:compile"
         description="Compiles the tests and sets the testing classpath">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to