Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25715
Modified Files:
.classpath
Log Message:
eclipse code formatting - now we detect the javaproject per file - making it work generically for all type of code generation.
HBX-580 automatic refreshing for the output directory is now enabled by default.
Index: .classpath
===================================================================
RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse/.classpath,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- .classpath 7 Feb 2006 16:17:53 -0000 1.30
+++ .classpath 7 Feb 2006 20:26:24 -0000 1.31
@@ -22,7 +22,7 @@
<classpathentry exported="true" kind="lib" path="lib/hibernate/oscache-2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/hibernate/proxool-0.8.3.jar"/>
<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" sourcepath="/hibernateext.tools" kind="lib" path="lib/tools/hibernate-tools.jar"/>
<classpathentry exported="true" kind="lib" path="lib/tools/jtidy-r8-21122004.jar"/>
<classpathentry exported="true" sourcepath="/freemarker" kind="lib" path="lib/tools/freemarker.jar"/>
<classpathentry exported="true" kind="lib" path="lib/bsh-core-2.0b4.jar"/>
|