Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename Java examples.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 12 Sep 2017 11:18:48 +0000 (13:18 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 12 Sep 2017 21:16:49 +0000 (23:16 +0200)
commitc64081804d3126681790377c64be2cf266f7ba0c
treeb3ed3c73446350af40bbcc805359136045650d53
parentcca17a6e6deba2d04349c5bed78572b3bbc2dc99
Rename Java examples.

Add prefix "java-" to target names, and s/_/-/.
26 files changed:
.gitignore
examples/java/CMakeLists.txt
examples/java/app/bittorrent/app-bittorrent.tesh [moved from examples/java/app/bittorrent/app_bittorrent.tesh with 100% similarity]
examples/java/app/centralizedmutex/app-centralizedmutex.tesh [moved from examples/java/app/centralizedmutex/app_centralizedmutex.tesh with 100% similarity]
examples/java/app/masterworker/app-masterworker.tesh [moved from examples/java/app/masterworker/app_masterworker.tesh with 100% similarity]
examples/java/app/pingpong/app-pingpong.tesh [moved from examples/java/app/pingpong/app_pingpong.tesh with 100% similarity]
examples/java/app/tokenring/app-tokenring.tesh [moved from examples/java/app/tokenring/app_tokenring.tesh with 100% similarity]
examples/java/async/dsend/async-dsend.tesh [moved from examples/java/async/dsend/async_dsend.tesh with 100% similarity]
examples/java/async/waitall/async-waitall.tesh [moved from examples/java/async/waitall/async_waitall.tesh with 100% similarity]
examples/java/async/yield/async-yield.tesh [moved from examples/java/async/yield/async_yield.tesh with 100% similarity]
examples/java/cloud/masterworker/cloud-masterworker.tesh [moved from examples/java/cloud/masterworker/cloud_masterworker.tesh with 100% similarity]
examples/java/cloud/migration/cloud-migration.tesh [moved from examples/java/cloud/migration/cloud_migration.tesh with 100% similarity]
examples/java/dht/chord/dht-chord.tesh [moved from examples/java/dht/chord/dht_chord.tesh with 100% similarity]
examples/java/dht/kademlia/dht-kademlia.tesh [moved from examples/java/dht/kademlia/dht_kademlia.tesh with 100% similarity]
examples/java/energy/consumption/energy-consumption.tesh [moved from examples/java/energy/consumption/energy_consumption.tesh with 100% similarity]
examples/java/energy/pstate/energy-pstate.tesh [moved from examples/java/energy/pstate/energy_pstate.tesh with 100% similarity]
examples/java/energy/vm/energy-vm.tesh [moved from examples/java/energy/vm/energy_vm.tesh with 100% similarity]
examples/java/io/file/io-file.tesh [moved from examples/java/io/file/io_file.tesh with 100% similarity]
examples/java/io/storage/io-storage.tesh [moved from examples/java/io/storage/io_storage.tesh with 100% similarity]
examples/java/process/kill/process-kill.tesh [moved from examples/java/process/kill/process_kill.tesh with 100% similarity]
examples/java/process/migration/process-migration.tesh [moved from examples/java/process/migration/process_migration.tesh with 100% similarity]
examples/java/process/startkilltime/process-startkilltime.tesh [moved from examples/java/process/startkilltime/process_startkilltime.tesh with 100% similarity]
examples/java/process/suspend/process-suspend.tesh [moved from examples/java/process/suspend/process_suspend.tesh with 100% similarity]
examples/java/task/priority/task-priority.tesh [moved from examples/java/task/priority/task_priority.tesh with 100% similarity]
examples/java/trace/pingpong/trace-pingpong.tesh [moved from examples/java/trace/pingpong/trace_pingpong.tesh with 100% similarity]
teshsuite/java/CMakeLists.txt