You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by ch...@apache.org on 2006/04/18 09:04:45 UTC

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

Author: chamikara
Date: Tue Apr 18 00:04:43 2006
New Revision: 394872

URL: http://svn.apache.org/viewcvs?rev=394872&view=rev
Log:
Updated maven files

Modified:
    webservices/sandesha/trunk/maven.xml

Modified: webservices/sandesha/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/maven.xml?rev=394872&r1=394871&r2=394872&view=diff
==============================================================================
--- webservices/sandesha/trunk/maven.xml (original)
+++ webservices/sandesha/trunk/maven.xml Tue Apr 18 00:04:43 2006
@@ -24,10 +24,10 @@
 	<ant:property name="repo.addressing.mar.path" value="${maven.repo.local}/axis2/mars" />
 	<ant:property name="repo.addressing.mar" value="${repo.addressing.mar.path}/${repo.addressing.mar.full.name}" />
    
-    <goal name="all" prereqs="clean,mar,repo:create,jar,client:jar,sample:create,javadoc" />
+    <goal name="build:all" prereqs="clean,mar,repo:create,jar,client:jar,sample:create" />
     
     <goal name="default">
-        <attainGoal name="all"/>
+        <attainGoal name="build:all"/>
     </goal>
     
     <goal name="mar" prereqs="java:compile">
@@ -54,7 +54,7 @@
         <copy todir="${build.temp.dir}/client">
             <fileset dir="${basedir}/target/classes" >
               <include name="**/sandesha2/client/*SandeshaClientConstants*.*" />
-              <include name="**/sandesha2/client/*SandeshaFaultCallback*.*" />
+              <include name="**/sandesha2/client/*SandeshaListener*.*" />
             </fileset>
         </copy>
   
@@ -66,7 +66,7 @@
 		<ant:property name="client.dist.path" value="${build.repo.dir}/client"/>
 		<ant:mkdir dir="${client.dist.path}" />
 		<ant:mkdir dir="${client.dist.path}/modules" />
-		<ant:copy file="${dir.config}/axis2.xml" todir="${client.dist.path}" />
+		<ant:copy file="${dir.config}/client_axis2.xml" todir="${client.dist.path}" />
 		<ant:copy file="${maven.build.dir}/${mar.name}" todir="${client.dist.path}/modules" />
 		
 		<!-- Copying addressing mar file--> 
@@ -83,7 +83,7 @@
 		<ant:mkdir dir="${server.dist.path}" />
 		<ant:mkdir dir="${server.dist.path}/modules" />
 		<ant:mkdir dir="${server.dist.path}/services" />
-		<ant:copy file="${basedir}/config/axis2.xml" todir="${server.dist.path}" />
+		<ant:copy file="${basedir}/config/server_axis2.xml" todir="${server.dist.path}" />
 		<ant:copy file="${maven.build.dir}/${mar.name}" todir="${server.dist.path}/modules" /> 
         <ant:copy todir="${server.dist.path}/services" >
             <ant:fileset dir="${build.samples.services.dir}">



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