Author: dgolovin
Date: 2008-08-14 17:12:19 -0400 (Thu, 14 Aug 2008)
New Revision: 9733
Modified:
trunk/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
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-2244
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 2008-08-14
18:44:04 UTC (rev 9732)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/META-INF/MANIFEST.MF 2008-08-14
21:12:19 UTC (rev 9733)
@@ -15,5 +15,7 @@
org.eclipse.wst.common.project.facet.core;bundle-version="1.3.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Hibernate Team
+Export-Package: org.jboss.tools.hibernate.jpt.core.internal,
+ org.jboss.tools.hibernate.jpt.core.internal.context
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 2008-08-14
18:44:04 UTC (rev 9732)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/META-INF/MANIFEST.MF 2008-08-14
21:12:19 UTC (rev 9733)
@@ -25,3 +25,6 @@
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Hibernate Team
+Export-Package: org.jboss.tools.hibernate.jpt.ui,
+ org.jboss.tools.hibernate.jpt.ui.internal.platform,
+ org.jboss.tools.hibernate.jpt.ui.wizard
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/build.properties
===================================================================
---
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/build.properties 2008-08-14
18:44:04 UTC (rev 9732)
+++
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.ui/build.properties 2008-08-14
21:12:19 UTC (rev 9733)
@@ -1,4 +1,5 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
- .
+ .,\
+ plugin.xml