Author: max.andersen(a)jboss.com
Date: 2010-02-05 08:19:59 -0500 (Fri, 05 Feb 2010)
New Revision: 20140
Modified:
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/build.properties
Log:
in branch for JBIDE-5706 work
Add new jars to MANIFEST.MF and build.properties + add new packages to exported packages
Modified:
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
---
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2010-02-05
12:56:43 UTC (rev 20139)
+++
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF 2010-02-05
13:19:59 UTC (rev 20140)
@@ -40,7 +40,12 @@
lib/annotations/hibernate-validator.jar,
lib/annotations/hibernate-search.jar,
lib/annotations/lucene-core-2.2.0.jar,
- lib/hibernate/log4j-1.2.15.jar
+ lib/hibernate/log4j-1.2.15.jar,
+ lib/hibernate/cglib-2.2.jar,
+ lib/hibernate/commons-collections-3.1.jar,
+ lib/hibernate/hibernate-jmx.jar,
+ lib/hibernate/slf4j-api-1.5.8.jar,
+ lib/hibernate/slf4j-log4j12-1.5.8.jar
Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
Bundle-Vendor: %Bundle-Vendor.0
Bundle-Localization: plugin
@@ -144,7 +149,9 @@
hbm,
javassist,
javassist.bytecode,
+ javassist.bytecode.analysis,
javassist.bytecode.annotation,
+ javassist.bytecode.stackmap,
javassist.compiler,
javassist.compiler.ast,
javassist.convert,
@@ -200,8 +207,17 @@
net.sf.ehcache.util,
net.sf.swarmcache,
org.apache.commons.collections,
+ org.apache.commons.collections.bag,
+ org.apache.commons.collections.bidimap,
+ org.apache.commons.collections.buffer,
+ org.apache.commons.collections.collection,
org.apache.commons.collections.comparators,
+ org.apache.commons.collections.functors,
org.apache.commons.collections.iterators,
+ org.apache.commons.collections.keyvalue,
+ org.apache.commons.collections.list,
+ org.apache.commons.collections.map,
+ org.apache.commons.collections.set,
org.apache.commons.logging,
org.apache.commons.logging.impl,
org.apache.log4j,
@@ -250,16 +266,21 @@
org.hibernate.annotations.common.reflection.java.generics,
org.hibernate.annotations.common.util,
org.hibernate.bytecode,
+ org.hibernate.bytecode.buildtime,
org.hibernate.bytecode.cglib,
org.hibernate.bytecode.javassist,
org.hibernate.bytecode.util,
org.hibernate.cache,
+ org.hibernate.cache.access,
org.hibernate.cache.entry,
+ org.hibernate.cache.impl,
+ org.hibernate.cache.impl.bridge,
org.hibernate.cfg,
org.hibernate.cfg.annotations,
org.hibernate.cfg.annotations.reflection,
org.hibernate.cfg.reveng,
org.hibernate.cfg.reveng.dialect,
+ org.hibernate.cfg.search,
org.hibernate.classic,
org.hibernate.collection,
org.hibernate.connection,
@@ -272,7 +293,9 @@
org.hibernate.dialect,
org.hibernate.dialect.function,
org.hibernate.dialect.lock,
+ org.hibernate.dialect.resolver,
org.hibernate.eclipse,
+ org.hibernate.eclipse.launch,
org.hibernate.eclipse.logging,
org.hibernate.eclipse.logging.xpl,
org.hibernate.ejb,
@@ -362,14 +385,20 @@
org.jboss,
org.jboss.cache,
org.jboss.cache.aop,
+ org.jboss.cache.aop.annotation,
org.jboss.cache.aop.collection,
+ org.jboss.cache.aop.eviction,
+ org.jboss.cache.aop.interceptors,
+ org.jboss.cache.aop.references,
org.jboss.cache.aop.util,
+ org.jboss.cache.buddyreplication,
org.jboss.cache.config,
org.jboss.cache.eviction,
org.jboss.cache.factories,
org.jboss.cache.interceptors,
org.jboss.cache.loader,
org.jboss.cache.loader.bdbje,
+ org.jboss.cache.loader.jdbm,
org.jboss.cache.loader.rmi,
org.jboss.cache.loader.tcp,
org.jboss.cache.lock,
@@ -480,6 +509,7 @@
org.objectweb.asm.attrs,
org.slf4j,
org.slf4j.helpers,
+ org.slf4j.impl,
org.slf4j.spi,
org.w3c.tidy,
org.w3c.tidy.ant,
Modified:
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/build.properties
===================================================================
---
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2010-02-05
12:56:43 UTC (rev 20139)
+++
branches/hibernatetools-switch-to-hibernate-core-3.3/hibernatetools/plugins/org.hibernate.eclipse/build.properties 2010-02-05
13:19:59 UTC (rev 20140)
@@ -19,7 +19,10 @@
about.mappings,\
about.properties,\
hibernate_icon.gif,\
- plugin.properties
+ plugin.properties,\
+ lib/hibernate/cglib-2.2.jar,\
+ lib/hibernate/commons-collections-3.1.jar,\
+ lib/hibernate/hibernate-jmx.jar
jars.compile.order = org.hibernate.eclipse.jar
source.org.hibernate.eclipse.jar = src/
output.org.hibernate.eclipse.jar = bin/