[riftsaw-commits] riftsaw SVN: r996 - in trunk: distribution/src/main/release/db/sql and 1 other directory.

riftsaw-commits at lists.jboss.org riftsaw-commits at lists.jboss.org
Tue Sep 28 21:55:55 EDT 2010


Author: jeff.yuchang
Date: 2010-09-28 21:55:54 -0400 (Tue, 28 Sep 2010)
New Revision: 996

Modified:
   trunk/distribution/src/main/release/db/sql/db2.drop.sql
   trunk/distribution/src/main/release/db/sql/mysql.drop.sql
   trunk/distribution/src/main/release/db/sql/oracle.drop.sql
   trunk/distribution/src/main/release/db/sql/postgres.drop.sql
   trunk/distribution/src/main/release/db/sql/sqlserver.drop.sql
   trunk/pom.xml
Log:
* add drop script for the BPAF tables for integration test.
* update bpel console version back to 2.1.2.


Modified: trunk/distribution/src/main/release/db/sql/db2.drop.sql
===================================================================
--- trunk/distribution/src/main/release/db/sql/db2.drop.sql	2010-09-29 01:18:09 UTC (rev 995)
+++ trunk/distribution/src/main/release/db/sql/db2.drop.sql	2010-09-29 01:55:54 UTC (rev 996)
@@ -21,4 +21,7 @@
 drop table STORE_PROCESS;
 drop table STORE_PROCESS_PROP;
 drop table STORE_PROC_TO_PROP;
-drop table STORE_VERSIONS;
\ No newline at end of file
+drop table STORE_VERSIONS;
+
+drop table BPAF_EVENT_DATA;
+drop table BPAF_EVENT;
\ No newline at end of file

Modified: trunk/distribution/src/main/release/db/sql/mysql.drop.sql
===================================================================
--- trunk/distribution/src/main/release/db/sql/mysql.drop.sql	2010-09-29 01:18:09 UTC (rev 995)
+++ trunk/distribution/src/main/release/db/sql/mysql.drop.sql	2010-09-29 01:55:54 UTC (rev 996)
@@ -43,5 +43,8 @@
 
 drop table if exists STORE_VERSIONS;
 
+drop table if exists BPAF_EVENT_DATA;
+drop table if exists BPAF_EVENT;
 
 
+

Modified: trunk/distribution/src/main/release/db/sql/oracle.drop.sql
===================================================================
--- trunk/distribution/src/main/release/db/sql/oracle.drop.sql	2010-09-29 01:18:09 UTC (rev 995)
+++ trunk/distribution/src/main/release/db/sql/oracle.drop.sql	2010-09-29 01:55:54 UTC (rev 996)
@@ -23,6 +23,9 @@
 drop table STORE_PROC_TO_PROP;
 drop table STORE_VERSIONS;
 
+drop table BPAF_EVENT_DATA;
+drop table BPAF_EVENT;
+
 drop sequence bpel_sequence;
 
 

Modified: trunk/distribution/src/main/release/db/sql/postgres.drop.sql
===================================================================
--- trunk/distribution/src/main/release/db/sql/postgres.drop.sql	2010-09-29 01:18:09 UTC (rev 995)
+++ trunk/distribution/src/main/release/db/sql/postgres.drop.sql	2010-09-29 01:55:54 UTC (rev 996)
@@ -43,4 +43,8 @@
 
 drop table STORE_VERSIONS;
 
+drop table BPAF_EVENT_DATA;
+
+drop table BPAF_EVENT;
+
 drop sequence bpel_sequence;

Modified: trunk/distribution/src/main/release/db/sql/sqlserver.drop.sql
===================================================================
--- trunk/distribution/src/main/release/db/sql/sqlserver.drop.sql	2010-09-29 01:18:09 UTC (rev 995)
+++ trunk/distribution/src/main/release/db/sql/sqlserver.drop.sql	2010-09-29 01:55:54 UTC (rev 996)
@@ -23,4 +23,7 @@
 drop table STORE_PROC_TO_PROP;
 drop table STORE_VERSIONS;
 
+drop table BPAF_EVENT_DATA;
+drop table BPAF_EVENT;
 
+

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-09-29 01:18:09 UTC (rev 995)
+++ trunk/pom.xml	2010-09-29 01:55:54 UTC (rev 996)
@@ -77,7 +77,7 @@
   <properties>
     <riftsaw.ode.version>2.2.0-SNAPSHOT</riftsaw.ode.version>
     <riftsaw.engine.version>2.2.0-SNAPSHOT</riftsaw.engine.version>
-    <bpel.console.version>2.2.0-SNAPSHOT</bpel.console.version>
+    <bpel.console.version>2.1.2</bpel.console.version>
     <commons.logging.version>1.1.1</commons.logging.version>
     <junit.version>4.8.1</junit.version>
     <jboss.version>5.1.0.GA</jboss.version>



More information about the riftsaw-commits mailing list