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

Max Rydahl Andersen mandersen at jboss.com
Thu Aug 10 03:01:51 EDT 2006


  User: mandersen
  Date: 06/08/10 03:01:51

  Modified:    hibernatetools/plugins/org.hibernate.eclipse.console 
                        plugin.xml
  Log:
  customizing properties for exporter
  
  Revision  Changes    Path
  1.54      +27 -2     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.53
  retrieving revision 1.54
  diff -u -b -r1.53 -r1.54
  --- plugin.xml	21 Jun 2006 22:03:26 -0000	1.53
  +++ plugin.xml	10 Aug 2006 07:01:51 -0000	1.54
  @@ -354,7 +354,18 @@
               classname="org.hibernate.tool.hbm2x.POJOExporter"
               description="Domain code (.java)"
               icon="icons/images/mapped_class.gif"
  -            id="org.hibernate.tools.hbm2java"/>
  +            id="org.hibernate.tools.hbm2java">
  +         <property
  +               description="Generate EJB3 annotations"
  +               name="ejb3"
  +               type="boolean"
  +               value="false"/>
  +         <property
  +               description="Generate Java 5 syntax"
  +               name="jdk5"
  +               type="boolean"
  +               value="false"/>
  +      </exporter>
         <exporter
               classname="org.hibernate.tool.hbm2x.HibernateMappingExporter"
               description="Hibernate XML Mappings (.hbm.xml)"
  @@ -364,7 +375,19 @@
               classname="org.hibernate.tool.hbm2x.DAOExporter"
               description="DAO code (.java)"
               icon="icons/hibernate_small_icon.gif"
  -            id="org.hibernate.tools.hbm2dao"/>
  +            id="org.hibernate.tools.hbm2dao">
  +         <property
  +               description="Generate EJB3 annotations"
  +               name="ejb3"
  +               type="boolean"
  +               value="false"/>
  +         <property
  +               description="Generate Java syntax"
  +               name="jdk5"
  +               type="boolean"
  +               value="false"/>
  +      </exporter>            
  +            
         <exporter
               classname="org.hibernate.tool.hbm2x.HibernateConfigurationExporter"
               description="Hibernate XML Configuration (.cfg.xml)"
  @@ -381,9 +404,11 @@
               icon="icons/hibernate_small_icon.gif"
               id="org.hibernate.tools.hbm2seam">
            <property
  +               description="Application name"
                  name="seam_appname"
                  value="Seam Application"/>
            <property
  +               description="Application short name"
                  name="seam_shortname"
                  value="seamapp"/>
         </exporter>
  
  
  



More information about the jboss-cvs-commits mailing list