Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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