From 9ddcb0c0f93b9af6ac4bf498c772edde53f74840 Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 24 Aug 2006 18:35:59 +0000 Subject: [PATCH] stick to the file naming convention presented in the tutorial git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2739 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/chrono/{chrono_deployment.xml => chrono.xml} | 0 examples/gras/mmrpc/{mmrpc_deployment.xml => mmrpc.xml} | 0 examples/gras/p2p/chord/{chord_deployment.xml => chord.xml} | 0 examples/gras/ping/{ping_deployment.xml => ping.xml} | 0 examples/gras/rpc/{rpc_deployment.xml => rpc.xml} | 0 examples/gras/timer/{timer_deployment.xml => timer.xml} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename examples/gras/chrono/{chrono_deployment.xml => chrono.xml} (100%) rename examples/gras/mmrpc/{mmrpc_deployment.xml => mmrpc.xml} (100%) rename examples/gras/p2p/chord/{chord_deployment.xml => chord.xml} (100%) rename examples/gras/ping/{ping_deployment.xml => ping.xml} (100%) rename examples/gras/rpc/{rpc_deployment.xml => rpc.xml} (100%) rename examples/gras/timer/{timer_deployment.xml => timer.xml} (100%) diff --git a/examples/gras/chrono/chrono_deployment.xml b/examples/gras/chrono/chrono.xml similarity index 100% rename from examples/gras/chrono/chrono_deployment.xml rename to examples/gras/chrono/chrono.xml diff --git a/examples/gras/mmrpc/mmrpc_deployment.xml b/examples/gras/mmrpc/mmrpc.xml similarity index 100% rename from examples/gras/mmrpc/mmrpc_deployment.xml rename to examples/gras/mmrpc/mmrpc.xml diff --git a/examples/gras/p2p/chord/chord_deployment.xml b/examples/gras/p2p/chord/chord.xml similarity index 100% rename from examples/gras/p2p/chord/chord_deployment.xml rename to examples/gras/p2p/chord/chord.xml diff --git a/examples/gras/ping/ping_deployment.xml b/examples/gras/ping/ping.xml similarity index 100% rename from examples/gras/ping/ping_deployment.xml rename to examples/gras/ping/ping.xml diff --git a/examples/gras/rpc/rpc_deployment.xml b/examples/gras/rpc/rpc.xml similarity index 100% rename from examples/gras/rpc/rpc_deployment.xml rename to examples/gras/rpc/rpc.xml diff --git a/examples/gras/timer/timer_deployment.xml b/examples/gras/timer/timer.xml similarity index 100% rename from examples/gras/timer/timer_deployment.xml rename to examples/gras/timer/timer.xml -- 2.20.1