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/11/28 08:11:56 UTC

svn commit: r479933 - in /webservices/sandesha/trunk/java: maven.xml project.xml

Author: chamikara
Date: Mon Nov 27 23:11:56 2006
New Revision: 479933

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

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

Modified: webservices/sandesha/trunk/java/maven.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/maven.xml?view=diff&rev=479933&r1=479932&r2=479933
==============================================================================
--- webservices/sandesha/trunk/java/maven.xml (original)
+++ webservices/sandesha/trunk/java/maven.xml Mon Nov 27 23:11:56 2006
@@ -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/trunk/java/project.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/project.xml?view=diff&rev=479933&r1=479932&r2=479933
==============================================================================
--- webservices/sandesha/trunk/java/project.xml (original)
+++ webservices/sandesha/trunk/java/project.xml Mon Nov 27 23:11:56 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>



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