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

update class path and manifest to include new parser version

parent a2129aa9
Branches
Tags
No related merge requests found
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.18-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.18-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.18-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/commons-codec-1.6.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/commons-lang-2.6.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/commons-lang-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/jgrapht-0.8.3.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/jgrapht-0.8.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/jsr305-1.3.9.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/jsr305-1.3.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.4.18-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.4.18-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.4.18-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.4.16-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.4.18-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.3.jar"/>
......
...@@ -115,13 +115,13 @@ Bundle-Activator: de.prob.core.internal.Activator ...@@ -115,13 +115,13 @@ 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/unicode-2.4.16-SNAPSHOT.jar, lib/dependencies/unicode-2.4.18-SNAPSHOT.jar,
lib/dependencies/prologlib-2.4.16-SNAPSHOT.jar, lib/dependencies/prologlib-2.4.18-SNAPSHOT.jar,
lib/dependencies/parserbase-2.4.16-SNAPSHOT.jar, lib/dependencies/parserbase-2.4.18-SNAPSHOT.jar,
lib/dependencies/ltlparser-2.4.16-SNAPSHOT.jar, lib/dependencies/ltlparser-2.4.18-SNAPSHOT.jar,
lib/dependencies/cliparser-2.4.16-SNAPSHOT.jar, lib/dependencies/cliparser-2.4.18-SNAPSHOT.jar,
lib/dependencies/bparser-2.4.16-SNAPSHOT.jar, lib/dependencies/bparser-2.4.18-SNAPSHOT.jar,
lib/dependencies/answerparser-2.4.16-SNAPSHOT.jar, lib/dependencies/answerparser-2.4.18-SNAPSHOT.jar,
lib/dependencies/commons-codec-1.6.jar, lib/dependencies/commons-codec-1.6.jar,
lib/dependencies/commons-lang-2.6.jar, lib/dependencies/commons-lang-2.6.jar,
lib/dependencies/jgrapht-0.8.3.jar, lib/dependencies/jgrapht-0.8.3.jar,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment