Pārlūkot izejas kodu

Fixing submodules

Roman Cardenas 5 gadi atpakaļ
vecāks
revīzija
631deffbb6

+ 3 - 3
.gitmodules

@@ -9,12 +9,12 @@
 [submodule "cadmium"]
 	path = simulators/cadmium
 	url = https://github.com/SimulationEverywhere/cadmium.git
-[submodule "CDBoost"]
+[submodule "cdboost"]
 	path = simulators/cdboost
 	url = https://github.com/SimulationEverywhere/cdboost.git
-[submodule "aDEVS"]
+[submodule "adevs"]
 	path = simulators/adevs
 	url = https://github.com/smiz/adevs.git
-[submodule "PythonPDEVS"]
+[submodule "pythonpdevs"]
 	path = simulators/pythonpdevs
 	url = http://msdl.uantwerpen.be/git/yentl/PythonPDEVS.git

+ 2 - 2
setup.sh

@@ -1,5 +1,5 @@
 # DOWNLOAD AND SET ALL THE GIT REPOSITORIES WITH THE SOURCE CODE OF ENGINES
-#git submodule update --init --recursive
+git submodule update --init --recursive
 git submodule update --recursive
 # Set up CDBoost repository
 cd simulators/cdboost
@@ -12,7 +12,7 @@ cd ../adevs
 git checkout ae4ed330151416f20366d04074e3b1e38e08beec
 # Set up xDEVS Java repository
 cd ../xdevs-java
-git checkout 9315e71b46e576b98536150ab52bc900f91e53a8
+git checkout a180827f9bdfc3f44d9f1cc207294d8552e2882d
 # Set up xDEVS Python repository
 cd ../xdevs-python
 git checkout e578d581452394556bb0a85f03f5427fd5e72857

+ 1 - 0
simulators/adevs

@@ -0,0 +1 @@
+Subproject commit ae4ed330151416f20366d04074e3b1e38e08beec

+ 1 - 0
simulators/cadmium

@@ -0,0 +1 @@
+Subproject commit b6636f791d3fbff41b6b72e1d9e34ce18152065d

+ 1 - 0
simulators/cdboost

@@ -0,0 +1 @@
+Subproject commit 6c5f4a457745a5da4f9bf2ddc5a5d46ff4f78fa2

+ 1 - 0
simulators/pythonpdevs

@@ -0,0 +1 @@
+Subproject commit 190a70532a96a76445b007c4e0f9cb5a4ce03e55

+ 1 - 0
simulators/xdevs-java

@@ -0,0 +1 @@
+Subproject commit 9315e71b46e576b98536150ab52bc900f91e53a8

+ 1 - 0
simulators/xdevs-python

@@ -0,0 +1 @@
+Subproject commit e578d581452394556bb0a85f03f5427fd5e72857