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/24 06:35:36 UTC

svn commit: r396419 - in /webservices/sandesha/trunk: maven.xml project.properties

Author: chamikara
Date: Sun Apr 23 21:35:35 2006
New Revision: 396419

URL: http://svn.apache.org/viewcvs?rev=396419&view=rev
Log:
Added a new project.peopertis variable for the module version. In the RC1 release we will have to keep the module version as SNAPSHOT since Axis2 does not support a module of the format sandesha2-1.0-RC1.mar


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=396419&r1=396418&r2=396419&view=diff
==============================================================================
--- webservices/sandesha/trunk/maven.xml (original)
+++ webservices/sandesha/trunk/maven.xml Sun Apr 23 21:35:35 2006
@@ -3,7 +3,8 @@
 <project default="default" xmlns:j="jelly:core" xmlns:maven="jelly:maven" xmlns:deploy="deploy" xmlns:ant="jelly:ant">
 
     <j:set var="dist.name" value="${pom.artifactId}-${sandesha2.version}"/>
-    
+    <j:set var="dist.module.name" value="${pom.artifactId}-${sandesha2.module.version}"/>
+
     <ant:property name="build.dist.dir" value="${maven.build.dir}/dist"/>
     <ant:property name="build.temp.dir" value="${maven.build.dir}/temp"/>
     <ant:property name="build.repo.dir" value="${maven.build.dir}/repos"/>
@@ -11,7 +12,7 @@
     <ant:property name="build.samples.services.dir" value="${build.samples.dir}/services"/>
     <ant:property name="build.samples.clients.dir" value="${build.samples.dir}/clients"/>
     
-	<ant:property name="mar.name" value="${dist.name}.mar"/>
+	<ant:property name="mar.name" value="${dist.module.name}.mar"/>
 	<ant:property name="jar.name" value="${dist.name}.jar"/>
 	<ant:property name="client.jar.name" value="${pom.artifactId}-client-${sandesha2.version}.jar"/>
 	

Modified: webservices/sandesha/trunk/project.properties
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.properties?rev=396419&r1=396418&r2=396419&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.properties (original)
+++ webservices/sandesha/trunk/project.properties Sun Apr 23 21:35:35 2006
@@ -19,7 +19,7 @@
 
 
 sandesha2.version=SNAPSHOT
-
+sandesha2.module.version=SNAPSHOT
 
 maven.html2xdoc.enabled=false
 maven.html2xdoc.dir=./xdocs



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