Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reorg and factor examples/java/cloud
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 31 Mar 2016 09:44:13 +0000 (11:44 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 31 Mar 2016 09:44:13 +0000 (11:44 +0200)
commit9c80e82797d19659056db25fb077d89341afe354
treee1bbb2c2046daec7f3e04fc515e9d62135b45458
parent9e416ce3801e873d5705bfe850b5bb119d134a6e
reorg and factor examples/java/cloud
15 files changed:
.gitignore
examples/java/CMakeLists.txt
examples/java/cloud/CMakeLists.txt [deleted file]
examples/java/cloud/FinalizeTask.java [deleted file]
examples/java/cloud/masterworker/Main.java [moved from examples/java/cloud/Cloud.java with 87% similarity]
examples/java/cloud/masterworker/Master.java [moved from examples/java/cloud/Master.java with 89% similarity]
examples/java/cloud/masterworker/Worker.java [moved from examples/java/cloud/Slave.java with 83% similarity]
examples/java/cloud/masterworker/cloud_masterworker.tesh [moved from examples/java/cloud/cloud.tesh with 92% similarity]
examples/java/cloud/migration/CMakeLists.txt [deleted file]
examples/java/cloud/migration/Main.java
examples/java/cloud/migration/Test.java
examples/java/cloud/migration/cloud_migration.tesh [new file with mode: 0644]
examples/java/cloud/migration/deploy_simple.xml [deleted file]
examples/java/cloud/migration/migration.tesh [deleted file]
tools/cmake/DefinePackages.cmake