Author: max.andersen(a)jboss.com
Date: 2007-08-03 13:53:24 -0400 (Fri, 03 Aug 2007)
New Revision: 2894
Added:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/c3p0-0.9.1.jar
Removed:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/c3p0-0.9.0.jar
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/ehcache-1.2.jar
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath
trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties
trunk/hibernatetools/plugins/org.hibernate.eclipse/hibernate-build.xml
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/hibernate3.jar
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/tools/freemarker.jar
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/tools/hibernate-tools.jar
Log:
updated dependencies
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath 2007-08-03 17:51:07 UTC
(rev 2893)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/.classpath 2007-08-03 17:53:24 UTC
(rev 2894)
@@ -3,7 +3,6 @@
<classpathentry kind="src" path="src"/>
<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"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/commons-collections-2.1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/commons-logging-1.0.4.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hibernate/concurrent-1.3.2.jar"/>
@@ -36,5 +35,6 @@
<classpathentry exported="true" kind="lib"
path="lib/hibernate/ehcache-1.2.3.jar"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="lib"
path="lib/hibernate/c3p0-0.9.1.jar"/>
<classpathentry kind="output" path="build/eclipse"/>
</classpath>
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2007-08-03
17:51:07 UTC (rev 2893)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2007-08-03
17:53:24 UTC (rev 2894)
@@ -2,11 +2,10 @@
Bundle-ManifestVersion: 2
Bundle-Name: Hibernate Core Plugin
Bundle-SymbolicName: org.hibernate.eclipse
-Bundle-Version: 3.2.0.beta9
+Bundle-Version: 3.2.0.beta10
Bundle-ClassPath: org.hibernate.eclipse.jar,
lib/hibernate/asm.jar,
lib/hibernate/asm-attrs.jar,
- lib/hibernate/c3p0-0.9.0.jar,
lib/hibernate/commons-collections-2.1.1.jar,
lib/hibernate/commons-logging-1.0.4.jar,
lib/hibernate/concurrent-1.3.2.jar,
@@ -37,7 +36,8 @@
lib/tools/jtidy-r8-20060801.jar,
lib/annotations/hibernate-entitymanager.jar,
lib/hibernate/javassist.jar,
- lib/hibernate/ehcache-1.2.3.jar
+ lib/hibernate/ehcache-1.2.3.jar,
+ lib/hibernate/c3p0-0.9.1.jar
Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
Bundle-Vendor: Hibernate Team
Bundle-Localization: plugin
@@ -64,28 +64,37 @@
com.mchange.v1.db.sql,
com.mchange.v1.identicator,
com.mchange.v1.io,
+ com.mchange.v1.lang,
com.mchange.v1.util,
+ com.mchange.v1.xml,
com.mchange.v2,
com.mchange.v2.async,
com.mchange.v2.beans,
com.mchange.v2.c3p0,
+ com.mchange.v2.c3p0.cfg,
com.mchange.v2.c3p0.filter,
com.mchange.v2.c3p0.impl,
+ com.mchange.v2.c3p0.jboss,
+ com.mchange.v2.c3p0.management,
com.mchange.v2.c3p0.mbean,
com.mchange.v2.c3p0.stmt,
com.mchange.v2.c3p0.subst,
com.mchange.v2.c3p0.util,
com.mchange.v2.cfg,
+ com.mchange.v2.cfg.junit,
com.mchange.v2.coalesce,
com.mchange.v2.codegen,
com.mchange.v2.codegen.bean,
com.mchange.v2.codegen.intfc,
com.mchange.v2.debug,
+ com.mchange.v2.encounter,
com.mchange.v2.holders,
+ com.mchange.v2.io,
com.mchange.v2.lang,
com.mchange.v2.log,
com.mchange.v2.log.jdk14logging,
com.mchange.v2.log.log4j,
+ com.mchange.v2.management,
com.mchange.v2.naming,
com.mchange.v2.resourcepool,
com.mchange.v2.ser,
@@ -277,6 +286,7 @@
org.hibernate.ejb.transaction,
org.hibernate.ejb.util,
org.hibernate.engine,
+ org.hibernate.engine.loading,
org.hibernate.engine.query,
org.hibernate.engine.query.sql,
org.hibernate.engine.transaction,
@@ -291,6 +301,7 @@
org.hibernate.hql.ast.util,
org.hibernate.hql.classic,
org.hibernate.id,
+ org.hibernate.id.enhanced,
org.hibernate.id.insert,
org.hibernate.impl,
org.hibernate.intercept,
@@ -346,7 +357,6 @@
org.hibernate.tool.hbm2x,
org.hibernate.tool.hbm2x.doc,
org.hibernate.tool.hbm2x.pojo,
- org.hibernate.tool.hbm2x.seam,
org.hibernate.tool.hbm2x.visitor,
org.hibernate.tool.hbmlint,
org.hibernate.tool.hbmlint.detector,
@@ -489,8 +499,7 @@
org.objectweb.asm.attrs,
org.w3c.tidy,
org.w3c.tidy.ant,
- pojo,
- seam
+ pojo
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.console,
org.eclipse.jface
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2007-08-03
17:51:07 UTC (rev 2893)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2007-08-03
17:53:24 UTC (rev 2894)
@@ -8,7 +8,8 @@
lib/tools/jtidy-r8-20060801.jar,\
lib/annotations/hibernate-entitymanager.jar,\
lib/hibernate/javassist.jar,\
- lib/hibernate/ehcache-1.2.3.jar
+ lib/hibernate/ehcache-1.2.3.jar,\
+ lib/hibernate/c3p0-0.9.1.jar
jars.compile.order = org.hibernate.eclipse.jar
source.org.hibernate.eclipse.jar = src/
output.org.hibernate.eclipse.jar = bin/
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/hibernate-build.xml
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/hibernate-build.xml 2007-08-03
17:51:07 UTC (rev 2893)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/hibernate-build.xml 2007-08-03
17:53:24 UTC (rev 2894)
@@ -5,7 +5,7 @@
<project name="org.hibernate.eclipse" basedir="."
default="update">
- <property name="hibernate.root"
location="../../../../../hibernate/branch_3_2"/>
+ <property name="hibernate.root"
location="/home/max/work/os/hibernate/branches/Branch_3_2"/>
<available file="${hibernate.root}"
property="hibernate.root.exists"/>
<fail unless="hibernate.root.exists">hibernate.root needs to be set to
the root of the hibernate svn checkout. Currently it is ${hibernate.root} which does not
exist.</fail>
Deleted: trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/c3p0-0.9.0.jar
===================================================================
(Binary files differ)
Added: trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/c3p0-0.9.1.jar
===================================================================
(Binary files differ)
Property changes on:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/c3p0-0.9.1.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Deleted: trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/ehcache-1.2.jar
===================================================================
(Binary files differ)
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/hibernate/hibernate3.jar
===================================================================
(Binary files differ)
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/tools/freemarker.jar
===================================================================
(Binary files differ)
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse/lib/tools/hibernate-tools.jar
===================================================================
(Binary files differ)