Author: dgeraskov
Date: 2010-05-26 05:49:07 -0400 (Wed, 26 May 2010)
New Revision: 22322
Modified:
branches/3.2.helios/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF
Log:
Restrict required jpt libraries version.
Modified:
branches/3.2.helios/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF
===================================================================
---
branches/3.2.helios/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF 2010-05-26
08:18:33 UTC (rev 22321)
+++
branches/3.2.helios/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF 2010-05-26
09:49:07 UTC (rev 22322)
@@ -14,9 +14,9 @@
org.eclipse.jdt.core,
org.eclipse.wst.common.project.facet.core,
org.eclipse.jst.common.project.facet.core,
- org.eclipse.jpt.core,
org.eclipse.jpt.utility,
- org.eclipse.jpt.db
+ org.eclipse.jpt.db,
+ org.eclipse.jpt.core;bundle-version="[2.3.0,2.3.1)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %Bundle-Vendor.0
Export-Package: org.jboss.tools.hibernate.jpt.core.internal,
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF
===================================================================
---
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF 2010-05-26
08:18:33 UTC (rev 22321)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF 2010-05-26
09:49:07 UTC (rev 22322)
@@ -16,8 +16,8 @@
org.eclipse.ui.forms,
org.jboss.tools.hibernate.jpt.core,
org.eclipse.ui.ide,
- org.eclipse.jpt.core,
- org.eclipse.jpt.ui,
+ org.eclipse.jpt.core;bundle-version="[2.3.0,2.3.1)",
+ org.eclipse.jpt.ui;bundle-version="[2.3.0,2.3.1)",
org.eclipse.jpt.utility,
org.eclipse.jpt.db;bundle-version="1.2.100",
org.eclipse.ui.views.properties.tabbed;bundle-version="3.5.0"
Show replies by date