From: <max...@us...> - 2006-02-08 08:02:11
|
Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console.test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15969 Modified Files: .classpath build.properties Log Message: integrate unit tests into eclipse test run Index: .classpath =================================================================== RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console.test/.classpath,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .classpath 26 Aug 2005 06:58:36 -0000 1.2 +++ .classpath 8 Feb 2006 08:02:03 -0000 1.3 @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> + <classpathentry exported="true" kind="lib" path="lib/hibernate-tools-tests.jar"/> + <classpathentry exported="true" kind="lib" path="lib/hsqldb.jar"/> + <classpathentry exported="true" kind="lib" path="lib/jaxen-1.1-beta-7.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="build/eclipse"/> Index: build.properties =================================================================== RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console.test/build.properties,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- build.properties 24 Jan 2006 14:48:59 -0000 1.3 +++ build.properties 8 Feb 2006 08:02:03 -0000 1.4 @@ -2,4 +2,5 @@ output.org.hibernate.eclipse.console.test.test/ = build/eclipse/ bin.includes = plugin.xml,\ org.hibernate.eclipse.console.test.test/,\ - META-INF/ + META-INF/,\ + lib/hibernate-tools-tests.jar |