[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch ...
Max Rydahl Andersen
mandersen at jboss.com
Fri Sep 15 05:20:18 EDT 2006
User: mandersen
Date: 06/09/15 05:20:18
Modified: hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch
CodeGenerationLaunchDelegate.java
Log:
HBX-720 AnnotationConfiguration not used when running codegeneration
Revision Changes Path
1.18 +2 -2 jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationLaunchDelegate.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CodeGenerationLaunchDelegate.java
===================================================================
RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationLaunchDelegate.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- CodeGenerationLaunchDelegate.java 14 Aug 2006 23:14:31 -0000 1.17
+++ CodeGenerationLaunchDelegate.java 15 Sep 2006 09:20:18 -0000 1.18
@@ -335,8 +335,8 @@
return cfg;
} else {
- final Configuration configuration = new Configuration();
- cc.buildWith(configuration, true);
+ cc.build();
+ final Configuration configuration = cc.getConfiguration();
cc.execute(new Command() {
public Object execute() {
More information about the jboss-cvs-commits
mailing list