Fixed rmll examples
authoretisserant
Tue, 14 Oct 2008 13:40:17 +0200
changeset 255 1f660bed2ab1
parent 254 2c5909789f0b
child 256 1da137b99948
Fixed rmll examples
.cvsignore
tests/linux/autom_ihm_rmll/beremiz.xml
tests/linux/simul_visu_rmll/beremiz.xml
--- 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
--- 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>
--- 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>