From: navarrop Date: Fri, 21 Jan 2011 12:39:51 +0000 (+0000) Subject: Let simgrid.dtd to be accessible from the web in order to enable automatic validation... X-Git-Tag: v3.6_beta2~458 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5a4b0bd8b8fab79966acf4f63dfc55781d8c0e54 Let simgrid.dtd to be accessible from the web in order to enable automatic validation when using an XML editor Updated all XML files to point to the new dtd location. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9471 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/Distrib.cmake b/buildtools/Cmake/Distrib.cmake index 0a4e8d4f98..be0d11886c 100644 --- a/buildtools/Cmake/Distrib.cmake +++ b/buildtools/Cmake/Distrib.cmake @@ -344,6 +344,7 @@ COMMAND chmod a+rX -R doc/ COMMAND rsync --verbose --cvs-exclude --compress --delete --delete-excluded --rsh=ssh --ignore-times --recursive --links --perms --times --omit-dir-times doc/html/ scm.gforge.inria.fr:/home/groups/simgrid/htdocs/doc/ || true COMMAND scp doc/index.php doc/webcruft/robots.txt scm.gforge.inria.fr:/home/groups/simgrid/htdocs/ COMMAND scp doc/html/simgrid_modules2.png doc/html/simgrid_modules.png doc/webcruft/simgrid_logo.png doc/webcruft/simgrid_logo_small.png scm.gforge.inria.fr:/home/groups/simgrid/htdocs/ +COMMAND scp src/surf/simgrid.dtd scm.gforge.inria.fr:/home/groups/simgrid/htdocs/ WORKING_DIRECTORY "${CMAKE_HOME_DIRECTORY}" ) diff --git a/doc/gtut-files/03-args.xml b/doc/gtut-files/03-args.xml index 98db3272b4..b8ad263dc5 100644 --- a/doc/gtut-files/03-args.xml +++ b/doc/gtut-files/03-args.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/gtut-files/11-explicitwait.xml b/doc/gtut-files/11-explicitwait.xml index 8891ab2f1c..bb94d69553 100644 --- a/doc/gtut-files/11-explicitwait.xml +++ b/doc/gtut-files/11-explicitwait.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/gtut-files/gtut-platform-3nodes.xml b/doc/gtut-files/gtut-platform-3nodes.xml index beb4f7b7a4..ccc44c5256 100644 --- a/doc/gtut-files/gtut-platform-3nodes.xml +++ b/doc/gtut-files/gtut-platform-3nodes.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/gtut-files/gtut-platform.xml b/doc/gtut-files/gtut-platform.xml index 831d2311af..7164bbb796 100644 --- a/doc/gtut-files/gtut-platform.xml +++ b/doc/gtut-files/gtut-platform.xml @@ -1,5 +1,5 @@ - + diff --git a/doc/gtut-files/test.xml b/doc/gtut-files/test.xml index 2e7b13f977..2aaa6f8145 100644 --- a/doc/gtut-files/test.xml +++ b/doc/gtut-files/test.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/amok/bandwidth/bandwidth.xml b/examples/amok/bandwidth/bandwidth.xml index 4dcd1e802e..777aa91649 100644 --- a/examples/amok/bandwidth/bandwidth.xml +++ b/examples/amok/bandwidth/bandwidth.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/amok/saturate/medium_deployment.xml b/examples/amok/saturate/medium_deployment.xml index 9594929eb2..7c1146b3dd 100644 --- a/examples/amok/saturate/medium_deployment.xml +++ b/examples/amok/saturate/medium_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/amok/saturate/medium_platform.xml b/examples/amok/saturate/medium_platform.xml index c66b29ce90..3cc9395c51 100644 --- a/examples/amok/saturate/medium_platform.xml +++ b/examples/amok/saturate/medium_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/amok/saturate/saturate.xml b/examples/amok/saturate/saturate.xml index c5d2e8888c..965663e93f 100644 --- a/examples/amok/saturate/saturate.xml +++ b/examples/amok/saturate/saturate.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/autoDestination/autoDestination_deployment.xml b/examples/cxx/autoDestination/autoDestination_deployment.xml index feb83499a0..09e39beddf 100644 --- a/examples/cxx/autoDestination/autoDestination_deployment.xml +++ b/examples/cxx/autoDestination/autoDestination_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/autoDestination/autoDestination_platform.xml b/examples/cxx/autoDestination/autoDestination_platform.xml index 6b681323cf..6d476d1bec 100644 --- a/examples/cxx/autoDestination/autoDestination_platform.xml +++ b/examples/cxx/autoDestination/autoDestination_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/basic/basic_deployment.xml b/examples/cxx/basic/basic_deployment.xml index d4ffedecb9..fb5864b613 100644 --- a/examples/cxx/basic/basic_deployment.xml +++ b/examples/cxx/basic/basic_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/basic/basic_platform.xml b/examples/cxx/basic/basic_platform.xml index 6b681323cf..6d476d1bec 100644 --- a/examples/cxx/basic/basic_platform.xml +++ b/examples/cxx/basic/basic_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/comm_time/comm_time_deployment.xml b/examples/cxx/comm_time/comm_time_deployment.xml index 0269e32b42..58af8f1bd4 100644 --- a/examples/cxx/comm_time/comm_time_deployment.xml +++ b/examples/cxx/comm_time/comm_time_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/comm_time/comm_time_platform.xml b/examples/cxx/comm_time/comm_time_platform.xml index 6b681323cf..6d476d1bec 100644 --- a/examples/cxx/comm_time/comm_time_platform.xml +++ b/examples/cxx/comm_time/comm_time_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/explicitDestination/explicitDestination_deployment.xml b/examples/cxx/explicitDestination/explicitDestination_deployment.xml index d4ffedecb9..fb5864b613 100644 --- a/examples/cxx/explicitDestination/explicitDestination_deployment.xml +++ b/examples/cxx/explicitDestination/explicitDestination_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/explicitDestination/explicitDestination_platform.xml b/examples/cxx/explicitDestination/explicitDestination_platform.xml index 6b681323cf..6d476d1bec 100644 --- a/examples/cxx/explicitDestination/explicitDestination_platform.xml +++ b/examples/cxx/explicitDestination/explicitDestination_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/ping_pong/ping_pong_deployment.xml b/examples/cxx/ping_pong/ping_pong_deployment.xml index 622f692698..1a190dd187 100644 --- a/examples/cxx/ping_pong/ping_pong_deployment.xml +++ b/examples/cxx/ping_pong/ping_pong_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/ping_pong/ping_pong_platform.xml b/examples/cxx/ping_pong/ping_pong_platform.xml index 6410fae8c9..e4da7f3118 100644 --- a/examples/cxx/ping_pong/ping_pong_platform.xml +++ b/examples/cxx/ping_pong/ping_pong_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/suspend/suspend_deployment.xml b/examples/cxx/suspend/suspend_deployment.xml index 1f3dc8042a..c685bcb2ca 100644 --- a/examples/cxx/suspend/suspend_deployment.xml +++ b/examples/cxx/suspend/suspend_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/cxx/suspend/suspend_platform.xml b/examples/cxx/suspend/suspend_platform.xml index 6b681323cf..6d476d1bec 100644 --- a/examples/cxx/suspend/suspend_platform.xml +++ b/examples/cxx/suspend/suspend_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/all2all/all2all.xml b/examples/gras/all2all/all2all.xml index 9190c5dc49..0eed86f429 100644 --- a/examples/gras/all2all/all2all.xml +++ b/examples/gras/all2all/all2all.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/mutual_exclusion/simple_token/simple_token.xml b/examples/gras/mutual_exclusion/simple_token/simple_token.xml index 16e7396ada..d45a60ab57 100644 --- a/examples/gras/mutual_exclusion/simple_token/simple_token.xml +++ b/examples/gras/mutual_exclusion/simple_token/simple_token.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/p2p/can/can.xml b/examples/gras/p2p/can/can.xml index 97d2efe339..4f63ff494b 100644 --- a/examples/gras/p2p/can/can.xml +++ b/examples/gras/p2p/can/can.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/p2p/chord/chord.xml b/examples/gras/p2p/chord/chord.xml index 2e185320b3..a56db93650 100644 --- a/examples/gras/p2p/chord/chord.xml +++ b/examples/gras/p2p/chord/chord.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/ping/ping.xml b/examples/gras/ping/ping.xml index d23194e40e..e74a8533fe 100644 --- a/examples/gras/ping/ping.xml +++ b/examples/gras/ping/ping.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/pmm/pmm.xml b/examples/gras/pmm/pmm.xml index c3895d70f0..7cb191a210 100644 --- a/examples/gras/pmm/pmm.xml +++ b/examples/gras/pmm/pmm.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/pmm/pmm_plateform.xml b/examples/gras/pmm/pmm_plateform.xml index c6c15ca16c..05bc0bc64c 100644 --- a/examples/gras/pmm/pmm_plateform.xml +++ b/examples/gras/pmm/pmm_plateform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/properties/properties.xml b/examples/gras/properties/properties.xml index 88b0d5e0f2..8edb595d73 100644 --- a/examples/gras/properties/properties.xml +++ b/examples/gras/properties/properties.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/replay/replay.xml b/examples/gras/replay/replay.xml index 5e35a50995..948461b787 100644 --- a/examples/gras/replay/replay.xml +++ b/examples/gras/replay/replay.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/rpc/rpc.xml b/examples/gras/rpc/rpc.xml index e3f64e9705..bb4a0cdf3a 100644 --- a/examples/gras/rpc/rpc.xml +++ b/examples/gras/rpc/rpc.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/spawn/spawn.xml b/examples/gras/spawn/spawn.xml index 03c299c16d..dca9e595ad 100644 --- a/examples/gras/spawn/spawn.xml +++ b/examples/gras/spawn/spawn.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/synchro/synchro.xml b/examples/gras/synchro/synchro.xml index 2b81d6435d..ea9ac4f2b2 100644 --- a/examples/gras/synchro/synchro.xml +++ b/examples/gras/synchro/synchro.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/gras/timer/timer.xml b/examples/gras/timer/timer.xml index 9e8f6d55ad..67a2e9f0bd 100644 --- a/examples/gras/timer/timer.xml +++ b/examples/gras/timer/timer.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/actions/NAS_LU_S_4/deploy_MPI_4.xml b/examples/msg/actions/NAS_LU_S_4/deploy_MPI_4.xml index ce83f49d21..47c880a6dc 100644 --- a/examples/msg/actions/NAS_LU_S_4/deploy_MPI_4.xml +++ b/examples/msg/actions/NAS_LU_S_4/deploy_MPI_4.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/actions/NAS_LU_S_4/platform.xml b/examples/msg/actions/NAS_LU_S_4/platform.xml index d6e392fac9..94d6bc755a 100644 --- a/examples/msg/actions/NAS_LU_S_4/platform.xml +++ b/examples/msg/actions/NAS_LU_S_4/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/actions/deployment.xml b/examples/msg/actions/deployment.xml index 1886e7cb5e..e687c948e6 100644 --- a/examples/msg/actions/deployment.xml +++ b/examples/msg/actions/deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/actions/deployment_split.xml b/examples/msg/actions/deployment_split.xml index c487d3b60d..ec86e668c2 100644 --- a/examples/msg/actions/deployment_split.xml +++ b/examples/msg/actions/deployment_split.xml @@ -6,7 +6,7 @@ --> - + diff --git a/examples/msg/actions/homogeneous_3_hosts.xml b/examples/msg/actions/homogeneous_3_hosts.xml index 0893839c93..68501505f3 100644 --- a/examples/msg/actions/homogeneous_3_hosts.xml +++ b/examples/msg/actions/homogeneous_3_hosts.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/chord/chord.xml b/examples/msg/chord/chord.xml index bc0fc6c2ec..0c6e39fef5 100644 --- a/examples/msg/chord/chord.xml +++ b/examples/msg/chord/chord.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/chord/chord90.xml b/examples/msg/chord/chord90.xml index 8b6c13f91f..d36f1b70ee 100644 --- a/examples/msg/chord/chord90.xml +++ b/examples/msg/chord/chord90.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/gtnets/dogbone-d.xml b/examples/msg/gtnets/dogbone-d.xml index 686527b1ac..6acb9f478e 100644 --- a/examples/msg/gtnets/dogbone-d.xml +++ b/examples/msg/gtnets/dogbone-d.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/gtnets/dogbone-p.xml b/examples/msg/gtnets/dogbone-p.xml index 93296cb831..9041b9bc1a 100644 --- a/examples/msg/gtnets/dogbone-p.xml +++ b/examples/msg/gtnets/dogbone-p.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/icomms/deployment_peer01.xml b/examples/msg/icomms/deployment_peer01.xml index 2124ce6663..67dadacc93 100644 --- a/examples/msg/icomms/deployment_peer01.xml +++ b/examples/msg/icomms/deployment_peer01.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/icomms/deployment_peer02.xml b/examples/msg/icomms/deployment_peer02.xml index f404dbf10c..404269227b 100644 --- a/examples/msg/icomms/deployment_peer02.xml +++ b/examples/msg/icomms/deployment_peer02.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/icomms/deployment_peer03.xml b/examples/msg/icomms/deployment_peer03.xml index edb515b421..49f8033f8e 100644 --- a/examples/msg/icomms/deployment_peer03.xml +++ b/examples/msg/icomms/deployment_peer03.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/icomms/deployment_peer04.xml b/examples/msg/icomms/deployment_peer04.xml index 886c5217b2..e174710f97 100644 --- a/examples/msg/icomms/deployment_peer04.xml +++ b/examples/msg/icomms/deployment_peer04.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/icomms/deployment_peer05.xml b/examples/msg/icomms/deployment_peer05.xml index ac1ef9573f..3645b09377 100644 --- a/examples/msg/icomms/deployment_peer05.xml +++ b/examples/msg/icomms/deployment_peer05.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/icomms/small_platform.xml b/examples/msg/icomms/small_platform.xml index 5b3aec19c8..ff4da7f306 100644 --- a/examples/msg/icomms/small_platform.xml +++ b/examples/msg/icomms/small_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/masterslave/deployment_masterslave.xml b/examples/msg/masterslave/deployment_masterslave.xml index 05e852194b..992d8f00cc 100644 --- a/examples/msg/masterslave/deployment_masterslave.xml +++ b/examples/msg/masterslave/deployment_masterslave.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/masterslave/deployment_masterslave_forwarder.xml b/examples/msg/masterslave/deployment_masterslave_forwarder.xml index adf3c4b1ba..14236998e2 100644 --- a/examples/msg/masterslave/deployment_masterslave_forwarder.xml +++ b/examples/msg/masterslave/deployment_masterslave_forwarder.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/masterslave/deployment_masterslave_mailbox.xml b/examples/msg/masterslave/deployment_masterslave_mailbox.xml index 00ab9e0127..c392972289 100644 --- a/examples/msg/masterslave/deployment_masterslave_mailbox.xml +++ b/examples/msg/masterslave/deployment_masterslave_mailbox.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/masterslave/deployment_masterslave_mailbox_multicore.xml b/examples/msg/masterslave/deployment_masterslave_mailbox_multicore.xml index fc11b15f8f..ba0e787709 100644 --- a/examples/msg/masterslave/deployment_masterslave_mailbox_multicore.xml +++ b/examples/msg/masterslave/deployment_masterslave_mailbox_multicore.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/masterslave/deployment_masterslave_vivaldi.xml b/examples/msg/masterslave/deployment_masterslave_vivaldi.xml index 15561214a7..2aa19db2cb 100644 --- a/examples/msg/masterslave/deployment_masterslave_vivaldi.xml +++ b/examples/msg/masterslave/deployment_masterslave_vivaldi.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/masterslave/platform_clusters.xml b/examples/msg/masterslave/platform_clusters.xml index 0638c4a2cd..d6f9f7101f 100644 --- a/examples/msg/masterslave/platform_clusters.xml +++ b/examples/msg/masterslave/platform_clusters.xml @@ -1,5 +1,5 @@ - + - + diff --git a/examples/msg/mc/deploy_bugged2.xml b/examples/msg/mc/deploy_bugged2.xml index b03a7452d4..3fd4d5a4fb 100644 --- a/examples/msg/mc/deploy_bugged2.xml +++ b/examples/msg/mc/deploy_bugged2.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/mc/deploy_bugged3.xml b/examples/msg/mc/deploy_bugged3.xml index b03a7452d4..3fd4d5a4fb 100644 --- a/examples/msg/mc/deploy_bugged3.xml +++ b/examples/msg/mc/deploy_bugged3.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/mc/deploy_mutex.xml b/examples/msg/mc/deploy_mutex.xml index 8cc1467377..1afcee4b17 100644 --- a/examples/msg/mc/deploy_mutex.xml +++ b/examples/msg/mc/deploy_mutex.xml @@ -1,6 +1,6 @@ - + diff --git a/examples/msg/mc/deploy_random_test.xml b/examples/msg/mc/deploy_random_test.xml index 693291eb09..31415a5da0 100644 --- a/examples/msg/mc/deploy_random_test.xml +++ b/examples/msg/mc/deploy_random_test.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/mc/platform.xml b/examples/msg/mc/platform.xml index 5a42f03be1..eb81def84c 100644 --- a/examples/msg/mc/platform.xml +++ b/examples/msg/mc/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/msg_platform.xml b/examples/msg/msg_platform.xml index 484de26362..dd4de15600 100644 --- a/examples/msg/msg_platform.xml +++ b/examples/msg/msg_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/parallel_task/test_ptask_deployment.xml b/examples/msg/parallel_task/test_ptask_deployment.xml index 9e647bd9ab..4e3c7d23b6 100644 --- a/examples/msg/parallel_task/test_ptask_deployment.xml +++ b/examples/msg/parallel_task/test_ptask_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/parallel_task/test_ptask_platform.xml b/examples/msg/parallel_task/test_ptask_platform.xml index ec6b586110..a781d8d861 100644 --- a/examples/msg/parallel_task/test_ptask_platform.xml +++ b/examples/msg/parallel_task/test_ptask_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/priority/deployment_priority.xml b/examples/msg/priority/deployment_priority.xml index 8b19420c2b..5f60f5b394 100644 --- a/examples/msg/priority/deployment_priority.xml +++ b/examples/msg/priority/deployment_priority.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/properties/deployment_properties.xml b/examples/msg/properties/deployment_properties.xml index d94da36490..6c9823025c 100644 --- a/examples/msg/properties/deployment_properties.xml +++ b/examples/msg/properties/deployment_properties.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/sendrecv/deployment_sendrecv.xml b/examples/msg/sendrecv/deployment_sendrecv.xml index f85d7fa3b7..a25d1c089f 100644 --- a/examples/msg/sendrecv/deployment_sendrecv.xml +++ b/examples/msg/sendrecv/deployment_sendrecv.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/sendrecv/platform_sendrecv.xml b/examples/msg/sendrecv/platform_sendrecv.xml index 1603e19e55..fa0eaffa8b 100644 --- a/examples/msg/sendrecv/platform_sendrecv.xml +++ b/examples/msg/sendrecv/platform_sendrecv.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/small_platform.xml b/examples/msg/small_platform.xml index b00cd3c45b..badfb92dd8 100644 --- a/examples/msg/small_platform.xml +++ b/examples/msg/small_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/small_platform_with_failures.xml b/examples/msg/small_platform_with_failures.xml index 462a17b301..20daa3f7a5 100644 --- a/examples/msg/small_platform_with_failures.xml +++ b/examples/msg/small_platform_with_failures.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/small_platform_with_routers.xml b/examples/msg/small_platform_with_routers.xml index e6fe64bc01..b1b4532813 100644 --- a/examples/msg/small_platform_with_routers.xml +++ b/examples/msg/small_platform_with_routers.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/suspend/deployment_suspend.xml b/examples/msg/suspend/deployment_suspend.xml index 1e7c8a90ed..626de3466f 100644 --- a/examples/msg/suspend/deployment_suspend.xml +++ b/examples/msg/suspend/deployment_suspend.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test1.xml b/examples/msg/trace/test1.xml index c20e53a45d..7cfa12af49 100644 --- a/examples/msg/trace/test1.xml +++ b/examples/msg/trace/test1.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test10.xml b/examples/msg/trace/test10.xml index ec1a3e388a..e006ed00ce 100644 --- a/examples/msg/trace/test10.xml +++ b/examples/msg/trace/test10.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test11.xml b/examples/msg/trace/test11.xml index 277ae1638c..3ad4535378 100644 --- a/examples/msg/trace/test11.xml +++ b/examples/msg/trace/test11.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test2.xml b/examples/msg/trace/test2.xml index 5e61664160..f6e700d7f9 100644 --- a/examples/msg/trace/test2.xml +++ b/examples/msg/trace/test2.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test3.xml b/examples/msg/trace/test3.xml index 50d1229547..cbd8dbb559 100644 --- a/examples/msg/trace/test3.xml +++ b/examples/msg/trace/test3.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test4.xml b/examples/msg/trace/test4.xml index 3f621609dc..46e50fd6c0 100644 --- a/examples/msg/trace/test4.xml +++ b/examples/msg/trace/test4.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test5.xml b/examples/msg/trace/test5.xml index 795d28b9e9..9052fa26ee 100644 --- a/examples/msg/trace/test5.xml +++ b/examples/msg/trace/test5.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test6.xml b/examples/msg/trace/test6.xml index 53dea5b050..726821945f 100644 --- a/examples/msg/trace/test6.xml +++ b/examples/msg/trace/test6.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test7.xml b/examples/msg/trace/test7.xml index 7ddab2134c..43a845bbd5 100644 --- a/examples/msg/trace/test7.xml +++ b/examples/msg/trace/test7.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test8.xml b/examples/msg/trace/test8.xml index a9b1a327d1..ed1bdeb86f 100644 --- a/examples/msg/trace/test8.xml +++ b/examples/msg/trace/test8.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test9.xml b/examples/msg/trace/test9.xml index 8b4400729c..0fe6abaf5e 100644 --- a/examples/msg/trace/test9.xml +++ b/examples/msg/trace/test9.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/trace/test_trace_integration.xml b/examples/msg/trace/test_trace_integration.xml index daa1b17391..9629ec7194 100644 --- a/examples/msg/trace/test_trace_integration.xml +++ b/examples/msg/trace/test_trace_integration.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/tracing/deployment.xml b/examples/msg/tracing/deployment.xml index f2074d490d..8522be7467 100644 --- a/examples/msg/tracing/deployment.xml +++ b/examples/msg/tracing/deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/tracing/platform.xml b/examples/msg/tracing/platform.xml index e6fe64bc01..b1b4532813 100644 --- a/examples/msg/tracing/platform.xml +++ b/examples/msg/tracing/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/msg/tracing/procmig-deploy.xml b/examples/msg/tracing/procmig-deploy.xml index cb3d5b22c9..bb317fe135 100644 --- a/examples/msg/tracing/procmig-deploy.xml +++ b/examples/msg/tracing/procmig-deploy.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/platforms/2_clusters_with_30000_hosts.xml b/examples/platforms/2_clusters_with_30000_hosts.xml index 6b657d7196..551dcba287 100644 --- a/examples/platforms/2_clusters_with_30000_hosts.xml +++ b/examples/platforms/2_clusters_with_30000_hosts.xml @@ -1,5 +1,5 @@ - + - + - + - + - + - + - + - + diff --git a/examples/platforms/multicore_machine.xml b/examples/platforms/multicore_machine.xml index 0c9011cf06..51c7f018b1 100644 --- a/examples/platforms/multicore_machine.xml +++ b/examples/platforms/multicore_machine.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/platforms/prop.xml b/examples/platforms/prop.xml index 58efe73188..7f08d78a2f 100644 --- a/examples/platforms/prop.xml +++ b/examples/platforms/prop.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/ruby/ping_pong_deployment.xml b/examples/ruby/ping_pong_deployment.xml index e4600d36ae..c26a3154d5 100644 --- a/examples/ruby/ping_pong_deployment.xml +++ b/examples/ruby/ping_pong_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/ruby/ping_pong_platform.xml b/examples/ruby/ping_pong_platform.xml index 246f1f2253..12679166a3 100644 --- a/examples/ruby/ping_pong_platform.xml +++ b/examples/ruby/ping_pong_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/ruby/platform.xml b/examples/ruby/platform.xml index 171069de49..c72c033fe8 100644 --- a/examples/ruby/platform.xml +++ b/examples/ruby/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/ruby/quicksort_deployment.xml b/examples/ruby/quicksort_deployment.xml index 14cd222036..1b4473b99c 100644 --- a/examples/ruby/quicksort_deployment.xml +++ b/examples/ruby/quicksort_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/ruby/quicksort_platform.xml b/examples/ruby/quicksort_platform.xml index 246f1f2253..12679166a3 100644 --- a/examples/ruby/quicksort_platform.xml +++ b/examples/ruby/quicksort_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/simdag/2clusters.xml b/examples/simdag/2clusters.xml index 9ede1a855a..970f9178a3 100644 --- a/examples/simdag/2clusters.xml +++ b/examples/simdag/2clusters.xml @@ -1,5 +1,5 @@ - + diff --git a/examples/simdag/scheduling/simulacrum_7_hosts.xml b/examples/simdag/scheduling/simulacrum_7_hosts.xml index d62a4a521e..7a863db75e 100644 --- a/examples/simdag/scheduling/simulacrum_7_hosts.xml +++ b/examples/simdag/scheduling/simulacrum_7_hosts.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/basic_platform.xml b/src/bindings/ruby/basic_platform.xml index b00cd3c45b..badfb92dd8 100644 --- a/src/bindings/ruby/basic_platform.xml +++ b/src/bindings/ruby/basic_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/deploy.xml b/src/bindings/ruby/deploy.xml index eed5dc5fa0..c9841a9d11 100644 --- a/src/bindings/ruby/deploy.xml +++ b/src/bindings/ruby/deploy.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/deploy2.xml b/src/bindings/ruby/deploy2.xml index 15e17ab87a..764cd640d7 100644 --- a/src/bindings/ruby/deploy2.xml +++ b/src/bindings/ruby/deploy2.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/ping_pong_deployment.xml b/src/bindings/ruby/ping_pong_deployment.xml index e4600d36ae..c26a3154d5 100644 --- a/src/bindings/ruby/ping_pong_deployment.xml +++ b/src/bindings/ruby/ping_pong_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/ping_pong_platform.xml b/src/bindings/ruby/ping_pong_platform.xml index 246f1f2253..12679166a3 100644 --- a/src/bindings/ruby/ping_pong_platform.xml +++ b/src/bindings/ruby/ping_pong_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/platform.xml b/src/bindings/ruby/platform.xml index b00cd3c45b..badfb92dd8 100644 --- a/src/bindings/ruby/platform.xml +++ b/src/bindings/ruby/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/quicksort_deployment.xml b/src/bindings/ruby/quicksort_deployment.xml index 14cd222036..1b4473b99c 100644 --- a/src/bindings/ruby/quicksort_deployment.xml +++ b/src/bindings/ruby/quicksort_deployment.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/ruby/quicksort_platform.xml b/src/bindings/ruby/quicksort_platform.xml index 246f1f2253..12679166a3 100644 --- a/src/bindings/ruby/quicksort_platform.xml +++ b/src/bindings/ruby/quicksort_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/rubyDag/platform.xml b/src/bindings/rubyDag/platform.xml index b00cd3c45b..badfb92dd8 100644 --- a/src/bindings/rubyDag/platform.xml +++ b/src/bindings/rubyDag/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/src/bindings/rubyDag/platform_.xml b/src/bindings/rubyDag/platform_.xml index b00cd3c45b..badfb92dd8 100644 --- a/src/bindings/rubyDag/platform_.xml +++ b/src/bindings/rubyDag/platform_.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/gras/empty_main/empty_main.xml b/teshsuite/gras/empty_main/empty_main.xml index 59a2d7856d..cc4cf8e670 100644 --- a/teshsuite/gras/empty_main/empty_main.xml +++ b/teshsuite/gras/empty_main/empty_main.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/gras/msg_handle/msg_handle.xml b/teshsuite/gras/msg_handle/msg_handle.xml index 71f36b3c3c..df6f7f7c4d 100644 --- a/teshsuite/gras/msg_handle/msg_handle.xml +++ b/teshsuite/gras/msg_handle/msg_handle.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/gras/small_sleep/small_sleep.xml b/teshsuite/gras/small_sleep/small_sleep.xml index 59a2d7856d..cc4cf8e670 100644 --- a/teshsuite/gras/small_sleep/small_sleep.xml +++ b/teshsuite/gras/small_sleep/small_sleep.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/msg/get_sender.xml b/teshsuite/msg/get_sender.xml index 5f092a4122..c6a3a98e23 100644 --- a/teshsuite/msg/get_sender.xml +++ b/teshsuite/msg/get_sender.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/msg/get_sender_d.xml b/teshsuite/msg/get_sender_d.xml index 630c6ba34f..0763eab4bf 100644 --- a/teshsuite/msg/get_sender_d.xml +++ b/teshsuite/msg/get_sender_d.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/msg/get_sender_p.xml b/teshsuite/msg/get_sender_p.xml index cbe1c214ac..298539f7bd 100644 --- a/teshsuite/msg/get_sender_p.xml +++ b/teshsuite/msg/get_sender_p.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/basic_platform.xml b/teshsuite/simdag/basic_platform.xml index 7577950c4c..8f548e8454 100644 --- a/teshsuite/simdag/basic_platform.xml +++ b/teshsuite/simdag/basic_platform.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/network/mxn/platform_4p_1switch.xml b/teshsuite/simdag/network/mxn/platform_4p_1switch.xml index 49274ff111..52b81c52ab 100644 --- a/teshsuite/simdag/network/mxn/platform_4p_1switch.xml +++ b/teshsuite/simdag/network/mxn/platform_4p_1switch.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/network/p2p/platform_2p_1bb.xml b/teshsuite/simdag/network/p2p/platform_2p_1bb.xml index 6694b6a275..5ed486a491 100644 --- a/teshsuite/simdag/network/p2p/platform_2p_1bb.xml +++ b/teshsuite/simdag/network/p2p/platform_2p_1bb.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/network/p2p/platform_2p_1fl.xml b/teshsuite/simdag/network/p2p/platform_2p_1fl.xml index 44afd42830..6fb0eedfe2 100644 --- a/teshsuite/simdag/network/p2p/platform_2p_1fl.xml +++ b/teshsuite/simdag/network/p2p/platform_2p_1fl.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/network/p2p/platform_2p_1sl.xml b/teshsuite/simdag/network/p2p/platform_2p_1sl.xml index 4249362ce6..8239beb3fa 100644 --- a/teshsuite/simdag/network/p2p/platform_2p_1sl.xml +++ b/teshsuite/simdag/network/p2p/platform_2p_1sl.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/network/p2p/platform_2p_1switch.xml b/teshsuite/simdag/network/p2p/platform_2p_1switch.xml index e9afbc66c1..540266acaa 100644 --- a/teshsuite/simdag/network/p2p/platform_2p_1switch.xml +++ b/teshsuite/simdag/network/p2p/platform_2p_1switch.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/network/platform_2p_1sl.xml b/teshsuite/simdag/network/platform_2p_1sl.xml index 74544322c2..1895fb126b 100644 --- a/teshsuite/simdag/network/platform_2p_1sl.xml +++ b/teshsuite/simdag/network/platform_2p_1sl.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/partask/platform_2p_1sl.xml b/teshsuite/simdag/partask/platform_2p_1sl.xml index 4249362ce6..8239beb3fa 100644 --- a/teshsuite/simdag/partask/platform_2p_1sl.xml +++ b/teshsuite/simdag/partask/platform_2p_1sl.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/partask/platform_2p_1sl_hetero.xml b/teshsuite/simdag/partask/platform_2p_1sl_hetero.xml index 31876538b2..aa418b3f50 100644 --- a/teshsuite/simdag/partask/platform_2p_1sl_hetero.xml +++ b/teshsuite/simdag/partask/platform_2p_1sl_hetero.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/four_hosts_floyd.xml b/teshsuite/simdag/platforms/four_hosts_floyd.xml index 0802abfbf8..ec233d86db 100644 --- a/teshsuite/simdag/platforms/four_hosts_floyd.xml +++ b/teshsuite/simdag/platforms/four_hosts_floyd.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/four_hosts_floyd_bis.xml b/teshsuite/simdag/platforms/four_hosts_floyd_bis.xml index 579e2ad60a..d93a91cf9e 100644 --- a/teshsuite/simdag/platforms/four_hosts_floyd_bis.xml +++ b/teshsuite/simdag/platforms/four_hosts_floyd_bis.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_cluster.xml b/teshsuite/simdag/platforms/one_cluster.xml index 24a2bf14c3..e2c1eed1f2 100644 --- a/teshsuite/simdag/platforms/one_cluster.xml +++ b/teshsuite/simdag/platforms/one_cluster.xml @@ -1,5 +1,5 @@ - + - + - + - + - + - + - + diff --git a/teshsuite/simdag/platforms/one_cluster_properties_override.xml b/teshsuite/simdag/platforms/one_cluster_properties_override.xml index 6bbe324d4a..8a4f75c633 100644 --- a/teshsuite/simdag/platforms/one_cluster_properties_override.xml +++ b/teshsuite/simdag/platforms/one_cluster_properties_override.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_host.xml b/teshsuite/simdag/platforms/one_host.xml index ddf786d285..147feb292d 100644 --- a/teshsuite/simdag/platforms/one_host.xml +++ b/teshsuite/simdag/platforms/one_host.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_host_availability.xml b/teshsuite/simdag/platforms/one_host_availability.xml index 7f20346105..e88b01c022 100644 --- a/teshsuite/simdag/platforms/one_host_availability.xml +++ b/teshsuite/simdag/platforms/one_host_availability.xml @@ -1,5 +1,5 @@ - + - + diff --git a/teshsuite/simdag/platforms/one_host_state_file.xml b/teshsuite/simdag/platforms/one_host_state_file.xml index 7cfc73d464..e24559794e 100644 --- a/teshsuite/simdag/platforms/one_host_state_file.xml +++ b/teshsuite/simdag/platforms/one_host_state_file.xml @@ -1,5 +1,5 @@ - + - + - + - + diff --git a/teshsuite/simdag/platforms/one_host_trace_inside.xml b/teshsuite/simdag/platforms/one_host_trace_inside.xml index a5a493f1dd..f3f26adf2b 100644 --- a/teshsuite/simdag/platforms/one_host_trace_inside.xml +++ b/teshsuite/simdag/platforms/one_host_trace_inside.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_link_availability.xml b/teshsuite/simdag/platforms/one_link_availability.xml index 9856226e53..742ec3d959 100644 --- a/teshsuite/simdag/platforms/one_link_availability.xml +++ b/teshsuite/simdag/platforms/one_link_availability.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_link_fatpipe.xml b/teshsuite/simdag/platforms/one_link_fatpipe.xml index 8808c1a489..50b007187f 100644 --- a/teshsuite/simdag/platforms/one_link_fatpipe.xml +++ b/teshsuite/simdag/platforms/one_link_fatpipe.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_link_shared.xml b/teshsuite/simdag/platforms/one_link_shared.xml index 0dfb78a290..c9c5ccdb86 100644 --- a/teshsuite/simdag/platforms/one_link_shared.xml +++ b/teshsuite/simdag/platforms/one_link_shared.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/one_link_state_file.xml b/teshsuite/simdag/platforms/one_link_state_file.xml index 9584aa18da..4d3cb6951d 100644 --- a/teshsuite/simdag/platforms/one_link_state_file.xml +++ b/teshsuite/simdag/platforms/one_link_state_file.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/properties.xml b/teshsuite/simdag/platforms/properties.xml index 3e197c10e6..abee29765e 100644 --- a/teshsuite/simdag/platforms/properties.xml +++ b/teshsuite/simdag/platforms/properties.xml @@ -1,26 +1,12 @@ - + - - - - - - - - - - - - - - diff --git a/teshsuite/simdag/platforms/route_override.xml b/teshsuite/simdag/platforms/route_override.xml index 8647e0c84e..268ae91aa5 100644 --- a/teshsuite/simdag/platforms/route_override.xml +++ b/teshsuite/simdag/platforms/route_override.xml @@ -1,5 +1,5 @@ - + - + diff --git a/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml b/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml index cfdbddb0e0..f72e32a727 100644 --- a/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml +++ b/teshsuite/simdag/platforms/three_hosts_non_symmetric_route.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_clusters.xml b/teshsuite/simdag/platforms/two_clusters.xml index 24c82b7849..271e660d89 100644 --- a/teshsuite/simdag/platforms/two_clusters.xml +++ b/teshsuite/simdag/platforms/two_clusters.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_clusters_one_name.xml b/teshsuite/simdag/platforms/two_clusters_one_name.xml index 4a65b1e32a..853e4b8e35 100644 --- a/teshsuite/simdag/platforms/two_clusters_one_name.xml +++ b/teshsuite/simdag/platforms/two_clusters_one_name.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_clusters_symmetric.xml b/teshsuite/simdag/platforms/two_clusters_symmetric.xml index 667d228143..3753ac8357 100644 --- a/teshsuite/simdag/platforms/two_clusters_symmetric.xml +++ b/teshsuite/simdag/platforms/two_clusters_symmetric.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS.xml b/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS.xml index 8ae5cdb8b4..150948f632 100644 --- a/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS.xml +++ b/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS.xml @@ -6,7 +6,7 @@ It is used to check that this (bogus) file is detected as is (see two_hosts_asymetric.tesh) --> - + diff --git a/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS2.xml b/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS2.xml index 5b60f240a9..e76533449a 100644 --- a/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS2.xml +++ b/teshsuite/simdag/platforms/two_hosts_asymetric_BOGUS2.xml @@ -6,7 +6,7 @@ It is used to check that this (bogus) file is detected as is (see two_hosts_asymetric.tesh) --> - + diff --git a/teshsuite/simdag/platforms/two_hosts_multi_hop.xml b/teshsuite/simdag/platforms/two_hosts_multi_hop.xml index f9b22335d5..1ba5d7adc5 100644 --- a/teshsuite/simdag/platforms/two_hosts_multi_hop.xml +++ b/teshsuite/simdag/platforms/two_hosts_multi_hop.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_hosts_one_link.xml b/teshsuite/simdag/platforms/two_hosts_one_link.xml index 004d541b3d..edec521056 100644 --- a/teshsuite/simdag/platforms/two_hosts_one_link.xml +++ b/teshsuite/simdag/platforms/two_hosts_one_link.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml b/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml index 0460c93144..a75ffe755d 100644 --- a/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml +++ b/teshsuite/simdag/platforms/two_hosts_one_link_fullduplex.xml @@ -1,5 +1,5 @@ - + diff --git a/teshsuite/simdag/platforms/two_hosts_one_link_symmetrical.xml b/teshsuite/simdag/platforms/two_hosts_one_link_symmetrical.xml index d155bfb54d..91ee52211c 100644 --- a/teshsuite/simdag/platforms/two_hosts_one_link_symmetrical.xml +++ b/teshsuite/simdag/platforms/two_hosts_one_link_symmetrical.xml @@ -1,5 +1,5 @@ - + diff --git a/testsuite/surf/platform.xml b/testsuite/surf/platform.xml index d8420970ca..1fb76b0998 100644 --- a/testsuite/surf/platform.xml +++ b/testsuite/surf/platform.xml @@ -1,5 +1,5 @@ - + diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 0547ad96d4..75f7acf737 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -20,7 +20,7 @@ $ARGV[0] or die "simgrid_update_xml.pl \n"; open INPUT, "$ARGV[0]" or die "Cannot open input file $ARGV[0]: $!\n"; $output_string = "\n". - "\n". + "\n". "\n";