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/11/27 12:39:42 UTC

svn commit: r479593 - in /webservices/sandesha/branches/sandesha2/java/1_1: maven.xml project.properties project.xml

Author: chamikara
Date: Mon Nov 27 03:39:36 2006
New Revision: 479593

URL: http://svn.apache.org/viewvc?view=rev&rev=479593
Log:
Changed the groupId to 'org.apache.sandesha2' accodring to the convention followed by other projects.

Modified:
    webservices/sandesha/branches/sandesha2/java/1_1/maven.xml
    webservices/sandesha/branches/sandesha2/java/1_1/project.properties
    webservices/sandesha/branches/sandesha2/java/1_1/project.xml

Modified: webservices/sandesha/branches/sandesha2/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/maven.xml?view=diff&rev=479593&r1=479592&r2=479593
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/maven.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/maven.xml Mon Nov 27 03:39:36 2006
@@ -30,10 +30,10 @@
     <ant:property name="release.notes.file" value="release-notes.html" />
 	
     <ant:property name="repo.addressing.mar.full.name" value="${repo.addressing.mar.name}-${addressing.version}.mar" />
-    <ant:property name="repo.addressing.mar.path" value="${maven.repo.local}/${axis2.mar.groupid}/mars" />
+    <ant:property name="repo.addressing.mar.path" value="${maven.repo.local}/${axis2.mar.groupId}/mars" />
     <ant:property name="repo.addressing.mar" value="${repo.addressing.mar.path}/${repo.addressing.mar.full.name}" />
-    <ant:property name="repo.rampart.mar" value="${maven.repo.local}/${axis2.mar.groupid}/mars/rampart-${rampart.version}.mar" />
-	<ant:property name="repo.rahas.mar" value="${maven.repo.local}/${axis2.mar.groupid}/mars/rahas-${rahas.version}.mar" />
+    <ant:property name="repo.rampart.mar" value="${maven.repo.local}/${axis2.mar.groupId}/mars/rampart-${rampart.version}.mar" />
+	<ant:property name="repo.rahas.mar" value="${maven.repo.local}/${axis2.mar.groupId}/mars/rahas-${rahas.version}.mar" />
 	
 	
     <goal name="build:all" prereqs="mar,jar,client:jar,policy:jar,sample:create,repo:create,test:test" />
@@ -80,7 +80,7 @@
         <ant:jar jarfile="${maven.build.dir}/${mar.name}" basedir="${build.temp.dir}/module" /> 
         
         <copy file="${maven.build.dir}/${mar.name}" 
-            tofile="${maven.repo.local}/${pom.artifactId}/mars/${mar.name}"/>
+            tofile="${maven.repo.local}/${pom.groupId}/mars/${mar.name}"/>
         
         <delete dir="${build.temp.dir}" />
     </goal>
@@ -99,7 +99,7 @@
         <ant:jar jarfile="${maven.build.dir}/${jar.name}" basedir="${jar.temp.path}" /> 
         
         <copy file="${maven.build.dir}/${jar.name}" 
-            toDir="${maven.repo.local}/${pom.artifactId}/jars"/>
+            toDir="${maven.repo.local}/${pom.groupId}/jars"/>
         
         <delete dir="${build.temp.dir}" />
     </goal>
@@ -126,7 +126,7 @@
         <ant:jar jarfile="${maven.build.dir}/${policy.jar.name}" basedir="${policy.jar.temp.path}" /> 
         
         <copy file="${maven.build.dir}/${policy.jar.name}" 
-            toDir="${maven.repo.local}/${pom.artifactId}/jars"/>
+            toDir="${maven.repo.local}/${pom.groupId}/jars"/>
 		
         <delete dir="${build.temp.dir}" />
 	</goal>
@@ -147,7 +147,7 @@
         <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}"/>
+            tofile="${maven.repo.local}/${pom.groupId}/jars/${client.jar.name}"/>
             
         <delete dir="${build.temp.dir}" />
         

