Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdumoulin2011-04-05 15:39:01 +0000
committercdumoulin2011-04-05 15:39:01 +0000
commit27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0 (patch)
tree889f8c11c44aab0031a624ea3e9644d57e1f7d30 /examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.classpath
parentfdad00710503588856cb422821eff9388a7e27d1 (diff)
downloadorg.eclipse.papyrus-27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0.tar.gz
org.eclipse.papyrus-27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0.tar.xz
org.eclipse.papyrus-27925048d0dc96e5de7b9156d1c1bb51a3ee4fb0.zip
ASSIGNED - bug 341927: [refactoring] Move extraplugins/core.example/* --> examples/core/*
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341927
Diffstat (limited to 'examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.classpath')
-rw-r--r--examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.classpath b/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.classpath
new file mode 100644
index 00000000000..2d1a4302f04
--- /dev/null
+++ b/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/.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