diff --git a/de.prob.core/.classpath b/de.prob.core/.classpath index 2d8492b577e13616723ba613cfad88688ed06063..484367c144b489bdd587f9f34339c32a025aaf5d 100644 --- a/de.prob.core/.classpath +++ b/de.prob.core/.classpath @@ -4,19 +4,19 @@ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src"/> <classpathentry kind="output" path="bin"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.35-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.35-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.35-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/cliparser-2.4.40.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/jfmi-1.0.2-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/jna-3.4.0.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.35-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.4.35-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.4.35-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.4.35-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.4.35-SNAPSHOT.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.4.40.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.4.40.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.7.jar"/> diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index c68a2dae5b74d17224ea948871f21da9140efceb..52fa8b2c74f100cffe9a41083495b87672af6598 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -122,14 +122,14 @@ Bundle-Activator: de.prob.core.internal.Activator Eclipse-BuddyPolicy: registered Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Bundle-ClassPath: ., - lib/dependencies/unicode-2.4.35-SNAPSHOT.jar, - lib/dependencies/theorymapping-2.4.35-SNAPSHOT.jar, - lib/dependencies/prologlib-2.4.35-SNAPSHOT.jar, - lib/dependencies/parserbase-2.4.35-SNAPSHOT.jar, - lib/dependencies/ltlparser-2.4.35-SNAPSHOT.jar, - lib/dependencies/cliparser-2.4.35-SNAPSHOT.jar, - lib/dependencies/bparser-2.4.35-SNAPSHOT.jar, - lib/dependencies/answerparser-2.4.35-SNAPSHOT.jar, + lib/dependencies/unicode-2.4.40.jar, + lib/dependencies/theorymapping-2.4.40.jar, + lib/dependencies/prologlib-2.4.40.jar, + lib/dependencies/parserbase-2.4.40.jar, + lib/dependencies/ltlparser-2.4.40.jar, + lib/dependencies/cliparser-2.4.40.jar, + lib/dependencies/bparser-2.4.40.jar, + lib/dependencies/answerparser-2.4.40.jar, lib/dependencies/xstream-1.4.7.jar, lib/dependencies/commons-codec-1.6.jar, lib/dependencies/commons-lang-2.6.jar, diff --git a/de.prob.core/build.gradle b/de.prob.core/build.gradle index 364ac58838c3736c60c6224ea0722075d9d82f0a..a7c4670ea37d702563ac603b83ea2a83dedc73e8 100644 --- a/de.prob.core/build.gradle +++ b/de.prob.core/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'java' -def parser_version = '2.4.35-SNAPSHOT' +def parser_version = '2.4.40' dependencies { compile group: "de.prob", name: "answerparser", version: parser_version , changing: true