[hibernate-commits] Hibernate SVN: r16036 - branches/Branch_3_2/HibernateExt/tools.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 26 00:42:09 EST 2009


Author: max.andersen at jboss.com
Date: 2009-02-26 00:42:08 -0500 (Thu, 26 Feb 2009)
New Revision: 16036

Modified:
   branches/Branch_3_2/HibernateExt/tools/.classpath
   branches/Branch_3_2/HibernateExt/tools/build.xml
Log:
update tag and use exec env instead of specific jdk

Modified: branches/Branch_3_2/HibernateExt/tools/.classpath
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/.classpath	2009-02-26 05:41:33 UTC (rev 16035)
+++ branches/Branch_3_2/HibernateExt/tools/.classpath	2009-02-26 05:42:08 UTC (rev 16036)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/test"/>
 	<classpathentry kind="src" path="src/testsupport"/>
 	<classpathentry kind="src" path="src/templates"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
 	<classpathentry kind="lib" path="lib/freemarker.jar"/>
 	<classpathentry kind="lib" path="lib/jtidy-r8-20060801.jar"/>
 	<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.2.0.v20060603.jar"/>

Modified: branches/Branch_3_2/HibernateExt/tools/build.xml
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/build.xml	2009-02-26 05:41:33 UTC (rev 16035)
+++ branches/Branch_3_2/HibernateExt/tools/build.xml	2009-02-26 05:42:08 UTC (rev 16036)
@@ -7,7 +7,7 @@
     <!-- Name of project and version, used to create filenames -->
     <property name="Name" value="Hibernate Tools"/>
     <property name="name" value="hibernate-tools"/>
-    <property name="version" value="3.2.4.CR1"/>
+    <property name="version" value="3.2.4.GA-nightly"/>
 
 	<property name="javadoc.packagenames" value="org.hibernate.tool"/>	
 




More information about the hibernate-commits mailing list