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

Max Rydahl Andersen mandersen at jboss.com
Mon Nov 27 10:30:18 EST 2006


  User: mandersen
  Date: 06/11/27 10:30:18

  Modified:    hibernatetools/plugins/org.hibernate.eclipse  
                        build.properties .classpath
  Log:
  Reverse engineering is now using the underlying configuration more consistently - allow 100% persistence.xml based configuration.
  
  Revision  Changes    Path
  1.11      +2 -1      jbosside/hibernatetools/plugins/org.hibernate.eclipse/build.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/build.properties,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.properties	17 Nov 2006 21:15:15 -0000	1.10
  +++ build.properties	27 Nov 2006 15:30:18 -0000	1.11
  @@ -7,7 +7,8 @@
                  lib/hibernate/ehcache-1.1.jar,\
                  lib/tools/bsh-2.0b1.jar,\
                  lib/tools/jtidy-r8-20060801.jar,\
  -               lib/annotations/hibernate-entitymanager.jar
  +               lib/annotations/hibernate-entitymanager.jar,\
  +               lib/hibernate/javassist.jar
   jars.compile.order = org.hibernate.eclipse.jar
   source.org.hibernate.eclipse.jar = src/
   output.org.hibernate.eclipse.jar = bin/
  
  
  
  1.40      +4 -3      jbosside/hibernatetools/plugins/org.hibernate.eclipse/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/.classpath,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- .classpath	17 Nov 2006 21:15:15 -0000	1.39
  +++ .classpath	27 Nov 2006 15:30:18 -0000	1.40
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="src"/>
  +	<classpathentry exported="true" kind="lib" path="lib/hibernate/javassist.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/annotations/hibernate-entitymanager.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/asm.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/asm-attrs.jar"/>
  @@ -22,9 +23,9 @@
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/oscache-2.1.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/proxool-0.8.3.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/swarmcache-1.0rc2.jar"/>
  -	<classpathentry exported="true" kind="lib" path="lib/tools/hibernate-tools.jar" />
  -	<classpathentry exported="true" kind="lib" path="lib/tools/freemarker.jar" />
  -	<classpathentry exported="true" kind="lib" path="lib/bsh-core-2.0b4.jar" />
  +	<classpathentry exported="true" kind="lib" path="lib/tools/hibernate-tools.jar" sourcepath="/hibernateext.tools-3.2"/>
  +	<classpathentry exported="true" kind="lib" path="lib/tools/freemarker.jar"/>
  +	<classpathentry exported="true" kind="lib" path="lib/bsh-core-2.0b4.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/annotations/ejb3-persistence.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/annotations/hibernate-annotations.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/cglib-2.1.3.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list