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

Update instructions for updating dependencies

parent f18ef752
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment