Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2012-11-15 08:12:20 +0000
committerEike Stepper2012-11-15 08:12:20 +0000
commit05b67883b1487f8ae826a96f5f27b03e78f0482f (patch)
tree5f7a6b0083190776d63cb36f2390b89b62910364 /plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath
parente3fe8b432c546d6392eafee661825bd04be19c1c (diff)
downloadcdo-05b67883b1487f8ae826a96f5f27b03e78f0482f.tar.gz
cdo-05b67883b1487f8ae826a96f5f27b03e78f0482f.tar.xz
cdo-05b67883b1487f8ae826a96f5f27b03e78f0482f.zip
Fix Teneo access rstriction warnings
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath b/plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath
index 64c5e31b7a..c05dc0b082 100644
--- a/plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath
+++ b/plugins/org.eclipse.emf.cdo.server.hibernate.teneo/.classpath
@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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/emf/teneo/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/emf/teneo/annotations/pamodel/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/emf/teneo/hibernate/mapper/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/emf/teneo/simpledom/**"/>
+ </accessrules>
+ </classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top