diff --git a/build.gradle b/build.gradle index 4980dde9598b95794ca285b052af0b3b3df0c017..d59062b69dcae4151a38823d52416f55f70b85de 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/de.prob.core/.classpath b/de.prob.core/.classpath index 976607f8d44c8f6c7b93f11af22c08d188117310..2e76fc7b119fde8833376ed452314d024bc82a59 100644 --- a/de.prob.core/.classpath +++ b/de.prob.core/.classpath @@ -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"/>