Revision: 4909
http://openuss.svn.sourceforge.net/openuss/?rev=4909&view=rev
Author: sluug
Date: 2009-06-12 12:39:32 +0000 (Fri, 12 Jun 2009)
Log Message:
-----------
upgrade script to hibernate-3.2.6.ga
Modified Paths:
--------------
trunk/openuss-plexus/plexus/plexus-core/build.xml
Modified: trunk/openuss-plexus/plexus/plexus-core/build.xml
===================================================================
--- trunk/openuss-plexus/plexus/plexus-core/build.xml 2009-06-12 12:37:55 UTC (rev 4908)
+++ trunk/openuss-plexus/plexus/plexus-core/build.xml 2009-06-12 12:39:32 UTC (rev 4909)
@@ -50,7 +50,7 @@
<target name="hibernate-schema" description="Generates database schema">
<taskdef name="schemaexport" classname="org.hibernate.tool.hbm2ddl.SchemaExportTask">
<classpath>
- <pathelement location="${m2_repo}/org/hibernate/hibernate/3.2.5.ga/hibernate-3.2.5.ga.jar"/>
+ <pathelement location="${m2_repo}/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.jar"/>
<pathelement location="${m2_repo}/commons-logging/commons-logging/1.1/commons-logging-1.1.jar"/>
<pathelement location="${m2_repo}/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/>
<pathelement location="${m2_repo}/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|