Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbvosburgh2011-03-22 15:49:54 +0000
committerbvosburgh2011-03-22 15:49:54 +0000
commit2b9ba3e31b33b331aa001ee4efd5721cad0b62bb (patch)
tree273f7d8eacc86fba8b5712bbf601232d90d5b602 /common/plugins/org.eclipse.jpt.common.core/META-INF
parent94f754ccfddeed4302d55cdd9555cdd3d2e1c4c6 (diff)
downloadwebtools.dali-2b9ba3e31b33b331aa001ee4efd5721cad0b62bb.tar.gz
webtools.dali-2b9ba3e31b33b331aa001ee4efd5721cad0b62bb.tar.xz
webtools.dali-2b9ba3e31b33b331aa001ee4efd5721cad0b62bb.zip
more x-friend/access rules clean-up
Diffstat (limited to 'common/plugins/org.eclipse.jpt.common.core/META-INF')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/META-INF/MANIFEST.MF6
1 files changed, 2 insertions, 4 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 56ca77aebc..b09f0314cc 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
@@ -26,14 +26,14 @@ Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
org.eclipse.wst.common.frameworks;bundle-version="[1.1.200,2.0.0)",
org.eclipse.wst.common.project.facet.core;bundle-version="[1.3.0,2.0.0)",
org.eclipse.wst.validation;bundle-version="[1.2.0,2.0.0)"
+Dali-Comment: We friend 'utility' to all non-EclipseLink, non-test bundles
Export-Package: org.eclipse.jpt.common.core,
org.eclipse.jpt.common.core.internal;
x-friends:="org.eclipse.jpt.jpa.core,
org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.gen;
x-friends:="org.eclipse.jpt.jpa.core,
- org.eclipse.jpt.jaxb.core,
- org.eclipse.jpt.dbws.eclipselink.ui",
+ org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.libprov;
x-friends:="org.eclipse.jpt.jpa.core,
org.eclipse.jpt.jaxb.core",
@@ -48,8 +48,6 @@ Export-Package: org.eclipse.jpt.common.core,
org.eclipse.jpt.jaxb.core",
org.eclipse.jpt.common.core.internal.utility;
x-friends:="org.eclipse.jpt.common.ui,
- org.eclipse.jpt.common.eclipselink.core,
- org.eclipse.jpt.dbws.eclipselink.ui,
org.eclipse.jpt.jaxb.core,
org.eclipse.jpt.jaxb.ui,
org.eclipse.jpt.jpa.core,

Back to the top