Skip to content

Commit f023e02

Browse files
author
Timothy O'Brien
committed
Updated org logo to use Jakarta Logo with white background
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130274 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1fed0e0 commit f023e02

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

project.xml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project>
3-
<extend>../project.xml</extend>
4-
<name>Codec</name>
5-
<id>commons-codec</id>
6-
<currentVersion>1.2</currentVersion>
7-
<inceptionYear>2002</inceptionYear>
8-
<shortDescription>Simple encoders and decoders</shortDescription>
9-
<description>
3+
<extend>../project.xml</extend>
4+
<name>Codec</name>
5+
<id>commons-codec</id>
6+
<currentVersion>1.2</currentVersion>
7+
8+
<organization>
9+
<name>Apache Software Foundation</name>
10+
<url>http://www.apache.org</url>
11+
<logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
12+
</organization>
13+
14+
<inceptionYear>2002</inceptionYear>
15+
<shortDescription>Simple encoders and decoders</shortDescription>
16+
<description>
1017
The codec package contains simple encoder and decoders for
1118
various formats such as Base64 and Hexadecimal. In addition to these
1219
widely used encoders and decoders, the codec package also maintains a

0 commit comments

Comments
 (0)