Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcdumoulin2010-05-19 20:08:38 +0000
committercdumoulin2010-05-19 20:08:38 +0000
commitf6b114a9e89ac49f22fb8cf8267a45a8235704ce (patch)
tree4d565d1d4c35066807f3ef59fba5a98c00100aaa /plugins/core/org.eclipse.papyrus.service.creation/.classpath
parent975361778f7b964df8a229c7b7ea14f4badaeab3 (diff)
downloadorg.eclipse.papyrus-f6b114a9e89ac49f22fb8cf8267a45a8235704ce.tar.gz
org.eclipse.papyrus-f6b114a9e89ac49f22fb8cf8267a45a8235704ce.tar.xz
org.eclipse.papyrus-f6b114a9e89ac49f22fb8cf8267a45a8235704ce.zip
ASSIGNED - bug 313302: [Control Mode] Need a model for history
https://bugs.eclipse.org/bugs/show_bug.cgi?id=313302 First release with fake methods
Diffstat (limited to 'plugins/core/org.eclipse.papyrus.service.creation/.classpath')
-rw-r--r--plugins/core/org.eclipse.papyrus.service.creation/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/core/org.eclipse.papyrus.service.creation/.classpath b/plugins/core/org.eclipse.papyrus.service.creation/.classpath
new file mode 100644
index 00000000000..2d1a4302f04
--- /dev/null
+++ b/plugins/core/org.eclipse.papyrus.service.creation/.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