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/04/16 07:06:36 UTC

svn commit: r394437 - /webservices/sandesha/trunk/maven.xml

Author: chamikara
Date: Sat Apr 15 22:06:35 2006
New Revision: 394437

URL: http://svn.apache.org/viewcvs?rev=394437&view=rev
Log:
Make the sandesha-client.jar much smaller.

Modified:
    webservices/sandesha/trunk/maven.xml

Modified: webservices/sandesha/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/maven.xml?rev=394437&r1=394436&r2=394437&view=diff
==============================================================================
--- webservices/sandesha/trunk/maven.xml (original)
+++ webservices/sandesha/trunk/maven.xml Sat Apr 15 22:06:35 2006
@@ -53,15 +53,8 @@
 		<!-- For the client side -->
         <copy todir="${build.temp.dir}/client">
             <fileset dir="${basedir}/target/classes" >
-			  <include name="**/sandesha2/*.*" />
-              <include name="**/sandesha2/client/*.*" />
-              <include name="**/sandesha2/storage/*.*" />
-              <include name="**/sandesha2/storage/*.*" />
-              <include name="**/sandesha2/storage/beanmanagers/*.*" />
-              <include name="**/sandesha2/storage/beans/*.*" />
-              <include name="**/sandesha2/storage/inmemory/*.*" />
-              <include name="**/sandesha2/util/*.*" />
-              <include name="**/sandesha2/wsrm/*.*" />
+              <include name="**/sandesha2/client/*SandeshaClientConstants*.*" />
+              <include name="**/sandesha2/client/*SandeshaFaultCallback*.*" />
             </fileset>
         </copy>
   



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