Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
ac28a620
Commit
ac28a620
authored
10 months ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update to probcli version 1.13.1-beta2
parent
96a60850
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
de.prob.core/.classpath
+8
-8
8 additions, 8 deletions
de.prob.core/.classpath
de.prob.core/META-INF/MANIFEST.MF
+8
-8
8 additions, 8 deletions
de.prob.core/META-INF/MANIFEST.MF
with
18 additions
and
18 deletions
build.gradle
+
2
−
2
View file @
ac28a620
...
...
@@ -33,7 +33,7 @@ project(':de.prob.core') {
}
}
def
parser_version
=
"2.13.
0
"
def
parser_version
=
"2.13.
3
"
dependencies
{
// Note: After changing/updating dependencies or their versions here,
...
...
@@ -87,7 +87,7 @@ task downloadCli {
def
targetdir
=
dir
+
it
.
getValue
()
def
targetzip
=
dir
+
"probcli_${n}.zip"
def
url
=
"https://stups.hhu-hosting.de/downloads/prob/cli/releases/1.13.
0
/probcli_${n}.zip"
def
url
=
"https://stups.hhu-hosting.de/downloads/prob/cli/releases/1.13.
1-beta2
/probcli_${n}.zip"
download
(
url
,
targetzip
)
FileTree
zip
=
zipTree
(
targetzip
)
copy
{
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/.classpath
+
8
−
8
View file @
ac28a620
...
...
@@ -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.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"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/answerparser-2.13.
3
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.13.
3
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ltlparser-2.13.
3
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/parserbase-2.13.
3
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/prologlib-2.13.
3
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/sablecc-runtime-3.
8
.0.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/theorymapping-2.13.
3
.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/unicode-2.13.
3
.jar"
/>
</classpath>
This diff is collapsed.
Click to expand it.
de.prob.core/META-INF/MANIFEST.MF
+
8
−
8
View file @
ac28a620
...
...
@@ -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
.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
lib/dependencies/answerparser-2.13.
3
.jar,
lib/dependencies/bparser-2.13.
3
.jar,
lib/dependencies/ltlparser-2.13.
3
.jar,
lib/dependencies/parserbase-2.13.
3
.jar,
lib/dependencies/prologlib-2.13.
3
.jar,
lib/dependencies/sablecc-runtime-3.
8
.0.jar,
lib/dependencies/theorymapping-2.13.
3
.jar,
lib/dependencies/unicode-2.13.
3
.jar
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment