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 2007/04/30 06:16:29 UTC

svn commit: r533580 - in /webservices/sandesha/trunk/java/modules: client/pom.xml core/pom.xml interop/pom.xml mar/pom.xml policy/pom.xml

Author: chamikara
Date: Sun Apr 29 21:16:27 2007
New Revision: 533580

URL: http://svn.apache.org/viewvc?view=rev&rev=533580
Log:
Updates to the maven files

Modified:
    webservices/sandesha/trunk/java/modules/client/pom.xml
    webservices/sandesha/trunk/java/modules/core/pom.xml
    webservices/sandesha/trunk/java/modules/interop/pom.xml
    webservices/sandesha/trunk/java/modules/mar/pom.xml
    webservices/sandesha/trunk/java/modules/policy/pom.xml

Modified: webservices/sandesha/trunk/java/modules/client/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/client/pom.xml?view=diff&rev=533580&r1=533579&r2=533580
==============================================================================
--- webservices/sandesha/trunk/java/modules/client/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/client/pom.xml Sun Apr 29 21:16:27 2007
@@ -4,15 +4,15 @@
 
     <parent>
 	<groupId>org.apache.sandesha2</groupId>
-	<artifactId>sandesha2-parent</artifactId>
+		<artifactId>sandesha2-parent</artifactId>
         <version>SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.sandesha2</groupId>
-    <artifactId>sandesha2-client</artifactId>
+    <artifactId>sandesha2-client-constants</artifactId>
     <packaging>jar</packaging>
-    <name>Sandesha - client</name>
+    <name>Sandesha2 - Client</name>
 
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
@@ -24,7 +24,6 @@
         </resources>
         <plugins>
 
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
@@ -36,7 +35,6 @@
                         <configuration>
                             <tasks>
 
-
                                 <!--copy sandesha client classes from core module-->
                                 <copy overwrite="yes"
                                       file="../core/target/classes/org/apache/sandesha2/client/SandeshaClientConstants.class"
@@ -48,7 +46,6 @@
                                       file="../core/target/classes/org/apache/sandesha2/client/SequenceReport.class"
                                       tofile="target/classes/org/apache/sandesha2/client/SequenceReport.class"/>
 
-                                
 
                             </tasks>
                         </configuration>

Modified: webservices/sandesha/trunk/java/modules/core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/core/pom.xml?view=diff&rev=533580&r1=533579&r2=533580
==============================================================================
--- webservices/sandesha/trunk/java/modules/core/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/core/pom.xml Sun Apr 29 21:16:27 2007
@@ -3,16 +3,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-	<groupId>org.apache.sandesha2</groupId>
-	<artifactId>sandesha2-parent</artifactId>
+		<groupId>org.apache.sandesha2</groupId>
+		<artifactId>sandesha2-parent</artifactId>
         <version>SNAPSHOT</version>
     </parent>
-
+	
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.sandesha2</groupId>
     <artifactId>sandesha2-core</artifactId>
     <packaging>jar</packaging>
-    <name>Sandesha - Core</name>
+    <name>Sandesha2 - Core</name>
 
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>

Modified: webservices/sandesha/trunk/java/modules/interop/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/interop/pom.xml?view=diff&rev=533580&r1=533579&r2=533580
==============================================================================
--- webservices/sandesha/trunk/java/modules/interop/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/interop/pom.xml Sun Apr 29 21:16:27 2007
@@ -3,15 +3,15 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-	<groupId>org.apache.sandesha2</groupId>
-	<artifactId>sandesha2-parent</artifactId>
+		<groupId>org.apache.sandesha2</groupId>
+		<artifactId>sandesha2-parent</artifactId>
         <version>SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>sandesha2-interop</artifactId>
     <packaging>jar</packaging>
-    <name>Sandesha - Interop</name>
+    <name>Sandesha2 - Interop</name>
 
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>

Modified: webservices/sandesha/trunk/java/modules/mar/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/mar/pom.xml?view=diff&rev=533580&r1=533579&r2=533580
==============================================================================
--- webservices/sandesha/trunk/java/modules/mar/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/mar/pom.xml Sun Apr 29 21:16:27 2007
@@ -3,16 +3,16 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-	<groupId>org.apache.sandesha2</groupId>
-	<artifactId>sandesha2-parent</artifactId>
+		<groupId>org.apache.sandesha2</groupId>
+		<artifactId>sandesha2-parent</artifactId>
         <version>SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.sandesha2</groupId>
