Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-11-12 07:33:40 +0000
committerEike Stepper2013-11-12 07:33:40 +0000
commit6f0ba0859f7cd8944e3f9a2c5d110f8d7eda4af9 (patch)
tree2e601d7f44acbc782b0979218c4b228785c4d694 /plugins/org.eclipse.emf.cdo.releng.setup.installer.editor/.classpath
parent52f55a34c94c969633402b25788f748bc90e42e3 (diff)
downloadcdo-6f0ba0859f7cd8944e3f9a2c5d110f8d7eda4af9.tar.gz
cdo-6f0ba0859f7cd8944e3f9a2c5d110f8d7eda4af9.tar.xz
cdo-6f0ba0859f7cd8944e3f9a2c5d110f8d7eda4af9.zip
Improve setup related models (Installer)
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.setup.installer.editor/.classpath')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.setup.installer.editor/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.setup.installer.editor/.classpath b/plugins/org.eclipse.emf.cdo.releng.setup.installer.editor/.classpath
new file mode 100644
index 0000000000..64c5e31b7a
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.releng.setup.installer.editor/.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