[jboss-svn-commits] JBL Code SVN: r23646 - in labs/jbossesb/workspace/skeagh/examples: jms-router and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 31 07:57:10 EDT 2008


Author: beve
Date: 2008-10-31 07:57:10 -0400 (Fri, 31 Oct 2008)
New Revision: 23646

Added:
   labs/jbossesb/workspace/skeagh/examples/jms-router/
Removed:
   labs/jbossesb/workspace/skeagh/examples/helloworld/
Modified:
   labs/jbossesb/workspace/skeagh/examples/jms-router/README.TXT
   labs/jbossesb/workspace/skeagh/examples/jms-router/pom.xml
   labs/jbossesb/workspace/skeagh/examples/pom.xml
Log:
Renamed helloworld to jms-router.


Copied: labs/jbossesb/workspace/skeagh/examples/jms-router (from rev 23642, labs/jbossesb/workspace/skeagh/examples/helloworld)


Property changes on: labs/jbossesb/workspace/skeagh/examples/jms-router
___________________________________________________________________
Name: svn:mergeinfo
   + 

Modified: labs/jbossesb/workspace/skeagh/examples/jms-router/README.TXT
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/helloworld/README.TXT	2008-10-31 07:45:16 UTC (rev 23642)
+++ labs/jbossesb/workspace/skeagh/examples/jms-router/README.TXT	2008-10-31 11:57:10 UTC (rev 23646)
@@ -1,6 +1,6 @@
 About This Example:
 ===================
-     This example illustrates a simple JBossESB 5.0 helloworld example.
+     This example illustrates a simple JBossESB 5.0 JMS Router.
 
 
 How to Run?
@@ -20,8 +20,8 @@
 =============
 	At the felix commmand prompt ("Window 2"):
 	>ps 		// will list all bundles
-	>stop <id>	// use the id of the JBoss ESB - Helloworld Example (5.0.0.SNAPSHOT)
-	>start <id> // use the id of the JBoss ESB - Helloworld Example (5.0.0.SNAPSHOT)
+	>stop <id>	// use the id of the JBoss ESB - JMS Router Example (5.0.0.SNAPSHOT)
+	>start <id> // use the id of the JBoss ESB - JMS Router Example (5.0.0.SNAPSHOT)
 
 	Notice how the esb undeploy and deploys the bundle.
 

Modified: labs/jbossesb/workspace/skeagh/examples/jms-router/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/helloworld/pom.xml	2008-10-31 07:45:16 UTC (rev 23642)
+++ labs/jbossesb/workspace/skeagh/examples/jms-router/pom.xml	2008-10-31 11:57:10 UTC (rev 23646)
@@ -6,9 +6,9 @@
         <artifactId>examples</artifactId>
 		<version>${jboss.esb.version}</version>
     </parent>
-    <name>JBoss ESB - Helloworld Example</name>
+    <name>JBoss ESB - JMS Router Example</name>
     <groupId>jboss.jbossesb</groupId>
-    <artifactId>jbossesb-examples-helloworld</artifactId>
+    <artifactId>jbossesb-examples-jms-router</artifactId>
     <version>${jboss.esb.version}</version>
     <url>http://www.jboss.org/jbossesb/</url>
 	<packaging>bundle</packaging>

Modified: labs/jbossesb/workspace/skeagh/examples/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/pom.xml	2008-10-31 11:26:41 UTC (rev 23645)
+++ labs/jbossesb/workspace/skeagh/examples/pom.xml	2008-10-31 11:57:10 UTC (rev 23646)
@@ -20,7 +20,7 @@
     <url>http://www.jboss.org/jbossesb/</url>
 
     <modules>
-        <module>helloworld</module>
+        <module>jms-router</module>
         <module>file-router</module>
     </modules>
 




More information about the jboss-svn-commits mailing list