Skip to content
Snippets Groups Projects
Commit 5aa989c9 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

update class path and manifest with newer xstream version

parent e8e0022a
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,5 @@ ...@@ -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/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/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/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> </classpath>
...@@ -120,6 +120,7 @@ Bundle-Activator: de.prob.core.internal.Activator ...@@ -120,6 +120,7 @@ Bundle-Activator: de.prob.core.internal.Activator
Eclipse-BuddyPolicy: registered Eclipse-BuddyPolicy: registered
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: ., Bundle-ClassPath: .,
lib/dependencies/xstream-1.4.7.jar,
lib/dependencies/unicode-2.4.30-SNAPSHOT.jar, lib/dependencies/unicode-2.4.30-SNAPSHOT.jar,
lib/dependencies/theorymapping-2.4.30-SNAPSHOT.jar, lib/dependencies/theorymapping-2.4.30-SNAPSHOT.jar,
lib/dependencies/prologlib-2.4.30-SNAPSHOT.jar, lib/dependencies/prologlib-2.4.30-SNAPSHOT.jar,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment