Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.jpa.gen.tests/.classpath')
-rw-r--r--jpa/tests/org.eclipse.jpt.jpa.gen.tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa/tests/org.eclipse.jpt.jpa.gen.tests/.classpath b/jpa/tests/org.eclipse.jpt.jpa.gen.tests/.classpath
index 482a6d9aa6..a6a514e2d3 100644
--- a/jpa/tests/org.eclipse.jpt.jpa.gen.tests/.classpath
+++ b/jpa/tests/org.eclipse.jpt.jpa.gen.tests/.classpath
@@ -4,7 +4,7 @@
<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="accessible" pattern="org/eclipse/jpt/gen/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/jpa/gen/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="output" path="bin"/>

Back to the top