Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Tessier2015-01-22 13:57:01 +0000
committerGerrit Code Review @ Eclipse.org2015-01-22 13:57:01 +0000
commit7f5199795643a8b590c102ebc8cffc80276a0bb2 (patch)
tree58303590ce09399f361e317f64613a3ddb6776b5 /plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.parametric/.classpath
parent8e0e1b8761a9790cd4c54d5d4cd2fd24c6931cfc (diff)
parent223f7c5746ec20342655bbbfcf02873f964c3711 (diff)
downloadorg.eclipse.papyrus-7f5199795643a8b590c102ebc8cffc80276a0bb2.tar.gz
org.eclipse.papyrus-7f5199795643a8b590c102ebc8cffc80276a0bb2.tar.xz
org.eclipse.papyrus-7f5199795643a8b590c102ebc8cffc80276a0bb2.zip
Merge "Bug 440082 - [SysML] Support for SysML 1.4 - init parametric and internal block diagram - unify BDD,IBD and parametric with the same conventions (diagram name, palette name)"
Diffstat (limited to 'plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.parametric/.classpath')
-rw-r--r--plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.parametric/.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.parametric/.classpath b/plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.parametric/.classpath
new file mode 100644
index 00000000000..ad32c83a788
--- /dev/null
+++ b/plugins/sysml/sysml14/org.eclipse.papyrus.sysml14.diagram.parametric/.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