Skip to content
Snippets Groups Projects
Commit 2263e32b authored by dgelessus's avatar dgelessus
Browse files

Switch to nightly/SNAPSHOT versions of probcli and parsers

parent 9c2d2694
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,13 @@ project(':de.prob.core') { ...@@ -32,9 +32,13 @@ project(':de.prob.core') {
repositories { repositories {
mavenCentral() mavenCentral()
maven {
name "Sonatype snapshots"
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
} }
def parser_version = "2.12.7" def parser_version = "2.12.8-SNAPSHOT"
dependencies { dependencies {
// Note: After changing/updating dependencies or their versions here, // Note: After changing/updating dependencies or their versions here,
...@@ -88,7 +92,7 @@ task downloadCli { ...@@ -88,7 +92,7 @@ task downloadCli {
def targetdir = dir + it.getValue() def targetdir = dir + it.getValue()
def targetzip = dir + "probcli_${n}.zip" def targetzip = dir + "probcli_${n}.zip"
def url = "https://stups.hhu-hosting.de/downloads/prob/cli/releases/1.12.2/probcli_${n}.zip" def url = "https://stups.hhu-hosting.de/downloads/prob/cli/nightly/probcli_${n}.zip"
download(url, targetzip) download(url, targetzip)
FileTree zip = zipTree(targetzip) FileTree zip = zipTree(targetzip)
copy { copy {
......
...@@ -4,12 +4,12 @@ ...@@ -4,12 +4,12 @@
<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.12.7.jar"/> <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.7.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.7.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.7.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.7.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.6.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dependencies/theorymapping-2.12.7.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.7.jar"/> <classpathentry exported="true" kind="lib" path="lib/dependencies/unicode-2.12.8-SNAPSHOT.jar"/>
</classpath> </classpath>
...@@ -76,11 +76,11 @@ Bundle-Activator: de.prob.core.internal.Activator ...@@ -76,11 +76,11 @@ Bundle-Activator: de.prob.core.internal.Activator
Eclipse-BuddyPolicy: registered Eclipse-BuddyPolicy: registered
Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ClassPath: ., Bundle-ClassPath: .,
lib/dependencies/answerparser-2.12.7.jar, lib/dependencies/answerparser-2.12.8-SNAPSHOT.jar,
lib/dependencies/bparser-2.12.7.jar, lib/dependencies/bparser-2.12.8-SNAPSHOT.jar,
lib/dependencies/ltlparser-2.12.7.jar, lib/dependencies/ltlparser-2.12.8-SNAPSHOT.jar,
lib/dependencies/parserbase-2.12.7.jar, lib/dependencies/parserbase-2.12.8-SNAPSHOT.jar,
lib/dependencies/prologlib-2.12.7.jar, lib/dependencies/prologlib-2.12.8-SNAPSHOT.jar,
lib/dependencies/sablecc-runtime-3.6.0.jar, lib/dependencies/sablecc-runtime-3.6.0.jar,
lib/dependencies/theorymapping-2.12.7.jar, lib/dependencies/theorymapping-2.12.8-SNAPSHOT.jar,
lib/dependencies/unicode-2.12.7.jar lib/dependencies/unicode-2.12.8-SNAPSHOT.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment