[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc
tos-write-buildinfo.in, 1.2, 1.3
Jan Beutel
beutel at users.sourceforge.net
Fri Aug 17 10:22:36 PDT 2007
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc
tos-write-buildinfo.in, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/pdf tep114.pdf, NONE,
1.1 tep129.pdf, NONE, 1.1 tep125.pdf, NONE, 1.1 tep109.pdf,
NONE, 1.1 tep123.pdf, NONE, 1.1 tep110.pdf, NONE, 1.1 tep1.pdf,
NONE, 1.1 porting.pdf, NONE, 1.1 tep102.pdf, NONE,
1.1 tep122.pdf, NONE, 1.1 tep121.pdf, NONE, 1.1 tep112.pdf,
NONE, 1.1 tep103.pdf, NONE, 1.1 tep130.pdf, NONE,
1.1 tep111.pdf, NONE, 1.1 tep108.pdf, NONE, 1.1 tep128.pdf,
NONE, 1.1 tep115.pdf, NONE, 1.1 tep126.pdf, NONE,
1.1 tep120.pdf, NONE, 1.1 tep113.pdf, NONE, 1.1 tep106.pdf,
NONE, 1.1 tep2.pdf, NONE, 1.1 tep107.pdf, NONE, 1.1 tep116.pdf,
NONE, 1.1 tep105.pdf, NONE, 1.1 tep127.pdf, NONE,
1.1 tep101.pdf, NONE, 1.1 tep117.pdf, NONE, 1.1 tep118.pdf,
NONE, 1.1 tep119.pdf, NONE, 1.1 tep3.pdf, NONE,
1.1 overview.pdf, NONE, 1.1 tep124.pdf, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6724/tools/tinyos/misc
Modified Files:
tos-write-buildinfo.in
Log Message:
forgot xml termination
Index: tos-write-buildinfo.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-write-buildinfo.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tos-write-buildinfo.in 17 Aug 2007 16:57:55 -0000 1.2
--- tos-write-buildinfo.in 17 Aug 2007 17:22:34 -0000 1.3
***************
*** 50,59 ****
print " <ram>";
print $text[1];
! print "<ram>\n";
print " <flash>";
print $text[0];
! print "<flash>\n";
print " <stack>";
print $text[2];
! print "<stack>\n";
print "</metrics>\n";
--- 50,59 ----
print " <ram>";
print $text[1];
! print "</ram>\n";
print " <flash>";
print $text[0];
! print "</flash>\n";
print " <stack>";
print $text[2];
! print "</stack>\n";
print "</metrics>\n";
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc
tos-write-buildinfo.in, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/pdf tep114.pdf, NONE,
1.1 tep129.pdf, NONE, 1.1 tep125.pdf, NONE, 1.1 tep109.pdf,
NONE, 1.1 tep123.pdf, NONE, 1.1 tep110.pdf, NONE, 1.1 tep1.pdf,
NONE, 1.1 porting.pdf, NONE, 1.1 tep102.pdf, NONE,
1.1 tep122.pdf, NONE, 1.1 tep121.pdf, NONE, 1.1 tep112.pdf,
NONE, 1.1 tep103.pdf, NONE, 1.1 tep130.pdf, NONE,
1.1 tep111.pdf, NONE, 1.1 tep108.pdf, NONE, 1.1 tep128.pdf,
NONE, 1.1 tep115.pdf, NONE, 1.1 tep126.pdf, NONE,
1.1 tep120.pdf, NONE, 1.1 tep113.pdf, NONE, 1.1 tep106.pdf,
NONE, 1.1 tep2.pdf, NONE, 1.1 tep107.pdf, NONE, 1.1 tep116.pdf,
NONE, 1.1 tep105.pdf, NONE, 1.1 tep127.pdf, NONE,
1.1 tep101.pdf, NONE, 1.1 tep117.pdf, NONE, 1.1 tep118.pdf,
NONE, 1.1 tep119.pdf, NONE, 1.1 tep3.pdf, NONE,
1.1 overview.pdf, NONE, 1.1 tep124.pdf, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list