Seam SVN: r11243 - branches/enterprise/JBPAPP_4_3_FP01/seam-gen.

View: New views
1 Messages — Rating Filter:   Alert me  

Seam SVN: r11243 - branches/enterprise/JBPAPP_4_3_FP01/seam-gen.

by seam-commits mailing list :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Author: manaRH
Date: 2009-07-05 07:30:06 -0400 (Sun, 05 Jul 2009)
New Revision: 11243

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml
Log:
JBPAPP-2219

Modified: branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml 2009-07-05 11:18:59 UTC (rev 11242)
+++ branches/enterprise/JBPAPP_4_3_FP01/seam-gen/build.xml 2009-07-05 11:30:06 UTC (rev 11243)
@@ -298,6 +298,10 @@
  <equals arg1="${database.type.new}" arg2="enterprisedb"/>
  </condition>
 
+ <condition property="driver.jar.default" value="${old.driver.jar}">
+   <equals arg1="${old.database.type}" arg2="${database.type.new}"/>
+ </condition>
+
  <condition property="hibernate.connection.url.default" value="jdbc:h2:.">
  <equals arg1="${database.type.new}" arg2="h2"/>
  </condition>

_______________________________________________
seam-commits mailing list
seam-commits@...
https://lists.jboss.org/mailman/listinfo/seam-commits