Skip to main content
summaryrefslogtreecommitdiffstats
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.eclipselink.core
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.eclipselink.core')
-rw-r--r--common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath6
-rw-r--r--common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF8
2 files changed, 11 insertions, 3 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath b/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath
index 8f257414e6..ef7cc06313 100644
--- a/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath
+++ b/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath
@@ -3,6 +3,10 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="property_files"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
+ <accessrules>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/common/utility/**"/>
+ </accessrules>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF b/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF
index 3310d95d93..4530770e8c 100644
--- a/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF
+++ b/common/plugins/org.eclipse.jpt.common.eclipselink.core/META-INF/MANIFEST.MF
@@ -14,5 +14,9 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
org.eclipse.jpt.common.utility;bundle-version="[2.0.0,3.0.0)",
org.eclipse.jst.common.project.facet.core;bundle-version="[1.4.200,2.0.0)"
Export-Package: org.eclipse.jpt.common.eclipselink.core,
- org.eclipse.jpt.common.eclipselink.core.internal;x-friends:="org.eclipse.jpt.jpa.eclipselink.core",
- org.eclipse.jpt.common.eclipselink.core.internal.libval;x-friends:="org.eclipse.jpt.jpa.eclipselink.core"
+ org.eclipse.jpt.common.eclipselink.core.internal;
+ x-friends:="org.eclipse.jpt.jpa.eclipselink.core,
+ org.eclipse.jpt.jaxb.eclipselink.core",
+ org.eclipse.jpt.common.eclipselink.core.internal.libval;
+ x-friends:="org.eclipse.jpt.jpa.eclipselink.core,
+ org.eclipse.jpt.jaxb.eclipselink.core"

Back to the top