aboutsummaryrefslogtreecommitdiffstats
path: root/Solvers/SMT-Solver
diff options
context:
space:
mode:
Diffstat (limited to 'Solvers/SMT-Solver')
-rw-r--r--Solvers/SMT-Solver/com.microsoft.z3/.classpath10
-rw-r--r--Solvers/SMT-Solver/com.microsoft.z3/META-INF/MANIFEST.MF2
2 files changed, 6 insertions, 6 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