Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make example java/cloud/migration build, and add dummy tesh file.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 30 Jan 2014 12:56:41 +0000 (13:56 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 30 Jan 2014 14:26:51 +0000 (15:26 +0100)
commit5a2381818ef1eec814d276bbe5d9452e3e092661
tree6c520ff4ea5717fa44bd80e794695aea4b24bd87
parent030c5083b33927e80495636eb15b88bf5246a54a
Make example java/cloud/migration build, and add dummy tesh file.
12 files changed:
buildtools/Cmake/AddTests.cmake
buildtools/Cmake/DefinePackages.cmake
buildtools/Cmake/MakeExe.cmake
examples/java/cloud/migration-test/CONFIG/cluster_platform.xml [deleted file]
examples/java/cloud/migration/CMakeLists.txt [new file with mode: 0644]
examples/java/cloud/migration/Daemon.java [moved from examples/java/cloud/migration-test/src/Daemon.java with 77% similarity]
examples/java/cloud/migration/Main.java [moved from examples/java/cloud/migration-test/src/Main.java with 52% similarity]
examples/java/cloud/migration/Test.java [moved from examples/java/cloud/migration-test/src/Test.java with 92% similarity]
examples/java/cloud/migration/XVM.java [moved from examples/java/cloud/migration-test/src/XVM.java with 87% similarity]
examples/java/cloud/migration/deploy_simple.xml [moved from examples/java/cloud/migration-test/CONFIG/deploy_simple.xml with 70% similarity]
examples/java/cloud/migration/migration.tesh [new file with mode: 0644]
examples/java/cloud/migration/platform_simple.xml [moved from examples/java/cloud/migration-test/CONFIG/platform_simple.xml with 100% similarity]