Skip to content

Commit df5d112

Browse files
committed
Added $Id$ CVS tag.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130242 13f79535-47bb-0310-9956-ffa450edef68
1 parent e0ee393 commit df5d112

2 files changed

Lines changed: 30 additions & 26 deletions

File tree

TODO

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
1-
This is a list of action items to be finished in the [codec] project.
2-
This TODO list reflects the current direction of development, and
3-
should be updated by all committers when a known issues or task
4-
is identified.
5-
6-
When a task in the TODO list is done, change the changes.xml document in xdocs
7-
8-
** TODO List
9-
10-
* Add a ship encode and decode to binary package
11-
12-
* Add a btoa encode and decode to binary package
13-
14-
* Add a uu encode and decode to binary package
15-
16-
* Add a Rot13 implementation to text package
17-
18-
* figure out a better way to supply test data and expected input/output
19-
to the JUNIT test cases
20-
21-
* develop multiple distributions for projects that only wish to use
22-
a specific class, and are worried about footprint (memory and diskspace).
23-
24-
25-
26-
1+
$Id: TODO,v 1.3 2003/11/07 23:18:38 ggregory Exp $
2+
3+
This is a list of action items to be finished in the [codec] project.
4+
This TODO list reflects the current direction of development, and
5+
should be updated by all committers when a known issues or task
6+
is identified.
7+
8+
When a task in the TODO list is done, change the changes.xml document in xdocs
9+
10+
** TODO List
11+
12+
* Add a ship encode and decode to binary package
13+
14+
* Add a btoa encode and decode to binary package
15+
16+
* Add a uu encode and decode to binary package
17+
18+
* Add a Rot13 implementation to text package
19+
20+
* figure out a better way to supply test data and expected input/output
21+
to the JUNIT test cases
22+
23+
* develop multiple distributions for projects that only wish to use
24+
a specific class, and are worried about footprint (memory and diskspace).
25+
26+
27+
28+

default.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#$Id: default.properties,v 1.5 2003/11/07 23:20:19 ggregory Exp $
2+
13
# The pathname of the "junit.jar" JAR file
24
junit.jar = ${junit.home}/junit-3.7.jar
35

0 commit comments

Comments
 (0)