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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
a1da71fa
Commit
a1da71fa
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update instructions for updating dependencies
parent
f18ef752
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+5
-3
5 additions, 3 deletions
build.gradle
de.prob.core/.classpath
+0
-4
0 additions, 4 deletions
de.prob.core/.classpath
with
5 additions
and
7 deletions
build.gradle
+
5
−
3
View file @
a1da71fa
...
...
@@ -28,9 +28,11 @@ project(':de.prob.core') {
dependencies
{
// Note: After changing/updating dependencies or their versions here,
// you also need to update the corresponding entries in META-INF/MANIFEST.MF!
// To be safe, you should probably also update the Eclipse .classpath file
// (it might be used by the Tycho build - not sure).
// run "./gradlew clean setClassPath prepareMaven".
// This downloads the dependencies and configures them in all appropriate places.
// If you updated or removed any dependencies,
// you also need to *manually* delete the old dependencies/versions
// from the relevant .classpath and META-INF/MANIFEST.MF files.
implementation
group:
"de.hhu.stups"
,
name:
"answerparser"
,
version:
parser_version
implementation
group:
"de.hhu.stups"
,
name:
"bparser"
,
version:
parser_version
implementation
group:
"de.hhu.stups"
,
name:
"ltlparser"
,
version:
parser_version
...
...
This diff is collapsed.
Click to expand it.
de.prob.core/.classpath
+
0
−
4
View file @
a1da71fa
...
...
@@ -4,10 +4,6 @@
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"src"
path=
"src"
/>
<classpathentry
kind=
"output"
path=
"bin"
/>
<!--
Note: These dependencies are downloaded using Gradle.
To change/update dependencies, you need to update the build.gradle, the META-INF/MANIFEST.MF, and this list.
-->
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/answerparser-2.12.4.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/bparser-2.12.4.jar"
/>
<classpathentry
exported=
"true"
kind=
"lib"
path=
"lib/dependencies/ltlparser-2.12.4.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