Update of /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/properties
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14360/src/org/hibernate/eclipse/console/views/properties
Modified Files:
EntityPropertySource.java
Log Message:
HBX-374 Pass generated Java files to Eclipse code formatter
+ removal of too many non-used imports
Index: EntityPropertySource.java
===================================================================
RCS file: /cvsroot/hibernate/HibernateExt/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/views/properties/EntityPropertySource.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- EntityPropertySource.java 26 Aug 2005 06:57:35 -0000 1.5
+++ EntityPropertySource.java 7 Feb 2006 16:17:49 -0000 1.6
@@ -11,7 +11,6 @@
import org.eclipse.ui.views.properties.PropertyDescriptor;
import org.hibernate.EntityMode;
import org.hibernate.Session;
-import org.hibernate.console.ConsoleConfiguration;
import org.hibernate.console.execution.ExecutionContextHolder;
import org.hibernate.console.execution.ExecutionContext.Command;
import org.hibernate.metadata.ClassMetadata;
|