Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-05-25 22:53:52 +0000
committerHenrik Rentz-Reichert2012-05-25 22:53:52 +0000
commit177965c4f54f156684783f313acb1ab2ca99d321 (patch)
tree30c84d7f52bcac87ec68c7beb50654d9af367cc0 /plugins/org.eclipse.etrice.abstractexec.behavior/.classpath
parent51ef62bc6f1d1d61e4ed2af2e14d81edcbf3274d (diff)
downloadorg.eclipse.etrice-177965c4f54f156684783f313acb1ab2ca99d321.tar.gz
org.eclipse.etrice-177965c4f54f156684783f313acb1ab2ca99d321.tar.xz
org.eclipse.etrice-177965c4f54f156684783f313acb1ab2ca99d321.zip
[core.room, core.room.ui, genmodel, abstractexec.behavior] validator and quickfix extension points and extension examples
preparations for abstract state machine execution
Diffstat (limited to 'plugins/org.eclipse.etrice.abstractexec.behavior/.classpath')
-rw-r--r--plugins/org.eclipse.etrice.abstractexec.behavior/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.abstractexec.behavior/.classpath b/plugins/org.eclipse.etrice.abstractexec.behavior/.classpath
new file mode 100644
index 000000000..8a8f1668c
--- /dev/null
+++ b/plugins/org.eclipse.etrice.abstractexec.behavior/.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/JavaSE-1.6"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top