[jbosstools-commits] JBoss Tools SVN: r42713 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jul 25 10:39:37 EDT 2012


Author: dgeraskov
Date: 2012-07-25 10:39:37 -0400 (Wed, 25 Jul 2012)
New Revision: 42713

Modified:
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
Log:
https://issues.jboss.org/browse/JBIDE-12215
Fix missed dependency

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF	2012-07-25 13:27:14 UTC (rev 42712)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF	2012-07-25 14:39:37 UTC (rev 42713)
@@ -22,7 +22,8 @@
  org.eclipse.jst.j2ee;bundle-version="1.1.500",
  org.eclipse.persistence.jpa.jpql;bundle-version="1.0.0",
  org.eclipse.jst.j2ee.core;bundle-version="1.2.100",
- org.hibernate.eclipse.libs;bundle-version="3.4.0"
+ org.hibernate.eclipse.libs;bundle-version="3.4.0",
+ org.eclipse.datatools.connectivity;bundle-version="1.2.5"
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: %Bundle-Vendor.0
 Export-Package: org.jboss.tools.hibernate.jpt.core.internal,



More information about the jbosstools-commits mailing list