From c73edd053d341ac9bdc997ef8a559cde1a52a7d2 Mon Sep 17 00:00:00 2001 From: benoitgaudou Date: Sun, 8 May 2022 12:55:58 +0700 Subject: [PATCH] Add lib in the META-INF for JSON export --- ummisco.gama.serialize/META-INF/MANIFEST.MF | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ummisco.gama.serialize/META-INF/MANIFEST.MF b/ummisco.gama.serialize/META-INF/MANIFEST.MF index 1e7d0b7022..390208d0a3 100644 --- a/ummisco.gama.serialize/META-INF/MANIFEST.MF +++ b/ummisco.gama.serialize/META-INF/MANIFEST.MF @@ -8,7 +8,8 @@ Require-Bundle: msi.gama.core, msi.gaml.architecture.simplebdi;bundle-version="1.8.2" Bundle-ClassPath: ., ext/mxparser-1.2.2.jar, - ext/xstream-1.4.18.jar + ext/xstream-1.4.18.jar, + ext/jettison-1.4.1.jar Export-Package: com.thoughtworks.xstream, com.thoughtworks.xstream.annotations, com.thoughtworks.xstream.converters,