Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmoore2011-06-27 18:42:59 +0000
committerkmoore2011-06-27 18:42:59 +0000
commit6d790c2b1f80868dc9c91e76c6c780ee2a656572 (patch)
tree9f77ea16e645a3110821711f15b3142db0520688
parent5448a95199e56d28d5575b06e767d3d4ed55a799 (diff)
downloadwebtools.dali-6d790c2b1f80868dc9c91e76c6c780ee2a656572.tar.gz
webtools.dali-6d790c2b1f80868dc9c91e76c6c780ee2a656572.tar.xz
webtools.dali-6d790c2b1f80868dc9c91e76c6c780ee2a656572.zip
forgot to export one of the new packages
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF b/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF
index 978ed02020..abe1d0eeb5 100644
--- a/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF
+++ b/common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF
@@ -34,6 +34,7 @@ Export-Package: org.eclipse.jpt.common.core,
org.eclipse.jpt.common.core.internal.libval;x-friends:="org.eclipse.jpt.jpa.core,org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.operations;x-friends:="org.eclipse.jpt.jpa.core,org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.resource;x-friends:="org.eclipse.jpt.jpa.core,org.eclipse.jpt.jaxb.core",
+ org.eclipse.jpt.common.core.internal.resource.java;x-friends:="org.eclipse.jpt.jpa.core,org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.resource.java.binary;x-friends:="org.eclipse.jpt.jpa.core,org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.resource.java.source;x-friends:="org.eclipse.jpt.jpa.core,org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.utility;

Back to the top