Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2010-09-28 20:31:32 +0000
committerpfullbright2010-09-28 20:31:32 +0000
commitd735ff30d68aa292fe7a2333da50bd7198327e9d (patch)
tree93d94b224a3ad24065ddee7812c71fca30da3078 /jaxb/plugins/org.eclipse.jpt.jaxb.core/.classpath
parent5eaa331fbbe4156ba053851288c95780f923aebd (diff)
downloadwebtools.dali-d735ff30d68aa292fe7a2333da50bd7198327e9d.tar.gz
webtools.dali-d735ff30d68aa292fe7a2333da50bd7198327e9d.tar.xz
webtools.dali-d735ff30d68aa292fe7a2333da50bd7198327e9d.zip
jaxb core initial impl
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.core/.classpath')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/.classpath13
1 files changed, 13 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/.classpath b/jaxb/plugins/org.eclipse.jpt.jaxb.core/.classpath
new file mode 100644
index 0000000000..5ee7c76127
--- /dev/null
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/.classpath
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="property_files"/>
+ <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/wst/**"/>
+ <accessrule kind="accessible" pattern="org/eclipse/jst/**"/>
+ </accessrules>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top