Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-02-25 20:46:36 +0000
committerpfullbright2011-02-25 20:46:36 +0000
commit5c2c8b97caca2250a85476095c6c9fa2be88f8a4 (patch)
treef366c4674d1c3347b846b9b230cc0c434eb94aa5 /jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/.classpath
parent80617f83784aa681fe4086db5ba05fdba32c2a05 (diff)
downloadwebtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.tar.gz
webtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.tar.xz
webtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.zip
added jaxb eclipselink core/ui plugins
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/.classpath')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/.classpath16
1 files changed, 16 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/.classpath b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/.classpath
new file mode 100644
index 0000000000..c365bee0b5
--- /dev/null
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/.classpath
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <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/common/eclipselink/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/common/utility/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/common/ui/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/jaxb/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/jaxb/eclipselink/core/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jpt/jaxb/ui/**"/>
+ </accessrules>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top