[jboss-cvs] jboss-seam/seam-gen/hibernatetools ...

Max Rydahl Andersen mandersen at jboss.com
Fri Feb 23 11:08:29 EST 2007


  User: mandersen
  Date: 07/02/23 11:08:29

  Added:       seam-gen/hibernatetools   hibernate-console.properties
                        hibernate-console.launch
  Log:
  better JBSEAM-648 
  
  Revision  Changes    Path
  1.1      date: 2007/02/23 16:08:29;  author: mandersen;  state: Exp;jboss-seam/seam-gen/hibernatetools/hibernate-console.properties
  
  Index: hibernate-console.properties
  ===================================================================
  #File used by hibernate tools to override <datasource> in persistence.xml
  hibernate.connection.password=@password@
  hibernate.connection.username=@username@
  hibernate.connection.driver_class=@driverClass@
  hibernate.dialect=@hibernate.dialect@
  hibernate.connection.url=@jdbcUrl@
  
  
  hibernate.connection.provider_class org.hibernate.connection.DriverManagerConnectionProvider
  hibernate.datasource=
  
  
  1.1      date: 2007/02/23 16:08:29;  author: mandersen;  state: Exp;jboss-seam/seam-gen/hibernatetools/hibernate-console.launch
  
  Index: hibernate-console.launch
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!-- Hibernate Console launch configuration -->
  <launchConfiguration type="org.hibernate.eclipse.launch.ConsoleConfigurationLaunchConfigurationType">
  <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="@projectName@"/>
  <stringAttribute key="org.hibernate.eclipse.launch.PROPERTY_FILE" value="\@projectName@\hibernate-console.properties"/>
  <stringAttribute key="org.hibernate.eclipse.launch.CONFIGURATION_FACTORY" value="JPA"/>
  </launchConfiguration>
  
  
  



More information about the jboss-cvs-commits mailing list