Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2010-09-28 20:48:56 +0000
committerpfullbright2010-09-28 20:48:56 +0000
commite49a4c74a203d297f3e8dbd92458549581085cf7 (patch)
treedd3430f5adcbb7616b9ef82f27ebc1435b8bd8e7 /jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath
parentd735ff30d68aa292fe7a2333da50bd7198327e9d (diff)
downloadwebtools.dali-e49a4c74a203d297f3e8dbd92458549581085cf7.tar.gz
webtools.dali-e49a4c74a203d297f3e8dbd92458549581085cf7.tar.xz
webtools.dali-e49a4c74a203d297f3e8dbd92458549581085cf7.zip
moved to jaxb component
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath
new file mode 100644
index 0000000000..64c5e31b7a
--- /dev/null
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath
@@ -0,0 +1,7 @@
+<?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="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top