Skip to content
Snippets Groups Projects
Commit 6215ee3a authored by dgelessus's avatar dgelessus
Browse files

Update parsers to version 2.13.0

parent 1399c7aa
No related branches found
No related tags found
No related merge requests found
Pipeline #131200 passed
......@@ -48,7 +48,7 @@ project(':de.prob.core') {
}
}
def parser_version = "2.13.0-SNAPSHOT"
def parser_version = "2.13.0"
dependencies {
// Note: After changing/updating dependencies or their versions here,
......
......@@ -4,12 +4,12 @@
<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.12.8-SNAPSHOT.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.12.8-SNAPSHOT.jar"/>
<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.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"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/answerparser-2.13.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/bparser-2.13.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/ltlparser-2.13.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/parserbase-2.13.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/prologlib-2.13.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/sablecc-runtime-3.7.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.13.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.13.0.jar"/>
</classpath>
......@@ -76,11 +76,11 @@ Bundle-Activator: de.prob.core.internal.Activator
Eclipse-BuddyPolicy: registered
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: .,
lib/dependencies/answerparser-2.13.0-SNAPSHOT.jar,
lib/dependencies/bparser-2.13.0-SNAPSHOT.jar,
lib/dependencies/unicode-2.13.0-SNAPSHOT.jar,
lib/dependencies/prologlib-2.13.0-SNAPSHOT.jar,
lib/dependencies/parserbase-2.13.0-SNAPSHOT.jar,
lib/dependencies/ltlparser-2.13.0-SNAPSHOT.jar,
lib/dependencies/theorymapping-2.13.0-SNAPSHOT.jar,
lib/dependencies/sablecc-runtime-3.7.0-SNAPSHOT.jar
lib/dependencies/answerparser-2.13.0.jar,
lib/dependencies/bparser-2.13.0.jar,
lib/dependencies/ltlparser-2.13.0.jar,
lib/dependencies/parserbase-2.13.0.jar,
lib/dependencies/prologlib-2.13.0.jar,
lib/dependencies/sablecc-runtime-3.7.0.jar,
lib/dependencies/theorymapping-2.13.0.jar,
lib/dependencies/unicode-2.13.0.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment