[jbosstools-commits] JBoss Tools SVN: r22794 - trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jun 14 13:10:55 EDT 2010


Author: dgolovin
Date: 2010-06-14 13:10:55 -0400 (Mon, 14 Jun 2010)
New Revision: 22794

Modified:
   trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/browse/JBIDE-6458 Sync org.hibernate.core/lib folder and Bundle-ClassPath attribute in plugin MANIFEST.MF

fix some issues reported by maven build

Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF	2010-06-14 16:46:15 UTC (rev 22793)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse/META-INF/MANIFEST.MF	2010-06-14 17:10:55 UTC (rev 22794)
@@ -6,7 +6,6 @@
 Bundle-ClassPath: org.hibernate.eclipse.jar,
  lib/hibernate/asm.jar,
  lib/hibernate/asm-attrs.jar,
- lib/hibernate/commons-collections-2.1.1.jar,
  lib/hibernate/commons-logging-1.0.4.jar,
  lib/hibernate/concurrent-1.3.2.jar,
  lib/hibernate/connector.jar,
@@ -23,12 +22,10 @@
  lib/hibernate/proxool-0.8.3.jar,
  lib/hibernate/swarmcache-1.0rc2.jar,
  lib/tools/hibernate-tools.jar,
- lib/tools/bsh-2.0b1.jar,
  lib/tools/freemarker.jar,
  lib/bsh-core-2.0b4.jar,
  lib/annotations/ejb3-persistence.jar,
  lib/annotations/hibernate-annotations.jar,
- lib/hibernate/cglib-2.1.3.jar,
  lib/hibernate/jgroups-2.2.8.jar,
  lib/hibernate/antlr-2.7.6.jar,
  lib/tools/jtidy-r8-20060801.jar,
@@ -38,14 +35,13 @@
  lib/hibernate/c3p0-0.9.1.jar,
  lib/annotations/hibernate-commons-annotations.jar,
  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/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
+ lib/hibernate/slf4j-log4j12-1.5.8.jar,
+ lib/hibernate/commons-collections-3.1.jar
 Bundle-Activator: org.hibernate.eclipse.HibernatePlugin
 Bundle-Vendor: %Bundle-Vendor.0
 Bundle-Localization: plugin



More information about the jbosstools-commits mailing list