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

Max Rydahl Andersen mandersen at jboss.com
Fri Nov 17 14:57:31 EST 2006


  User: mandersen
  Date: 06/11/17 14:57:31

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console 
                        plugin.xml
  Log:
  HBX-827 + JBIDE-391 New projects given a console configuration don't persist before the workbench exits (or crashes)
  + dot.executable property in doc exporter
  
  Revision  Changes    Path
  1.58      +7 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: plugin.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/plugin.xml,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -b -r1.57 -r1.58
  --- plugin.xml	21 Sep 2006 22:58:37 -0000	1.57
  +++ plugin.xml	17 Nov 2006 19:57:31 -0000	1.58
  @@ -405,7 +405,13 @@
               classname="org.hibernate.tool.hbm2x.DocExporter"
               description="Schema Documentation (.html)"
               icon="icons/images/schema.gif"
  -            id="org.hibernate.tools.hbm2doc"/>
  +            id="org.hibernate.tools.hbm2doc">
  +         <property
  +               description="executable to run GraphViz"
  +               name="dot.executable"
  +               type="string"
  +               value="dot.exe"/>
  +      </exporter>
         <exporter
               classname="org.hibernate.tool.hbm2x.seam.SeamExporter"
               description="JBoss Seam Skeleton App [beta] (misc)"
  
  
  



More information about the jboss-cvs-commits mailing list