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/19 13:43:28 UTC

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

Author: chamikara
Date: Wed Apr 19 04:43:26 2006
New Revision: 395222

URL: http://svn.apache.org/viewcvs?rev=395222&view=rev
Log:
Changes to the dist-bin target

Modified:
    webservices/sandesha/trunk/maven.xml

Modified: webservices/sandesha/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/maven.xml?rev=395222&r1=395221&r2=395222&view=diff
==============================================================================
--- webservices/sandesha/trunk/maven.xml (original)
+++ webservices/sandesha/trunk/maven.xml Wed Apr 19 04:43:26 2006
@@ -194,7 +194,7 @@
     <!--- Create the Binary Distribution -->
     <!-- ================================================================ -->
 
-    <goal name="dist-bin" prereqs="default,javadoc">
+    <goal name="dist-bin" prereqs="build:all,javadoc">
         <property name="dir.temp.dist.bin.parent" value="${build.temp.dir}/dist-bin" />
         <property name="dir.temp.dist.bin" value="${build.temp.dir}/dist-bin/${dist.name}-bin" />
         
@@ -208,7 +208,7 @@
         <ant:mkdir dir="${dir.temp.dist.bin}/samples/services"/>
         <ant:mkdir dir="${dir.temp.dist.bin}/docs/api"/>
     
-    	<ant:copy file="${dir.config}/axis2.xml" todir="${dir.temp.dist.bin}/samples/clients" />
+    	<ant:copy file="${dir.config}/client_axis2.xml" todir="${dir.temp.dist.bin}/samples/clients" />
     	        
         <ant:copy todir="${dir.temp.dist.bin}/docs/api">
             <ant:fileset dir="target/docs/apidocs/">
@@ -236,7 +236,7 @@
     
         <ant:copy file="target/${jar.name}" todir="${dir.temp.dist.bin}" />
         <ant:copy file="target/${mar.name}" todir="${dir.temp.dist.bin}" />
-        <ant:copy file="${dir.config}/sandesha2.properties" todir="${dir.temp.dist.bin}" />
+       <!-- <ant:copy file="${dir.config}/sandesha2.properties" todir="${dir.temp.dist.bin}" /> -->
         <ant:copy file="${apache.license.file}" todir="${dir.temp.dist.bin}" />
         <ant:copy file="${release.notes.file}" todir="${dir.temp.dist.bin}" />
         <ant:copy file="${readme.file}" todir="${dir.temp.dist.bin}" />



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