You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/12/14 06:46:30 UTC

cvs commit: jakarta-commons/codec project.xml

tobrien     2003/12/13 21:46:30

  Modified:    codec    project.xml
  Log:
  Updated org logo to use Jakarta Logo with white background
  
  Revision  Changes    Path
  1.23      +14 -7     jakarta-commons/codec/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml	23 Nov 2003 22:16:46 -0000	1.22
  +++ project.xml	14 Dec 2003 05:46:30 -0000	1.23
  @@ -1,12 +1,19 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <project>
  -    <extend>../project.xml</extend>
  -    <name>Codec</name>
  -    <id>commons-codec</id>
  -    <currentVersion>1.2</currentVersion>
  -    <inceptionYear>2002</inceptionYear>
  -    <shortDescription>Simple encoders and decoders</shortDescription>
  -    <description>
  +  <extend>../project.xml</extend>
  +  <name>Codec</name>
  +  <id>commons-codec</id>
  +  <currentVersion>1.2</currentVersion>
  +
  +  <organization>
  +    <name>Apache Software Foundation</name>
  +    <url>http://www.apache.org</url>
  +    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
  +  </organization>
  +
  +  <inceptionYear>2002</inceptionYear>
  +  <shortDescription>Simple encoders and decoders</shortDescription>
  +  <description>
      The codec package contains simple encoder and decoders for
      various formats such as Base64 and Hexadecimal.  In addition to these
      widely used encoders and decoders, the codec package also maintains a
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org