Skip to content

Commit b42d42b

Browse files
author
Dirk Verbeeck
committed
svn:keywords correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@155405 13f79535-47bb-0310-9956-ffa450edef68
1 parent 31d080c commit b42d42b

42 files changed

Lines changed: 42 additions & 42 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RELEASE-NOTES-1.0-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Please use ./xdocs/changes.xml instead of this file.
22

3-
$Id: RELEASE-NOTES-1.0-dev.txt,v 1.2 2004/06/22 19:31:57 ggregory Exp $
3+
$Id$
44

55
Commons Codec Package
66
Version 1.0-dev

RELEASE-NOTES-1.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Please use ./xdocs/changes.xml instead of this file.
22

3-
$Id: RELEASE-NOTES-1.1.txt,v 1.2 2004/06/22 19:31:57 ggregory Exp $
3+
$Id$
44

55
Commons Codec Package
66
Version 1.1

RELEASE-NOTES-1.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Please use ./xdocs/changes.xml instead of this file.
22

3-
$Id: RELEASE-NOTES-1.2.txt,v 1.2 2004/06/22 19:31:57 ggregory Exp $
3+
$Id$
44

55
Commons Codec Package
66
Version 1.2

RELEASE-PLAN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: RELEASE-PLAN,v 1.5 2004/01/14 18:13:58 ggregory Exp $
1+
$Id$
22

33
Jakarta Commons Codec
44

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Id: TODO,v 1.3 2003/11/07 23:18:38 ggregory Exp $
1+
$Id$
22

33
This is a list of action items to be finished in the [codec] project.
44
This TODO list reflects the current direction of development, and

build.properties.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
# $Id: build.properties.sample,v 1.2 2004/02/23 07:32:49 ggregory Exp $
17+
# $Id$
1818

1919
# junit.jar - JUnit Classpath - http://junit.org/
2020
junit.jar=/java/junit/junit.jar

default.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
# $Id: default.properties,v 1.15 2004/07/22 21:29:27 ggregory Exp $
17+
# $Id$
1818

1919
# The pathname of the "junit.jar" JAR file
2020
junit.jar = ${junit.home}/junit-3.8.1.jar

src/java/org/apache/commons/codec/BinaryDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Defines common decoding methods for byte array decoders.
2121
*
2222
* @author Apache Software Foundation
23-
* @version $Id: BinaryDecoder.java,v 1.10 2004/06/15 18:14:15 ggregory Exp $
23+
* @version $Id$
2424
*/
2525
public interface BinaryDecoder extends Decoder {
2626

src/java/org/apache/commons/codec/BinaryEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Defines common encoding methods for byte array encoders.
2121
*
2222
* @author Apache Software Foundation
23-
* @version $Id: BinaryEncoder.java,v 1.10 2004/02/29 04:08:31 tobrien Exp $
23+
* @version $Id$
2424
*/
2525
public interface BinaryEncoder extends Encoder {
2626

src/java/org/apache/commons/codec/Decoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <p>One of the two interfaces at the center of the codec package.</p>
2828
*
2929
* @author Apache Software Foundation
30-
* @version $Id: Decoder.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $
30+
* @version $Id$
3131
*/
3232
public interface Decoder {
3333

0 commit comments

Comments
 (0)