annotate packages/services/cpuload/current/ChangeLog @ 651:603f78f0d43a

Tweak CDL definitions of test cases to avoid problems with the GUI configtool
author bartv
date Fri, 21 Feb 2003 00:08:08 +0000
parents 7de36227e601
children c3c6e67dbc44
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
651
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
1 2003-02-20 Bart Veer <bartv@ecoscentric.com>
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
2
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
3 * cdl/cpuload.cdl: identify test binaries, not test sources
603f78f0d43a Tweak CDL definitions of test cases to avoid problems with the GUI
bartv
parents: 301
diff changeset
4
301
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
5 2002-08-15 Andrew Lunn <andrew.lunn@ascom.ch>
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
6
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
7 * Created a new package with my CPU load measurement code which
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
8 has been sitting in the ecos-discuss archive for 2 and a bit
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
9 years.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
10
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
11 //===========================================================================
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
12 //####ECOSGPLCOPYRIGHTBEGIN####
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
13 // -------------------------------------------
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
14 // This file is part of eCos, the Embedded Configurable Operating System.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
15 // Copyright (C) 2002 Andrew Lunn
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
16 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
17 // eCos is free software; you can redistribute it and/or modify it under
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
18 // the terms of the GNU General Public License as published by the Free
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
19 // Software Foundation; either version 2 or (at your option) any later version.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
20 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
21 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
22 // WARRANTY; without even the implied warranty of MERCHANTABILITY or
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
23 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
24 // for more details.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
25 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
26 // You should have received a copy of the GNU General Public License along
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
27 // with eCos; if not, write to the Free Software Foundation, Inc.,
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
28 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
29 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
30 // As a special exception, if other files instantiate templates or use macros
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
31 // or inline functions from this file, or you compile this file and link it
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
32 // with other works to produce a work based on this file, this file does not
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
33 // by itself cause the resulting work to be covered by the GNU General Public
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
34 // License. However the source code for this file must still be made available
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
35 // in accordance with section (3) of the GNU General Public License.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
36 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
37 // This exception does not invalidate any other reasons why a work based on
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
38 // this file might be covered by the GNU General Public License.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
39 //
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
40 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
41 // at http://sources.redhat.com/ecos/ecos-license/
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
42 // -------------------------------------------
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
43 //####ECOSGPLCOPYRIGHTEND####
7de36227e601 * Created a new package with my CPU load measurement code which
asl
parents:
diff changeset
44 //===========================================================================