From 59a8f9859ceb1e294169fd4c695034505a6e3e94 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:59:07 +0100 Subject: [PATCH] Update classpaths for new sablecc-runtime version --- de.prob.core/.classpath | 2 +- de.prob.core/META-INF/MANIFEST.MF | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/de.prob.core/.classpath b/de.prob.core/.classpath index d6c3e432..7f1270f9 100644 --- a/de.prob.core/.classpath +++ b/de.prob.core/.classpath @@ -9,7 +9,7 @@ <classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.12.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.12.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.12.8-SNAPSHOT.jar"/> - <classpathentry exported="true" kind="lib" path="lib/dependencies/sablecc-runtime-3.6.0.jar"/> + <classpathentry exported="true" kind="lib" path="lib/dependencies/sablecc-runtime-3.7.0-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.12.8-SNAPSHOT.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.12.8-SNAPSHOT.jar"/> </classpath> diff --git a/de.prob.core/META-INF/MANIFEST.MF b/de.prob.core/META-INF/MANIFEST.MF index 28fb273b..6e17122b 100644 --- a/de.prob.core/META-INF/MANIFEST.MF +++ b/de.prob.core/META-INF/MANIFEST.MF @@ -81,6 +81,6 @@ Bundle-ClassPath: ., lib/dependencies/ltlparser-2.12.8-SNAPSHOT.jar, lib/dependencies/parserbase-2.12.8-SNAPSHOT.jar, lib/dependencies/prologlib-2.12.8-SNAPSHOT.jar, - lib/dependencies/sablecc-runtime-3.6.0.jar, + lib/dependencies/sablecc-runtime-3.7.0-SNAPSHOT.jar, lib/dependencies/theorymapping-2.12.8-SNAPSHOT.jar, lib/dependencies/unicode-2.12.8-SNAPSHOT.jar -- GitLab