|
From: Michael R. <mr...@us...> - 2004-07-27 15:28:42
|
Update of /cvsroot/openorb/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16789/tools Modified Files: .classpath Log Message: Added hsqldb.jar to the tools project classpath Index: .classpath =================================================================== RCS file: /cvsroot/openorb/tools/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .classpath 2 Feb 2004 23:14:56 -0000 1.1 +++ .classpath 27 Jul 2004 15:28:33 -0000 1.2 @@ -27,5 +27,6 @@ <classpathentry kind="lib" path="docbook/xsl/extensions/saxon651.jar"/> <classpathentry kind="lib" path="lib/ext/build/xalan.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="lib" path="lib/ext/hsqldb.jar"/> <classpathentry kind="output" path="build/main"/> </classpath> |