# HG changeset patch # User etisserant # Date 1223984417 -7200 # Node ID 1f660bed2ab1ebc8e0d0e60e03525e6ec7839d28 # Parent 2c5909789f0b1140f47a1a70335f0cb18719ee8f Fixed rmll examples diff -r 2c5909789f0b -r 1f660bed2ab1 .cvsignore --- a/.cvsignore Wed Sep 10 17:14:12 2008 +0200 +++ b/.cvsignore Tue Oct 14 13:40:17 2008 +0200 @@ -5,3 +5,4 @@ .pyproject .externalToolBuilders .pydevproject +xmlclass diff -r 2c5909789f0b -r 1f660bed2ab1 tests/linux/autom_ihm_rmll/beremiz.xml --- a/tests/linux/autom_ihm_rmll/beremiz.xml Wed Sep 10 17:14:12 2008 +0200 +++ b/tests/linux/autom_ihm_rmll/beremiz.xml Tue Oct 14 13:40:17 2008 +0200 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<BeremizRoot URI_location="PYRO://localhost:3000"> +<BeremizRoot URI_location="LOCAL://"> <TargetType> - <Linux CFLAGS="-g" Linker="g++" LDFLAGS=""/> + <Linux CFLAGS="-g" LDFLAGS=""/> </TargetType> </BeremizRoot> diff -r 2c5909789f0b -r 1f660bed2ab1 tests/linux/simul_visu_rmll/beremiz.xml --- a/tests/linux/simul_visu_rmll/beremiz.xml Wed Sep 10 17:14:12 2008 +0200 +++ b/tests/linux/simul_visu_rmll/beremiz.xml Tue Oct 14 13:40:17 2008 +0200 @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<BeremizRoot CFLAGS="" Linker="g++" LDFLAGS=""> +<BeremizRoot URI_location="LOCAL://"> <TargetType> - <Linux Nice="0"/> + <Linux CFLAGS="-g" LDFLAGS=""/> </TargetType> - <Connection> - <Local/> - </Connection> </BeremizRoot>