From 635f6c0ad3335ea57a272d1d06ce226d524eb13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klervie=20Tocz=C3=A9?= <klervie.tocze@liu.se> Date: Mon, 14 Oct 2024 11:11:09 +0200 Subject: [PATCH] Updating project dependencies --- Code/.idea/vcs.xml | 6 ++++++ Code/Code.iml | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 Code/.idea/vcs.xml diff --git a/Code/.idea/vcs.xml b/Code/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Code/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$/.." vcs="Git" /> + </component> +</project> \ No newline at end of file diff --git a/Code/Code.iml b/Code/Code.iml index 0d50060..61a2011 100644 --- a/Code/Code.iml +++ b/Code/Code.iml @@ -7,19 +7,21 @@ </content> <orderEntry type="inheritedJdk" /> <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="jgrapht.core" level="project" /> <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$MODULE_DIR$/../../../Simulateurs/iFogSim2/iFogSim/jars/gurobi.jar!/" /> + <root url="file://$MODULE_DIR$/jars/commons-math3-3.5" /> </CLASSES> <JAVADOC /> <SOURCES /> + <jarDirectory url="file://$MODULE_DIR$/jars/commons-math3-3.5" recursive="false" /> </library> </orderEntry> <orderEntry type="module-library"> <library> <CLASSES> - <root url="jar://$MODULE_DIR$/../../../Simulateurs/iFogSim2/iFogSim/jars/javailp-1.2a.jar!/" /> + <root url="jar://$MODULE_DIR$/jars/gurobi.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> @@ -28,13 +30,11 @@ <orderEntry type="module-library"> <library> <CLASSES> - <root url="file://$MODULE_DIR$/../../../Simulateurs/iFogSim2/iFogSim/jars/commons-math3-3.5" /> + <root url="jar://$MODULE_DIR$/jars/javailp-1.2a.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES /> - <jarDirectory url="file://$MODULE_DIR$/../../../Simulateurs/iFogSim2/iFogSim/jars/commons-math3-3.5" recursive="false" /> </library> </orderEntry> - <orderEntry type="library" name="jgrapht.core" level="project" /> </component> </module> \ No newline at end of file -- GitLab