aboutsummaryrefslogtreecommitdiffstats
path: root/Domains/crossingScenario/.classpath
diff options
context:
space:
mode:
authorLibravatar Aren Babikian <aren.babikian@mail.mcgill.ca>2021-02-03 02:35:39 +0100
committerLibravatar Aren Babikian <aren.babikian@mail.mcgill.ca>2021-02-03 02:35:39 +0100
commit14afb998045e508b07633ea63c72b582084f8c4c (patch)
tree9c03bcfce180a950adb26ed0ec0bcc5c45fdfaec /Domains/crossingScenario/.classpath
parentfix derived feature handling + impove dreal calling (diff)
downloadVIATRA-Generator-14afb998045e508b07633ea63c72b582084f8c4c.tar.gz
VIATRA-Generator-14afb998045e508b07633ea63c72b582084f8c4c.tar.zst
VIATRA-Generator-14afb998045e508b07633ea63c72b582084f8c4c.zip
major changes to CS case study, working example, few issues, major assumptions
Diffstat (limited to 'Domains/crossingScenario/.classpath')
-rw-r--r--Domains/crossingScenario/.classpath7
1 files changed, 6 insertions, 1 deletions
diff --git a/Domains/crossingScenario/.classpath b/Domains/crossingScenario/.classpath
index 5bc9ff04..b657c1bb 100644
--- a/Domains/crossingScenario/.classpath
+++ b/Domains/crossingScenario/.classpath
@@ -1,7 +1,12 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<classpath> 2<classpath>
3 <classpathentry kind="src" path="ecore-gen"/> 3 <classpathentry kind="src" path="ecore-gen"/>
4 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 4 <classpathentry kind="src" path="src-gen"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
6 <attributes>
7 <attribute name="module" value="true"/>
8 </attributes>
9 </classpathentry>
5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 10 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6 <classpathentry kind="src" path="src"/> 11 <classpathentry kind="src" path="src"/>
7 <classpathentry kind="output" path="bin"/> 12 <classpathentry kind="output" path="bin"/>