Author: dgolovin
Date: 2009-10-16 13:16:33 -0400 (Fri, 16 Oct 2009)
New Revision: 18139
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
Log:
fix for continues build error
dependency version was fixed for hibernate.jpt.core plug-in form
org.eclipse.jpt.core;bundle-version="[2.2.0,2.2.1]" to \
org.eclipse.jpt.core;bundle-version="[2.2.0,2.2.2)". The problem was that 2.2.1]
means include 2.2.1 exactly but not 2.2.1.v************
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 2009-10-16
17:00:41 UTC (rev 18138)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF 2009-10-16
17:16:33 UTC (rev 18139)
@@ -13,7 +13,7 @@
org.eclipse.emf.ecore,
org.eclipse.jdt.core,
org.eclipse.wst.common.project.facet.core,
- org.eclipse.jpt.core;bundle-version="[2.2.0,2.2.1]",
+ org.eclipse.jpt.core;bundle-version="[2.2.0,2.2.2)",
org.eclipse.jpt.utility,
org.eclipse.jpt.db
Bundle-RequiredExecutionEnvironment: J2SE-1.5