Author: chamikara
Date: Sat Sep 30 02:59:51 2006
New Revision: 451571

URL: http://svn.apache.org/viewvc?view=rev&rev=451571
Log:
Modified the interop:create goal.

Modified the all:jar goal to create the Sandesha2-policy jar file as well.

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=451571&r1=451570&r2=451571
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Sat Sep 30 02:59:51 2006
@@ -35,7 +35,7 @@
    

     <goal name="build:all" 
prereqs="mar,jar,client:jar,policy:jar,sample:create,repo:create,test:test" />

     

-    <goal name="all:jar" prereqs="mar,jar,client:jar" />

+    <goal name="all:jar" prereqs="mar,jar,client:jar,policy:jar" />

         

     <goal name="default">

         <attainGoal name="clean"/>

@@ -285,10 +285,11 @@
         

         <ant:mkdir dir="${dir.interop.service.temp}" />

         <ant:mkdir dir="${dir.interop.service.temp}/META-INF" />

-        <ant:copy file="${dir.interop}/conf/services.xml" 
todir="${dir.interop.service.temp}/META-INF" /> 

+        <ant:copy file="${dir.interop}/conf/services.xml" 
todir="${dir.interop.service.temp}/META-INF" /> 
+        <ant:copy file="${dir.interop}/conf/RMInteropService.wsdl" 
todir="${dir.interop.service.temp}/META-INF" /> 

         <ant:copy todir="${dir.interop.service.temp}" >

-            <ant:fileset dir="${maven.build.dir}/samples/classes">

-                <ant:include name="sandesha2/interop/service/*Service*.class" 
/>

+            <ant:fileset dir="${maven.build.dir}/interop/classes">

+                <ant:exclude name="**/*clients*/**" />

             </ant:fileset>

         </ant:copy>

         




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to