Author: chamikara
Date: Sun May  7 20:18:45 2006
New Revision: 404903

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

Modified:
    webservices/sandesha/trunk/maven.xml
    webservices/sandesha/trunk/project.properties

Modified: webservices/sandesha/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/maven.xml?rev=404903&r1=404902&r2=404903&view=diff
==============================================================================
--- webservices/sandesha/trunk/maven.xml (original)
+++ webservices/sandesha/trunk/maven.xml Sun May  7 20:18:45 2006
@@ -76,7 +76,12 @@
         </copy>
   
         <ant:jar jarfile="${maven.build.dir}/${client.jar.name}" 
basedir="${build.temp.dir}/client" /> 
+        
+        <copy file="${maven.build.dir}/${client.jar.name}" 
+            
tofile="${maven.repo.local}/${pom.artifactId}/jars/${client.jar.name}"/>
+            
         <delete dir="${build.temp.dir}" />
+        
     </goal>
 
        <goal name="client:create" prereqs="mar">
@@ -187,7 +192,6 @@
         </ant:copy>
     </goal> 
 
-
     <!-- to transforme htmls to xdocs -->
     <preGoal name="xdoc:jelly-transform">
         <attainGoal name="html2xdoc"/>
@@ -274,7 +278,6 @@
             </ant:fileset>
         </ant:copy>
    
-    
         <mkdir dir="${build.dist.dir}" />
     
         <ant:zip file="${build.dist.dir}/${dist.name}-bin.zip" 
basedir="${dir.temp.dist.bin.parent}" />
@@ -318,6 +321,7 @@
         
        <gzip src="target/${dist.name}-src.tar" 
zipfile="${build.dist.dir}/${dist.name}-src.tar.gz"/>
        <ant:delete file="target/${dist.name}-src.tar"/>
+       
     </goal>
 
     <goal name="dist" prereqs="clean">

Modified: webservices/sandesha/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.properties?rev=404903&r1=404902&r2=404903&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.properties (original)
+++ webservices/sandesha/trunk/project.properties Sun May  7 20:18:45 2006
@@ -17,17 +17,17 @@
 maven.xdoc.date = left
 maven.xdoc.version = ${pom.currentVersion}
 
-sandesha2.version=SNAPSHOT
-sandesha2.module.version=SNAPSHOT
+sandesha2.version=1.0
+sandesha2.module.version=1.0
 
 maven.html2xdoc.enabled=false
 maven.html2xdoc.dir=./xdocs
 
 annogen.version=0.1.0
 backport_util_concurrent.version=2.1
-addressing.version=SNAPSHOT
+addressing.version=1.0
 axiom.version=1.0
-axis2.version=SNAPSHOT
+axis2.version=1.0
 commons.codec.version=1.3
 commons.httpclient.version=3.0
 commons.logging.version=1.0.4
@@ -36,7 +36,7 @@
 stax.api.version=1.0
 stax.impl.groupid=woodstox
 stax.impl.artifactid=wstx
-stax.impl.version=asl-2.9.2
+stax.impl.version=asl-2.9.3
 wsdl4j.version=1.5.2
 XmlSchema.version=1.0.2
 



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

Reply via email to