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/30 06:34:22 UTC

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

Author: chamikara
Date: Sat Jul 29 21:34:22 2006
New Revision: 426868

URL: http://svn.apache.org/viewvc?rev=426868&view=rev
Log:
Copied the resources.properties file to the jar 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=426868&r1=426867&r2=426868&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Sat Jul 29 21:34:22 2006
@@ -76,6 +76,7 @@
         <copy todir="${jar.temp.path}">
             <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