Blame SOURCES/0001-Fix-runtime-classpath-and-minimum-BREE.patch

46b90c
From ad4a1884786434f200dc4a200b31b1d85aca11d3 Mon Sep 17 00:00:00 2001
46b90c
From: Mat Booth <mat.booth@redhat.com>
46b90c
Date: Thu, 18 Jun 2020 15:23:18 +0100
46b90c
Subject: [PATCH] Fix runtime classpath and minimum BREE
46b90c
46b90c
---
46b90c
 build.xml                           | 2 +-
46b90c
 org.sat4j.core/META-INF/MANIFEST.MF | 2 +-
46b90c
 org.sat4j.pb/META-INF/MANIFEST.MF   | 3 +--
46b90c
 3 files changed, 3 insertions(+), 4 deletions(-)
46b90c
46b90c
diff --git a/build.xml b/build.xml
46b90c
index 624f511..122ad12 100644
46b90c
--- a/build.xml
46b90c
+++ b/build.xml
46b90c
@@ -324,7 +324,7 @@
46b90c
 		
46b90c
 		srcdir="${src}"
46b90c
 		destdir="${build}"
46b90c
-		source="1.5"
46b90c
+		source="${source}"
46b90c
 		target="${target}"
46b90c
 		debug="true"
46b90c
 	        includeantruntime="false">
46b90c
diff --git a/org.sat4j.core/META-INF/MANIFEST.MF b/org.sat4j.core/META-INF/MANIFEST.MF
46b90c
index e83a943..584326a 100644
46b90c
--- a/org.sat4j.core/META-INF/MANIFEST.MF
46b90c
+++ b/org.sat4j.core/META-INF/MANIFEST.MF
46b90c
@@ -29,4 +29,4 @@ Specification-Vendor: Daniel Le Berre
46b90c
 Implementation-Title: SAT4J
46b90c
 Implementation-Version: 9.9.9.token 
46b90c
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
46b90c
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
46b90c
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
46b90c
diff --git a/org.sat4j.pb/META-INF/MANIFEST.MF b/org.sat4j.pb/META-INF/MANIFEST.MF
46b90c
index f5ef127..10fe459 100644
46b90c
--- a/org.sat4j.pb/META-INF/MANIFEST.MF
46b90c
+++ b/org.sat4j.pb/META-INF/MANIFEST.MF
46b90c
@@ -21,5 +21,4 @@ Specification-Vendor: Daniel Le Berre
46b90c
 Implementation-Title: SAT4J
46b90c
 Implementation-Version: 9.9.9.token 
46b90c
 Implementation-Vendor: CRIL CNRS UMR 8188 - Universite d'Artois
46b90c
-Class-Path: org.sat4j.core.jar
46b90c
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
46b90c
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
46b90c
-- 
46b90c
2.26.2
46b90c