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 ch...@apache.org on 2006/07/20 07:07:19 UTC

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

Author: chamikara
Date: Wed Jul 19 22:07:18 2006
New Revision: 423770

URL: http://svn.apache.org/viewvc?rev=423770&view=rev
Log:
a change to include the resource.properties in the mar file

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?rev=423770&r1=423769&r2=423770&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Wed Jul 19 22:07:18 2006
@@ -57,6 +57,7 @@
         <copy todir="${build.temp.dir}/module">
             <fileset dir="${basedir}/target/classes" >
             	<include name="**/*.class"/>
+            	<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