Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2015-01-26 06:03:39 +0000
committerEike Stepper2015-02-18 14:38:56 +0000
commita755c047828d98082e1d50282743ac1c199ec347 (patch)
tree09441d5f1921c05212b6f551488e6c35cc1fc4ff /plugins/org.eclipse.emf.cdo.explorer.ui/.classpath
parent6e522e2217055ea54156021b4fd79efd5ce7904f (diff)
downloadcdo-a755c047828d98082e1d50282743ac1c199ec347.tar.gz
cdo-a755c047828d98082e1d50282743ac1c199ec347.tar.xz
cdo-a755c047828d98082e1d50282743ac1c199ec347.zip
[458349] Consolidate UI
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=458349
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.explorer.ui/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.explorer.ui/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.explorer.ui/.classpath b/plugins/org.eclipse.emf.cdo.explorer.ui/.classpath
new file mode 100644
index 0000000000..64c5e31b7a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.explorer.ui/.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