[jboss-svn-commits] JBL Code SVN: r24161 - in labs/jbossesb/workspace/skeagh/examples: jms-routing and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Dec 1 03:07:37 EST 2008


Author: tfennelly
Date: 2008-12-01 03:07:36 -0500 (Mon, 01 Dec 2008)
New Revision: 24161

Modified:
   labs/jbossesb/workspace/skeagh/examples/file-routing/README.TXT
   labs/jbossesb/workspace/skeagh/examples/file-routing/pom.xml
   labs/jbossesb/workspace/skeagh/examples/jms-routing/README.TXT
   labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml
   labs/jbossesb/workspace/skeagh/examples/jms-routing/jms-consumer/pom.xml
   labs/jbossesb/workspace/skeagh/examples/jms-routing/pom.xml
Log:
https://jira.jboss.org/jira/browse/JBESB-2182

Modified: labs/jbossesb/workspace/skeagh/examples/file-routing/README.TXT
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/file-routing/README.TXT	2008-12-01 07:46:26 UTC (rev 24160)
+++ labs/jbossesb/workspace/skeagh/examples/file-routing/README.TXT	2008-12-01 08:07:36 UTC (rev 24161)
@@ -1,6 +1,6 @@
 About This Example:
 ===================
-     This example illustrates a simple JBossESB 5.0 File Router example.
+     This example illustrates simple File Inbound and Outbound Routing.
 
 How to Run?
 ===========

Modified: labs/jbossesb/workspace/skeagh/examples/file-routing/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/file-routing/pom.xml	2008-12-01 07:46:26 UTC (rev 24160)
+++ labs/jbossesb/workspace/skeagh/examples/file-routing/pom.xml	2008-12-01 08:07:36 UTC (rev 24161)
@@ -6,9 +6,9 @@
         <artifactId>jbossesb-examples</artifactId>
 		<version>${jboss.esb.version}</version>
     </parent>
-    <name>JBoss ESB - File Router Example</name>
+    <name>JBoss ESB - File Routing Example</name>
     <groupId>jboss.jbossesb</groupId>
-    <artifactId>jbossesb-examples-file-router</artifactId>
+    <artifactId>jbossesb-examples-file-routing</artifactId>
     <version>${jboss.esb.version}</version>
     <url>http://www.jboss.org/jbossesb/</url>
 	<packaging>bundle</packaging>

Modified: labs/jbossesb/workspace/skeagh/examples/jms-routing/README.TXT
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/jms-routing/README.TXT	2008-12-01 07:46:26 UTC (rev 24160)
+++ labs/jbossesb/workspace/skeagh/examples/jms-routing/README.TXT	2008-12-01 08:07:36 UTC (rev 24161)
@@ -1,6 +1,6 @@
 About This Example:
 ===================
-     This example illustrates a simple JBossESB 5.0 JMS Inbound and Outbound Routers.
+     This example illustrates simple JMS Inbound and Outbound Routing.
 
 How to Run?
 ===========

Modified: labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml	2008-12-01 07:46:26 UTC (rev 24160)
+++ labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml	2008-12-01 08:07:36 UTC (rev 24161)
@@ -6,7 +6,7 @@
         <artifactId>jbossesb-examples-jms-routing</artifactId>
         <version>${jboss.esb.version}</version>
     </parent>
-    <name>JBoss ESB - JMS Router Example (ESB)</name>
+    <name>JBoss ESB - JMS Routing Example (ESB)</name>
     <groupId>jboss.jbossesb</groupId>
     <artifactId>jbossesb-examples-jms-routing-esb</artifactId>
     <version>${jboss.esb.version}</version>

Modified: labs/jbossesb/workspace/skeagh/examples/jms-routing/jms-consumer/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/jms-routing/jms-consumer/pom.xml	2008-12-01 07:46:26 UTC (rev 24160)
+++ labs/jbossesb/workspace/skeagh/examples/jms-routing/jms-consumer/pom.xml	2008-12-01 08:07:36 UTC (rev 24161)
@@ -6,7 +6,7 @@
         <artifactId>jbossesb-examples-jms-routing</artifactId>
         <version>${jboss.esb.version}</version>
     </parent>
-    <name>JBoss ESB - JMS Router Example (Consumer)</name>
+    <name>JBoss ESB - JMS Routing Example (Consumer)</name>
     <groupId>jboss.jbossesb</groupId>
     <artifactId>jbossesb-examples-jms-routing-consumer</artifactId>
     <version>${jboss.esb.version}</version>

Modified: labs/jbossesb/workspace/skeagh/examples/jms-routing/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/jms-routing/pom.xml	2008-12-01 07:46:26 UTC (rev 24160)
+++ labs/jbossesb/workspace/skeagh/examples/jms-routing/pom.xml	2008-12-01 08:07:36 UTC (rev 24161)
@@ -6,7 +6,7 @@
         <artifactId>jbossesb-examples</artifactId>
 		<version>${jboss.esb.version}</version>
     </parent>
-    <name>JBoss ESB - JMS Router Example</name>
+    <name>JBoss ESB - JMS Routing Example</name>
     <groupId>jboss.jbossesb</groupId>
     <artifactId>jbossesb-examples-jms-routing</artifactId>
     <version>${jboss.esb.version}</version>




More information about the jboss-svn-commits mailing list