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

Max Rydahl Andersen mandersen at jboss.com
Sun Feb 25 07:29:32 EST 2007


  User: mandersen
  Date: 07/02/25 07:29:32

  Modified:    seam-gen/hibernatetools  hibernate-console.launch
  Log:
  JBSEAM-926 hibernate console launch config does not work on linux
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/seam-gen/hibernatetools/hibernate-console.launch
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hibernate-console.launch
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/hibernatetools/hibernate-console.launch,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hibernate-console.launch	23 Feb 2007 16:08:29 -0000	1.1
  +++ hibernate-console.launch	25 Feb 2007 12:29:32 -0000	1.2
  @@ -2,6 +2,6 @@
   <!-- 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.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