Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorbvosburgh2012-02-10 20:40:31 +0000
committerbvosburgh2012-02-10 20:40:31 +0000
commitfe166f83246725ffd13f370ca381c684c9aa1d4b (patch)
treea41b36fb80659fca55a2b4e1ac15dedd1b71bf4b /common
parentcf023762f0f0c98b66ff8a672b7a7cf89c76aa97 (diff)
downloadwebtools.dali-fe166f83246725ffd13f370ca381c684c9aa1d4b.tar.gz
webtools.dali-fe166f83246725ffd13f370ca381c684c9aa1d4b.tar.xz
webtools.dali-fe166f83246725ffd13f370ca381c684c9aa1d4b.zip
tweak non-UI plug-in classpaths
Diffstat (limited to 'common')
-rw-r--r--common/plugins/org.eclipse.jpt.common.core/.classpath1
-rw-r--r--common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath4
2 files changed, 5 insertions, 0 deletions
diff --git a/common/plugins/org.eclipse.jpt.common.core/.classpath b/common/plugins/org.eclipse.jpt.common.core/.classpath
index 934fb38085..84e5b0b8a4 100644
--- a/common/plugins/org.eclipse.jpt.common.core/.classpath
+++ b/common/plugins/org.eclipse.jpt.common.core/.classpath
@@ -7,6 +7,7 @@
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/jst/**"/>
<accessrule kind="accessible" pattern="org/eclipse/wst/**"/>
+ <accessrule kind="nonaccessible" pattern="org/eclipse/jpt/common/utility/model/value/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="output" path="bin"/>
diff --git a/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath b/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath
index ef7cc06313..042690f1e1 100644
--- a/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath
+++ b/common/plugins/org.eclipse.jpt.common.eclipselink.core/.classpath
@@ -5,6 +5,10 @@
<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">
<accessrules>
+ <accessrule kind="nonaccessible" pattern="org/eclipse/jpt/common/utility/model/value/**"/>
+ <accessrule kind="nonaccessible" pattern="org/eclipse/jpt/common/utility/internal/model/listener/awt/**"/>
+ <accessrule kind="nonaccessible" pattern="org/eclipse/jpt/common/utility/internal/model/value/**"/>
+ <accessrule kind="nonaccessible" pattern="org/eclipse/jpt/common/utility/internal/swing/**"/>
<accessrule kind="accessible" pattern="org/eclipse/jpt/common/utility/**"/>
</accessrules>
</classpathentry>

Back to the top