Modified: webservices/sandesha/branches/sandesha2/java/1_1/project.properties
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/project.properties?view=diff&rev=479593&r1=479592&r2=479593
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/project.properties (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/project.properties Mon Nov 27 03:39:36 2006
@@ -44,7 +44,7 @@
 commons.logging.version=1.0.4
 log4j.version=1.2.13
 stax.api.version=1.0.1
-stax.impl.groupid=woodstox
+stax.impl.groupId=woodstox
 stax.impl.artifactid=wstx
 stax.impl.version=asl-3.0.0
 wsdl4j.version=1.6.1
@@ -56,5 +56,5 @@
 
 repo.addressing.mar.name=addressing
 
-axis2.jar.groupid=org.apache.axis2
-axis2.mar.groupid=org.apache.axis2  
+axis2.jar.groupId=org.apache.axis2
+axis2.mar.groupId=org.apache.axis2  

Modified: webservices/sandesha/branches/sandesha2/java/1_1/project.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/branches/sandesha2/java/1_1/project.xml?view=diff&rev=479593&r1=479592&r2=479593
==============================================================================
--- webservices/sandesha/branches/sandesha2/java/1_1/project.xml (original)
+++ webservices/sandesha/branches/sandesha2/java/1_1/project.xml Mon Nov 27 03:39:36 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
     <pomVersion>3</pomVersion>
-    <groupId>sandesha2</groupId>
+    <groupId>org.apache.sandesha2</groupId>
     <id>sandesha2</id>
     <name>Apache Sandesha2</name>
     <currentVersion>${sandesha2.version}</currentVersion>
@@ -105,24 +105,24 @@
 
     <dependencies>
         <dependency>
-            <groupId>${axis2.jar.groupid}</groupId>
+            <groupId>${axis2.jar.groupId}</groupId>
             <artifactId>axis2</artifactId>
             <version>${axis2.version}</version>
         </dependency>
         <dependency>
-            <groupId>${axis2.mar.groupid}</groupId>
+            <groupId>${axis2.mar.groupId}</groupId>
             <artifactId>addressing</artifactId>
             <version>${addressing.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
-            <groupId>${axis2.mar.groupid}</groupId>
+            <groupId>${axis2.mar.groupId}</groupId>
             <artifactId>rampart</artifactId>
             <version>${rampart.version}</version>
             <type>mar</type>
         </dependency>
         <dependency>
-            <groupId>${axis2.mar.groupid}</groupId>
+            <groupId>${axis2.mar.groupId}</groupId>
             <artifactId>rahas</artifactId>
             <version>${rahas.version}</version>
             <type>mar</type>
@@ -158,7 +158,7 @@
             <version>${stax.api.version}</version>
         </dependency>
         <dependency>
-            <groupId>${stax.impl.groupid}</groupId>
+            <groupId>${stax.impl.groupId}</groupId>
             <artifactId>${stax.impl.artifactid}</artifactId>
             <version>${stax.impl.version}</version>
         </dependency>
@@ -213,17 +213,17 @@
             <version>${geronimo.spec.javamail.version}</version>
         </dependency>
         <dependency>
-            <groupId>${axis2.jar.groupid}</groupId>
+            <groupId>${axis2.jar.groupId}</groupId>
             <artifactId>axis2-security</artifactId>
             <version>${axis2.security.version}</version>
         </dependency>
         <dependency>
-            <groupId>${axis2.jar.groupid}</groupId>
+            <groupId>${axis2.jar.groupId}</groupId>
             <artifactId>axis2-rahas</artifactId>
             <version>${axis2.rahas.version}</version>
         </dependency>
         <dependency>
-            <groupId>${axis2.jar.groupid}</groupId>
+            <groupId>${axis2.jar.groupId}</groupId>
             <artifactId>axis2-secpolicy</artifactId>
             <version>${axis2.secpolicy.version}</version>
         </dependency>



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