-    <artifactId>sandesha2-mar</artifactId>
+    <artifactId>sandesha2</artifactId>
     <packaging>mar</packaging>
-    <name>Sandesha - Mar</name>
+    <name>Sandesha2 - Mar</name>
 
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
@@ -21,10 +21,10 @@
             <resource>
                 <directory>src/main/resources</directory>
             </resource>
-        </resources>
+        </resources>
+		
         <plugins>
 
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
@@ -56,19 +56,19 @@
                     <target>1.4</target>
                 </configuration>
             </plugin>
-	    <plugin>
-        	<groupId>org.apache.axis2</groupId>
-        	<artifactId>axis2-mar-maven-plugin</artifactId>
-        	<version>SNAPSHOT</version>
-        	<extensions>true</extensions>
+	    	
+			<plugin>
+        		<groupId>org.apache.axis2</groupId>
+        		<artifactId>axis2-mar-maven-plugin</artifactId>
+        		<version>SNAPSHOT</version>
+        		<extensions>true</extensions>
 		
-        	<configuration>
-			<marName>sandesha2-${version}</marName>
-       	  		<includeDependencies>false</includeDependencies>
-			<moduleXmlFile>module.xml</moduleXmlFile>
-        	</configuration>
-      	     </plugin> 
-           </plugins>
+        		<configuration>
+       	  			<includeDependencies>false</includeDependencies>
+					<moduleXmlFile>module.xml</moduleXmlFile>
+        		</configuration>
+      	     </plugin> 
+        </plugins>
 
     </build>
     

Modified: webservices/sandesha/trunk/java/modules/policy/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/modules/policy/pom.xml?view=diff&rev=533580&r1=533579&r2=533580
==============================================================================
--- webservices/sandesha/trunk/java/modules/policy/pom.xml (original)
+++ webservices/sandesha/trunk/java/modules/policy/pom.xml Sun Apr 29 21:16:27 2007
@@ -3,8 +3,8 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-	<groupId>org.apache.sandesha2</groupId>
-	<artifactId>sandesha2-parent</artifactId>
+		<groupId>org.apache.sandesha2</groupId>
+		<artifactId>sandesha2-parent</artifactId>
         <version>SNAPSHOT</version>
     </parent>
     
@@ -12,7 +12,7 @@
     <groupId>org.apache.sandesha2</groupId>
     <artifactId>sandesha2-policy</artifactId>
     <packaging>jar</packaging>
-    <name>Sandesha - policy</name>
+    <name>Sandesha2 - Policy</name>
 
     <build>
         <sourceDirectory>src/main/java</sourceDirectory>
@@ -24,7 +24,6 @@
         </resources>
         <plugins>
 
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
@@ -35,14 +34,14 @@
                         <phase>process-test-resources</phase>
                         <configuration>
                             <tasks>
-                                <!--copy class files required for policy jar from core module-->
-				<copy todir="target/classes">
-				   <fileset dir="../core/target/classes" includes="**/policy/**/*.class"/>
-				   <fileset dir="../core/target/classes" includes="**/*.properties"/>
-				   <fileset dir="../core/target/classes" includes="org/apache/sandesha2/i18n/**" />
-				   <fileset dir="../core/target/classes" includes="**/*Sandesha2Constants*.class"/>
-				   <fileset dir="../core/target/classes" includes="**/*SandeshaException*.class"/>
-				</copy>
+                				<!--copy class files required for policy jar from core module-->
+								<copy todir="target/classes">
+				   					<fileset dir="../core/target/classes" includes="**/policy/**/*.class"/>
+				   					<fileset dir="../core/target/classes" includes="**/*.properties"/>
+				   					<fileset dir="../core/target/classes" includes="org/apache/sandesha2/i18n/**" />
+				   					<fileset dir="../core/target/classes" includes="**/*Sandesha2Constants*.class"/>
+				   					<fileset dir="../core/target/classes" includes="**/*SandeshaException*.class"/>
+								</copy>
                             </tasks>
                         </configuration>
                         <goals>
@@ -51,7 +50,6 @@
                     </execution>
                 </executions>
             </plugin>		
-
 
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>



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