File: todo.xml

package info (click to toggle)
libgroboutils-java 5-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,396 kB
  • ctags: 11,186
  • sloc: java: 59,748; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (24 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<head>
    <name>What's Left To Do</name>
    <doc-version>$Date: 2004/02/03 19:35:41 $</doc-version>
    <author>Matt Albrecht</author>
</head>
<body>

This is a wish-list of new features for this project:
<OL>
    <LI><B>Make the tool easier to use:</B>
    I need to simplify the Ant tasks.  In particular, this can be done
    using the Ant references to store some state.
    </LI>
    
    <LI><B>Enhance Reporting:</B>
    Reporting needs to be enhanced, and made cleaner.
    </LI>
</OL>

</body>
</document>