[jbpm-commits] JBoss JBPM SVN: r3703 - jbpm4/trunk/modules/db/src/main/ant.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jan 22 12:59:16 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-01-22 12:59:15 -0500 (Thu, 22 Jan 2009)
New Revision: 3703

Modified:
   jbpm4/trunk/modules/db/src/main/ant/build.schema.xml
Log:
added ; delimiter for mysql

Modified: jbpm4/trunk/modules/db/src/main/ant/build.schema.xml
===================================================================
--- jbpm4/trunk/modules/db/src/main/ant/build.schema.xml	2009-01-22 17:30:37 UTC (rev 3702)
+++ jbpm4/trunk/modules/db/src/main/ant/build.schema.xml	2009-01-22 17:59:15 UTC (rev 3703)
@@ -35,10 +35,12 @@
                   create="no" drop="yes" config="${cfg}" text="yes" />
 
     <schemaexport properties="src/main/resources/db.properties/mysql.properties" 
-                  output="target/classes/create/jbpm.mysql.create.sql" 
+                  output="target/classes/create/jbpm.mysql.create.sql"
+    	            delimiter=";"
                   create="yes" drop="no" config="${cfg}" text="yes" />
     <schemaexport properties="src/main/resources/db.properties/mysql.properties" 
                   output="target/classes/drop/jbpm.mysql.drop.sql" 
+                  delimiter=";"
                   create="no" drop="yes" config="${cfg}" text="yes" />
 
     <schemaexport properties="src/main/resources/db.properties/oracle.properties" 




More information about the jbpm-commits mailing list