Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-07-07 08:27:30 +0000
committerEike Stepper2013-07-07 08:27:30 +0000
commit05abfe6901ee778f7d9456b4988f226ab4f0d118 (patch)
tree4cd0670fe3effe68f66ddddc070a7f5b0c63ac57 /plugins/org.eclipse.emf.cdo.security.edit
parent8522c67a08d061c17d1d8fb34dff479e1b445e8c (diff)
downloadcdo-05abfe6901ee778f7d9456b4988f226ab4f0d118.tar.gz
cdo-05abfe6901ee778f7d9456b4988f226ab4f0d118.tar.xz
cdo-05abfe6901ee778f7d9456b4988f226ab4f0d118.zip
Fix classpath order
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.security.edit')
-rw-r--r--plugins/org.eclipse.emf.cdo.security.edit/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.security.edit/.classpath b/plugins/org.eclipse.emf.cdo.security.edit/.classpath
index 304e86186a..64c5e31b7a 100644
--- a/plugins/org.eclipse.emf.cdo.security.edit/.classpath
+++ b/plugins/org.eclipse.emf.cdo.security.edit/.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