From d50ad057d4f2fc51fff834b4f61917a3d3f0ae55 Mon Sep 17 00:00:00 2001 From: Sebastian Krings <sebastian@krin.gs> Date: Fri, 12 Sep 2014 13:47:30 +0200 Subject: [PATCH] update class path and manifest with newer xstream version --- de.prob.core/.classpath | 2 +- de.prob.core/META-INF/MANIFEST.MF | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/de.prob.core/.classpath b/de.prob.core/.classpath index fe71fa1c..60dc2e91 100644 --- a/de.prob.core/.classpath +++ b/de.prob.core/.classpath @@ -19,5 +19,5 @@ <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.4.30-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/xmlpull-1.1.3.1.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/xpp3_min-1.1.4c.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.3.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/xstream-1.4.7.jar"/> </classpath> diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index b646dd12..ade97d92 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -122,6 +122,7 @@ Bundle-Activator: de.prob.core.internal.Activator Eclipse-BuddyPolicy: registered Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: ., + lib/dependencies/xstream-1.4.7.jar, lib/dependencies/unicode-2.4.30-SNAPSHOT.jar, lib/dependencies/theorymapping-2.4.30-SNAPSHOT.jar, lib/dependencies/prologlib-2.4.30-SNAPSHOT.jar, -- GitLab