aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath
diff options
context:
space:
mode:
authorLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-06 16:13:02 -0400
committerLibravatar ArenBabikian <aren.babikian@mail.mcgill.ca>2020-05-06 16:13:02 -0400
commit23358f567ac0fa37868c7d85a0b715c24c788b63 (patch)
tree863d760cfdbc040011e5f1a67eb722975094e938 /Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath
parentPS language update (diff)
downloadVIATRA-Generator-23358f567ac0fa37868c7d85a0b715c24c788b63.tar.gz
VIATRA-Generator-23358f567ac0fa37868c7d85a0b715c24c788b63.tar.zst
VIATRA-Generator-23358f567ac0fa37868c7d85a0b715c24c788b63.zip
Adjust classpath for Z3 in viatra2logic
Diffstat (limited to 'Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath')
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath b/Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath
index ea427d90..a2655410 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath
+++ b/Framework/hu.bme.mit.inf.dslreasoner.viatra2logic/.classpath
@@ -5,6 +5,6 @@
5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 5 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6 <classpathentry kind="src" path="src"/> 6 <classpathentry kind="src" path="src"/>
7 <classpathentry kind="src" path="xtend-gen"/> 7 <classpathentry kind="src" path="xtend-gen"/>
8 <classpathentry kind="lib" path="C:/Applications/z3-4.8.7-x64-win/bin/com.microsoft.z3.jar"/> 8 <classpathentry kind="lib" path="lib/com.microsoft.z3.jar"/>
9 <classpathentry kind="output" path="bin"/> 9 <classpathentry kind="output" path="bin"/>
10</classpath> 10</classpath>