[overlord-commits] Overlord SVN: r529 - in cdl/trunk/samples/jbossesb/purchasing/store: stateful and 1 other directories.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Mon Mar 2 04:12:35 EST 2009


Author: jeff.yuchang
Date: 2009-03-02 04:12:35 -0500 (Mon, 02 Mar 2009)
New Revision: 529

Added:
   cdl/trunk/samples/jbossesb/purchasing/store/stateful/
   cdl/trunk/samples/jbossesb/purchasing/store/stateful/pom.xml
   cdl/trunk/samples/jbossesb/purchasing/store/stateful/src/
Removed:
   cdl/trunk/samples/jbossesb/purchasing/store/pom.xml
   cdl/trunk/samples/jbossesb/purchasing/store/src/
Log:
* Refactor the store folder structure.


Deleted: cdl/trunk/samples/jbossesb/purchasing/store/pom.xml
===================================================================
--- cdl/trunk/samples/jbossesb/purchasing/store/pom.xml	2009-03-02 09:05:43 UTC (rev 528)
+++ cdl/trunk/samples/jbossesb/purchasing/store/pom.xml	2009-03-02 09:12:35 UTC (rev 529)
@@ -1,58 +0,0 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" 
-	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.jboss.soa.overlord.cdl.samples</groupId>
-	<artifactId>jbossesb-purchasing</artifactId>
-	<version>1.0-SNAPSHOT</version>
-	<packaging>jboss-esb</packaging>
-	<name>Overlord::CDL::Samples::Purchasing</name>
-	<url>http://www.jboss.org/soag</url>
-	
-	<parent>
-		<groupId>org.jboss.soa.overlord.cdl</groupId>
-		<artifactId>samples</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</parent>
-
-		<dependencies>	
-			<dependency>
-				<groupId>log4j</groupId>
-				<artifactId>log4j</artifactId>
-				<version>${log4j.version}</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.jboss.soa.overlord.cdl.runtime</groupId>
-				<artifactId>cdl-runtime-jbossesb</artifactId>
-				<version>${cdl.jbossesb.version}</version>
-				<scope>provided</scope>
-			</dependency>
-		</dependencies>
-
-		<build>
-		    <finalName>purchasing</finalName>
-		    <plugins>
-			 <plugin>
-		     <groupId>org.apache.maven.plugins</groupId>
-		     <artifactId>maven-antrun-plugin</artifactId>
-			 <executions>
-			  <execution>
-			    <id>deploy</id>
-			    <phase>install</phase>
-			    <configuration>
-			      <tasks>
-				   <copy file="target/purchasing.esb" todir="${deploy.dir}" overwrite="true" />
-			      </tasks>
-			    </configuration>
-			    <goals>
-			      <goal>run</goal>
-			    </goals>
-			  </execution>
-			</executions>
-		    </plugin>		      
-		    </plugins>
-		</build>
-	
-</project>
-

Copied: cdl/trunk/samples/jbossesb/purchasing/store/stateful/pom.xml (from rev 528, cdl/trunk/samples/jbossesb/purchasing/store/pom.xml)
===================================================================
--- cdl/trunk/samples/jbossesb/purchasing/store/stateful/pom.xml	                        (rev 0)
+++ cdl/trunk/samples/jbossesb/purchasing/store/stateful/pom.xml	2009-03-02 09:12:35 UTC (rev 529)
@@ -0,0 +1,58 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.jboss.soa.overlord.cdl.samples</groupId>
+	<artifactId>jbossesb-stateful-purchasing</artifactId>
+	<version>1.0-SNAPSHOT</version>
+	<packaging>jboss-esb</packaging>
+	<name>Overlord::CDL::Samples::Stateful::Purchasing</name>
+	<url>http://www.jboss.org/soag</url>
+	
+	<parent>
+		<groupId>org.jboss.soa.overlord.cdl</groupId>
+		<artifactId>samples</artifactId>
+		<version>1.0-SNAPSHOT</version>
+	</parent>
+
+		<dependencies>	
+			<dependency>
+				<groupId>log4j</groupId>
+				<artifactId>log4j</artifactId>
+				<version>${log4j.version}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.jboss.soa.overlord.cdl.runtime</groupId>
+				<artifactId>cdl-runtime-jbossesb</artifactId>
+				<version>${cdl.jbossesb.version}</version>
+				<scope>provided</scope>
+			</dependency>
+		</dependencies>
+
+		<build>
+		    <finalName>purchasing</finalName>
+		    <plugins>
+			 <plugin>
+		     <groupId>org.apache.maven.plugins</groupId>
+		     <artifactId>maven-antrun-plugin</artifactId>
+			 <executions>
+			  <execution>
+			    <id>deploy</id>
+			    <phase>install</phase>
+			    <configuration>
+			      <tasks>
+				   <copy file="target/purchasing.esb" todir="${deploy.dir}" overwrite="true" />
+			      </tasks>
+			    </configuration>
+			    <goals>
+			      <goal>run</goal>
+			    </goals>
+			  </execution>
+			</executions>
+		    </plugin>		      
+		    </plugins>
+		</build>
+	
+</project>
+


Property changes on: cdl/trunk/samples/jbossesb/purchasing/store/stateful/pom.xml
___________________________________________________________________
Name: svn:mergeinfo
   + 

Copied: cdl/trunk/samples/jbossesb/purchasing/store/stateful/src (from rev 528, cdl/trunk/samples/jbossesb/purchasing/store/src)


Property changes on: cdl/trunk/samples/jbossesb/purchasing/store/stateful/src
___________________________________________________________________
Name: svn:mergeinfo
   + 




More information about the overlord-commits mailing list