You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ga...@apache.org on 2007/04/26 19:43:01 UTC

svn commit: r532816 - /webservices/sandesha/trunk/java/maven.xml

Author: gatfora
Date: Thu Apr 26 10:43:01 2007
New Revision: 532816

URL: http://svn.apache.org/viewvc?view=rev&rev=532816
Log:
Correct mar processing so properties files are added to the Sandesha mar

Modified:
    webservices/sandesha/trunk/java/maven.xml

Modified: webservices/sandesha/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/maven.xml?view=diff&rev=532816&r1=532815&r2=532816
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Thu Apr 26 10:43:01 2007
@@ -73,7 +73,9 @@
         <copy todir="${build.temp.dir}/module">
             <fileset dir="${basedir}/target/classes" >
             	<include name="**/*.class"/>
-            	<include name="**/*.properties" /> 
+            </fileset>
+            <fileset dir="${basedir}/target/classes" >
+                <include name="**/*.properties" /> 
             </fileset>
         </copy>
   



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