[jboss-svn-commits] JBL Code SVN: r25251 - in labs/jbossesb/branches/JBESB_4_2_1_GA_CP: qa/quickstarts and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Feb 13 08:31:07 EST 2009


Author: mark.little at jboss.com
Date: 2009-02-13 08:31:07 -0500 (Fri, 13 Feb 2009)
New Revision: 25251

Removed:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/helloworld_db_registration/
Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/readme.txt
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml
Log:
https://jira.jboss.org/jira/browse/SOA-1120

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/readme.txt
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/readme.txt	2009-02-13 13:13:05 UTC (rev 25250)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/samples/quickstarts/readme.txt	2009-02-13 13:31:07 UTC (rev 25251)
@@ -31,8 +31,6 @@
   This process will add the JBoss ESB artifacts to your JBoss Application
   Server.
 - Almost all of these examples use RMI-based registration.
-  "helloworld_db_registration" makes a client/server connection to the registry
-  database. It assumes a MySQL DB holds the registry.
 
 The following is a brief outline of some of the various quickstarts. If this is
 your first time working with the JBoss ESB we recommend at least trying

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml	2009-02-13 13:13:05 UTC (rev 25250)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml	2009-02-13 13:31:07 UTC (rev 25251)
@@ -63,7 +63,6 @@
          <include name="fun_cbr/lib/**/*.jar"/>
          <include name="helloworld/lib/**/*.jar"/>
          <include name="helloworld_action/lib/**/*.jar"/>
-         <include name="helloworld_db_registration/lib/**/*.jar"/>
          <include name="helloworld_file_action/lib/**/*.jar"/>
          <include name="helloworld_sql_action/lib/**/*.jar"/>
          <include name="recipient_list/lib/**/*.jar"/>
@@ -95,7 +94,6 @@
 	 <include name="groovy_gateway/build/classes"/>
      <include name="helloworld/build/classes"/>
      <include name="helloworld_action/build/classes"/>
-     <include name="helloworld_db_registration/build/classes"/>
      <include name="helloworld_file_action/build/classes"/>
 	 <include name="helloworld_file_notifier/build/classes"/>
      <include name="helloworld_sql_action/build/classes"/>
@@ -199,7 +197,6 @@
       <exec-quickstart quickstart="groovy_gateway" target="clean"/>
       <exec-quickstart quickstart="helloworld" target="clean"/>
       <exec-quickstart quickstart="helloworld_action" target="clean"/>
-      <exec-quickstart quickstart="helloworld_db_registration" target="clean"/>
       <exec-quickstart quickstart="helloworld_file_action" target="clean"/>
       <exec-quickstart quickstart="helloworld_file_notifier" target="clean"/>
       <exec-quickstart quickstart="helloworld_sql_action" target="clean"/>
@@ -243,7 +240,6 @@
       <exec-quickstart quickstart="groovy_gateway" target="prepare-deployment"/>
       <exec-quickstart quickstart="helloworld" target="prepare-deployment"/>
       <exec-quickstart quickstart="helloworld_action" target="prepare-deployment"/>
-      <exec-quickstart quickstart="helloworld_db_registration" target="prepare-deployment"/>
       <exec-quickstart quickstart="helloworld_file_action" target="prepare-deployment"/>
       <exec-quickstart quickstart="helloworld_file_notifier" target="prepare-deployment"/>
       <exec-quickstart quickstart="helloworld_sql_action" target="prepare-deployment"/>
@@ -283,7 +279,6 @@
 	    <include name="groovy_gateway/build/*.esb"/>
             <include name="helloworld/build/*.esb"/>
             <include name="helloworld_action/build/*.esb"/>
-            <include name="helloworld_db_registration/build/*.esb"/>
             <include name="helloworld_file_action/build/*.esb"/>
 	    <include name="helloworld_file_notifier/build/*.esb"/>
             <include name="helloworld_sql_action/build/*.esb"/>




More information about the jboss-svn-commits mailing list