Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14505
Modified Files:
.classpath
Log Message:
HBX-374 Pass generated Java files to Eclipse code formatter
+ removal of too many non-used imports
Index: .classpath
===================================================================
RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse/.classpath,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- .classpath 7 Feb 2006 14:10:48 -0000 1.29
+++ .classpath 7 Feb 2006 16:17:53 -0000 1.30
@@ -24,7 +24,7 @@
<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/freemarker.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"/>
<classpathentry exported="true" kind="lib" path="lib/annotations/ejb3-persistence.jar"/>
<classpathentry exported="true" kind="lib" path="lib/annotations/hibernate-annotations.jar"/>
|