You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ch...@apache.org on 2006/03/23 07:22:00 UTC

svn commit: r388063 - /webservices/commons/modules/axiom/maven.xml

Author: chinthaka
Date: Wed Mar 22 22:21:58 2006
New Revision: 388063

URL: http://svn.apache.org/viewcvs?rev=388063&view=rev
Log:
Minor changes to srs dist target

Modified:
    webservices/commons/modules/axiom/maven.xml

Modified: webservices/commons/modules/axiom/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/commons/modules/axiom/maven.xml?rev=388063&r1=388062&r2=388063&view=diff
==============================================================================
--- webservices/commons/modules/axiom/maven.xml (original)
+++ webservices/commons/modules/axiom/maven.xml Wed Mar 22 22:21:58 2006
@@ -130,9 +130,11 @@
 
         <ant:property name="${dist}" value="target/dist/temp"/>
 
-        <ant:copy toDir="${dist}/src">
-            <ant:fileset dir="src">
+        <ant:copy toDir="${dist}">
+            <ant:fileset dir=".">
                 <ant:exclude name="**/.svn/**"/>
+                <ant:include name="**/src/**"/>
+                <ant:include name="**/test/**"/>
             </ant:fileset>
         </ant:copy>