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

Max Rydahl Andersen mandersen at jboss.com
Fri Nov 17 16:15:15 EST 2006


  User: mandersen
  Date: 06/11/17 16:15:15

  Modified:    hibernatetools/plugins/org.hibernate.eclipse  
                        build.properties .classpath
  Log:
  expose entity-manager to user apps....
  
  Revision  Changes    Path
  1.10      +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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- build.properties	20 Oct 2006 12:00:44 -0000	1.9
  +++ build.properties	17 Nov 2006 21:15:15 -0000	1.10
  @@ -6,7 +6,8 @@
                  about.html,\
                  lib/hibernate/ehcache-1.1.jar,\
                  lib/tools/bsh-2.0b1.jar,\
  -               lib/tools/jtidy-r8-20060801.jar
  +               lib/tools/jtidy-r8-20060801.jar,\
  +               lib/annotations/hibernate-entitymanager.jar
   jars.compile.order = org.hibernate.eclipse.jar
   source.org.hibernate.eclipse.jar = src/
   output.org.hibernate.eclipse.jar = bin/
  
  
  
  1.39      +5 -4      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.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- .classpath	27 Oct 2006 13:35:27 -0000	1.38
  +++ .classpath	17 Nov 2006 21:15:15 -0000	1.39
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="src"/>
  +	<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"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/c3p0-0.9.0.jar"/>
  @@ -9,7 +10,7 @@
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/concurrent-1.3.2.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/connector.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/dom4j-1.6.1.jar"/>
  -	<classpathentry exported="true" sourcepath="/hibernate-3.2" kind="lib" path="lib/hibernate/hibernate3.jar"/>
  +	<classpathentry exported="true" kind="lib" path="lib/hibernate/hibernate3.jar" sourcepath="/hibernate-3.2"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/jboss-cache.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/jboss-common.jar"/>
   	<classpathentry exported="true" kind="lib" path="lib/hibernate/jboss-jmx.jar"/>
  @@ -21,9 +22,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" sourcepath="/hibernateext.tools" kind="lib" path="lib/tools/hibernate-tools.jar"/>
  -	<classpathentry exported="true" kind="lib" path="lib/tools/freemarker.jar"/>
  -	<classpathentry exported="true" sourcepath="C:/work/products/bsh/src" kind="lib" path="lib/bsh-core-2.0b4.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/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