[jboss-svn-commits] JBL Code SVN: r23578 - labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/quickstarts.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 24 07:01:31 EDT 2008
Author: kevin.conner at jboss.com
Date: 2008-10-24 07:01:31 -0400 (Fri, 24 Oct 2008)
New Revision: 23578
Modified:
labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/quickstarts/build.xml
Log:
Remove helloworld_db_registration: JBESB-2145
Modified: labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/quickstarts/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/quickstarts/build.xml 2008-10-24 10:53:13 UTC (rev 23577)
+++ labs/jbossesb/branches/JBESB_4_4_GA_CP/qa/quickstarts/build.xml 2008-10-24 11:01:31 UTC (rev 23578)
@@ -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