aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers')
-rw-r--r--Solvers/SMT-Solver/com.microsoft.z3/.classpath10
-rw-r--r--Solvers/SMT-Solver/com.microsoft.z3/META-INF/MANIFEST.MF2
-rw-r--r--Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.logic2viatra/META-INF/MANIFEST.MF7
3 files changed, 9 insertions, 10 deletions
diff --git a/Solvers/SMT-Solver/com.microsoft.z3/.classpath b/Solvers/SMT-Solver/com.microsoft.z3/.classpath
index ffdc022a..759c2ecb 100644
--- a/Solvers/SMT-Solver/com.microsoft.z3/.classpath
+++ b/Solvers/SMT-Solver/com.microsoft.z3/.classpath
@@ -1,15 +1,15 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<classpath> 2<classpath>
3 <classpathentry exported="true" kind="lib" path="com.microsoft.z3.jar">
4 <attributes>
5 <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.microsoft.z3/lib"/>
6 </attributes>
7 </classpathentry>
8 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
9 <attributes> 4 <attributes>
10 <attribute name="module" value="true"/> 5 <attribute name="module" value="true"/>
11 </attributes> 6 </attributes>
12 </classpathentry> 7 </classpathentry>
13 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 8 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9 <classpathentry exported="true" kind="lib" path="com.microsoft.z3.jar">
10 <attributes>
11 <attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="com.microsoft.z3/lib"/>
12 </attributes>
13 </classpathentry>
14 <classpathentry kind="output" path="bin"/> 14 <classpathentry kind="output" path="bin"/>
15</classpath> 15</classpath>
diff --git a/Solvers/SMT-Solver/com.microsoft.z3/META-INF/MANIFEST.MF b/Solvers/SMT-Solver/com.microsoft.z3/META-INF/MANIFEST.MF
index d91e3272..9685b5ff 100644
--- a/Solvers/SMT-Solver/com.microsoft.z3/META-INF/MANIFEST.MF
+++ b/Solvers/SMT-Solver/com.microsoft.z3/META-INF/MANIFEST.MF
@@ -4,7 +4,6 @@ Bundle-Name: Z3
4Bundle-SymbolicName: com.microsoft.z3 4Bundle-SymbolicName: com.microsoft.z3
5Bundle-Version: 4.8.8.qualifier 5Bundle-Version: 4.8.8.qualifier
6Bundle-Vendor: Microsoft 6Bundle-Vendor: Microsoft
7Automatic-Module-Name: com.microsoft.z3
8Bundle-ClassPath: com.microsoft.z3.jar 7Bundle-ClassPath: com.microsoft.z3.jar
9Bundle-NativeCode: lib/libz3.so; 8Bundle-NativeCode: lib/libz3.so;
10 lib/libz3java.so; 9 lib/libz3java.so;
@@ -20,3 +19,4 @@ Bundle-NativeCode: lib/libz3.so;
20 processor=x86_64 19 processor=x86_64
21Export-Package: com.microsoft.z3, 20Export-Package: com.microsoft.z3,
22 com.microsoft.z3.enumerations 21 com.microsoft.z3.enumerations
22Bundle-RequiredExecutionEnvironment: JavaSE-11
diff --git a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.logic2viatra/META-INF/MANIFEST.MF b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.logic2viatra/META-INF/MANIFEST.MF
index ec1557e8..f5eb5514 100644
--- a/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.logic2viatra/META-INF/MANIFEST.MF
+++ b/Solvers/VIATRA-Solver/hu.bme.mit.inf.dslreasoner.viatrasolver.logic2viatra/META-INF/MANIFEST.MF
@@ -25,9 +25,8 @@ Require-Bundle: hu.bme.mit.inf.dslreasoner.logic.model;bundle-version="1.0.0",
25 org.eclipse.xtext;bundle-version="2.10.0", 25 org.eclipse.xtext;bundle-version="2.10.0",
26 org.eclipse.viatra.transformation.runtime.emf;bundle-version="2.0.0", 26 org.eclipse.viatra.transformation.runtime.emf;bundle-version="2.0.0",
27 org.eclipse.xtext.xbase;bundle-version="2.10.0", 27 org.eclipse.xtext.xbase;bundle-version="2.10.0",
28 com.microsoft.z3;bundle-version="4.8.5",
29 hu.bme.mit.inf.dslreasoner.ilp.cbc;bundle-version="1.0.0", 28 hu.bme.mit.inf.dslreasoner.ilp.cbc;bundle-version="1.0.0",
30 org.eclipse.viatra.query.runtime.rete;bundle-version="2.0.0" 29 org.eclipse.viatra.query.runtime.rete;bundle-version="2.0.0",
31Bundle-RequiredExecutionEnvironment: JavaSE-1.8 30 com.microsoft.z3
31Bundle-RequiredExecutionEnvironment: JavaSE-11
32Import-Package: org.apache.log4j 32Import-Package: org.apache.log4j
33Automatic-Module-Name: hu.bme.mit.inf.dslreasoner.viatrasolver.logic2viatraquery