[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch ...

Max Rydahl Andersen mandersen at jboss.com
Tue Apr 10 05:00:49 EDT 2007


  User: mandersen
  Date: 07/04/10 05:00:49

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch 
                        CodeGenerationSettings.java
  Log:
  http://forum.hibernate.org/viewtopic.php?p=2346972#2346972
  
  Revision  Changes    Path
  1.13      +1 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationSettings.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CodeGenerationSettings.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/launch/CodeGenerationSettings.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -b -r1.12 -r1.13
  --- CodeGenerationSettings.java	20 Feb 2007 13:21:50 -0000	1.12
  +++ CodeGenerationSettings.java	10 Apr 2007 09:00:49 -0000	1.13
  @@ -208,7 +208,7 @@
             
           useOwnTemplates = new SelectionButtonDialogField(SWT.CHECK);
           useOwnTemplates.setDialogFieldListener(fieldlistener);
  -        useOwnTemplates.setLabelText("Use custom templates");
  +        useOwnTemplates.setLabelText("Use custom templates (for custom file generation)");
          
           preferRawCompositeIds = new SelectionButtonDialogField(SWT.CHECK);
           preferRawCompositeIds.setLabelText("Generate basic typed composite ids");
  
  
  



More information about the jboss-cvs-commits mailing list