Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2010-12-21 20:08:52 +0000
committerpfullbright2010-12-21 20:08:52 +0000
commit6f6da5cb9ff586c8c2ed953102679ac0f0431404 (patch)
tree427f42b6d56aff2a1643d24e19c6367e06c05b4e /jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen
parent9a87af7fb733ba5b4d9eae37ca30b47b6256e4c2 (diff)
downloadwebtools.dali-6f6da5cb9ff586c8c2ed953102679ac0f0431404.tar.gz
webtools.dali-6f6da5cb9ff586c8c2ed953102679ac0f0431404.tar.xz
webtools.dali-6f6da5cb9ff586c8c2ed953102679ac0f0431404.zip
changed order of classpath entries so projects view didn't make me insane
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath
index 64c5e31b7a..304e86186a 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core.schemagen/.classpath
@@ -1,7 +1,7 @@
<?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"/>
- <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top