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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Feb 16 07:06:17 EST 2009


Author: max.andersen at jboss.com
Date: 2009-02-16 07:06:17 -0500 (Mon, 16 Feb 2009)
New Revision: 15977

Added:
   branches/Branch_3_2/HibernateExt/tools/.classpath
   branches/Branch_3_2/HibernateExt/tools/.project
Log:
add .project/.classpath since we need it 98% of the time anyway

Added: branches/Branch_3_2/HibernateExt/tools/.classpath
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/.classpath	                        (rev 0)
+++ branches/Branch_3_2/HibernateExt/tools/.classpath	2009-02-16 12:06:17 UTC (rev 15977)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/java"/>
+	<classpathentry kind="src" path="src/test"/>
+	<classpathentry kind="src" path="src/testsupport"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<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"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.2.0.v20060603.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.jdt.core_3.2.0.v_671.jar"/>
+	<classpathentry kind="lib" path="lib/org.eclipse.text_3.2.0.v20060605-1400.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/hibernate-3.2"/>
+	<classpathentry kind="lib" path="/hibernate-3.2/lib/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="/hibernate-3.2/lib/dom4j-1.6.1.jar"/>
+	<classpathentry kind="lib" path="/hibernate-3.2/lib/ant-1.6.5.jar"/>
+	<classpathentry kind="lib" path="/hibernate-3.2/lib/antlr-2.7.6.jar"/>
+	<classpathentry kind="lib" path="/hibernate-3.2/lib/cglib-2.1.3.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/commons-collections-2.1.1.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/commons-logging-1.0.4.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/dom4j-1.6.1.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/ejb3-persistence.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/hibernate3.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/hibernate-annotations.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/hibernate-commons-annotations.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/hibernate-entitymanager.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/javassist.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/jboss-annotations-ejb3.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/jboss-archive-browsing.jar"/>
+	<classpathentry kind="lib" path="lib/testlibs/jboss-ejb3x.jar"/>
+	<classpathentry kind="lib" path="etc"/>
+	<classpathentry kind="lib" path="C:/work/documents/presentations/eclipsecon2008/database/lib/hsqldb.jar"/>
+	<classpathentry kind="output" path="build/classes"/>
+</classpath>

Added: branches/Branch_3_2/HibernateExt/tools/.project
===================================================================
--- branches/Branch_3_2/HibernateExt/tools/.project	                        (rev 0)
+++ branches/Branch_3_2/HibernateExt/tools/.project	2009-02-16 12:06:17 UTC (rev 15977)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>hibernateext.tools</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the hibernate-commits mailing list