Skip to content

Commit

Permalink
JBIDE-7386
Browse files Browse the repository at this point in the history
Migrate Hibernate tools to hibernate3.5.6 (update build.xml)

git-svn-id: https://anonsvn.jboss.org/repos/hibernate/tools/trunk@20854 1b8cb986-b30d-0410-93ca-fae66ebed9b2
  • Loading branch information
Dmitry Geraskov committed Oct 28, 2010
1 parent 99e6d47 commit fdc627b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0.GA"/>
<property name="version" value="3.4.0.Beta2"/>

<property name="javadoc.packagenames" value="org.hibernate.tool"/>

Expand All @@ -26,7 +26,7 @@
<pathelement location="etc"/>
<pathelement location="lib/testlibs/org.eclipse.jdt.core_3.1.0.jar"/>
<!-- remove hibernate-annotations.jar when migrating to maven -->
<pathelement location="lib/testlibs/hibernate-annotations.jar"/>
<pathelement location="lib/testlibs/hibernate-jpa-2.0-api-1.0.0.Final.jar"/>
<pathelement location="${jdbc.driver.jar}"/>
<path refid="testsrc.path"/>
<pathelement location="${java.home}\..\lib\tools.jar"/>
Expand Down

0 comments on commit fdc627b

Please sign in to comment.