Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28441
Modified Files:
hibernate-build.xml .classpath
Log Message:
cleanup
Index: hibernate-build.xml
===================================================================
RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse/hibernate-build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- hibernate-build.xml 29 Jan 2006 18:07:07 -0000 1.20
+++ hibernate-build.xml 7 Feb 2006 14:10:48 -0000 1.21
@@ -37,8 +37,9 @@
<mkdir dir="${lib.annotations}"/>
<!-- DONT BUILD H3 unless you have to use new features from the core. use the released binary if you can! -->
- <ant antfile="${hibernate-core.home}\..\hibernate3\build.xml" inheritall="false" inheritrefs="false" target="jar"/>
+<!-- <ant antfile="${hibernate-core.home}\..\hibernate3\build.xml" inheritall="false" inheritrefs="false" target="jar"/>
<ant antfile="${hibernate-core.home}\..\hibernate3\build.xml" inheritall="false" inheritrefs="false" target="copylib"/>
+ -->
<ant antfile="..\metadata\build.xml" inheritall="false" inheritrefs="false" target="jar"/>
<ant antfile="..\metadata\build.xml" inheritall="false" inheritrefs="false" target="copylib"/>
@@ -53,8 +54,7 @@
<ant antfile="..\tools\build.xml" inheritall="false" inheritrefs="false" target="jar"/>
<ant antfile="..\tools\build.xml" inheritall="false" inheritrefs="false" target="copylib"/>
<copy preservelastmodified="true" file="..\tools\target\hibernate-tools\hibernate-tools.jar" todir="${lib.tools}"/>
- <copy preservelastmodified="true" file="..\tools\target\hibernate-tools\lib\velocity-1.4.jar" todir="${lib.tools}"/>
- <copy preservelastmodified="true" file="..\tools\target\hibernate-tools\lib\velocity-tools-generic-1.1.jar" todir="${lib.tools}"/>
+ <copy preservelastmodified="true" file="..\tools\target\hibernate-tools\lib\freemarker.jar" todir="${lib.tools}"/>
<copy preservelastmodified="true" file="..\tools\target\hibernate-tools\lib\jtidy-r8-21122004.jar" todir="${lib.tools}"/>
<property file="${hibernate-core.lib.dir}/version.properties" prefix="h3"/>
Index: .classpath
===================================================================
RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse/.classpath,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- .classpath 29 Jan 2006 18:07:07 -0000 1.28
+++ .classpath 7 Feb 2006 14:10:48 -0000 1.29
@@ -24,8 +24,8 @@
<classpathentry exported="true" kind="lib" path="lib/hibernate/swarmcache-1.0rc2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/tools/hibernate-tools.jar"/>
<classpathentry exported="true" kind="lib" path="lib/tools/jtidy-r8-21122004.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/tools/velocity-1.4.jar"/>
- <classpathentry exported="true" kind="lib" path="lib/tools/velocity-tools-generic-1.1.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/tools/freemarker.jar"/>
+ <classpathentry exported="true" kind="lib" path="lib/bsh-core-2.0b4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/annotations/ejb3-persistence.jar"/>
<classpathentry exported="true" kind="lib" path="lib/annotations/hibernate-annotations.jar"/>
<classpathentry exported="true" kind="lib" path="lib/annotations/lucene-1.4.3.jar"/>
@@ -34,6 +34,5 @@
<classpathentry exported="true" kind="lib" path="lib/hibernate/jgroups-2.2.8.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="lib" path="lib/bsh-core-2.0b4.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
|