You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2003/11/03 20:21:24 UTC

cvs commit: jakarta-commons/codec project.xml

ggregory    2003/11/03 11:21:24

  Modified:    codec    project.xml
  Log:
  Inching towards a 1.2 release.
  
  Revision  Changes    Path
  1.20      +138 -147  jakarta-commons/codec/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- project.xml	4 Oct 2003 16:32:25 -0000	1.19
  +++ project.xml	3 Nov 2003 19:21:24 -0000	1.20
  @@ -1,163 +1,154 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
   <project>
  -  <extend>../project.xml</extend>
  -  <name>Codec</name>
  -  <id>commons-codec</id>
  -  <currentVersion>1.1.1-dev</currentVersion>
  -  <inceptionYear>2002</inceptionYear>
  -  <shortDescription>
  +    <extend>../project.xml</extend>
  +    <name>Codec</name>
  +    <id>commons-codec</id>
  +    <currentVersion>1.2-dev</currentVersion>
  +    <inceptionYear>2002</inceptionYear>
  +    <shortDescription>
      A collection of simple and common encoders and decoders
     </shortDescription>
  -  <description>
  +    <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
      collection of phonetic encoding utilities.
     </description>
  -
  -  <versions>
  -    <version>
  -      <id>1.1-rc1</id>
  -      <name>1.1-rc1</name>
  -      <tag>CODEC_1_1_RC1</tag>
  -    </version>
  -    <version>
  -      <id>1.1</id>
  -      <name>1.1</name>
  -      <tag>CODEC_1_1</tag>
  -    </version>
  -  </versions>
  -  <branches>
  +    <versions>
  +        <version>
  +            <id>1.1-rc1</id>
  +            <name>1.1-rc1</name>
  +            <tag>CODEC_1_1_RC1</tag>
  +        </version>
  +        <version>
  +            <id>1.1</id>
  +            <name>1.1</name>
  +            <tag>CODEC_1_1</tag>
  +        </version>
  +    </versions>
  +    <branches>
     </branches>
  -
  -  <developers>
  -    <developer>
  -      <name>Henri Yandell</name>
  -      <id>bayard</id>
  -      <email>bayard@generationjava.com</email>
  -    </developer>
  -    <developer>
  -      <name>Tim OBrien</name>
  -      <id>tobrien</id>
  -      <email>tobrien@apache.org</email>
  -      <timezone>-6</timezone>
  -    </developer>
  -    <developer>
  -      <name>Scott Sanders</name>
  -      <id>sanders</id>
  -      <email>sanders@totalsync.com</email>
  -    </developer>
  -    <developer>
  -      <name>Rodney Waldhoff</name>
  -      <id>rwaldhoff</id>
  -      <email>rwaldhoff@apache.org</email>
  -    </developer>
  -    <developer>
  -      <name>Daniel Rall</name>
  -      <id>dlr</id>
  -      <email>dlr@finemaltcoding.com</email>
  -    </developer>
  -    <developer>
  -      <name>Jon S. Stevens</name>
  -      <id>jon</id>
  -      <email>jon@collab.net</email>
  -    </developer>
  -    <developer>
  -      <name>Gary D. Gregory</name>
  -      <id>ggregory</id>
  -      <email>ggregory@seagullsw.com</email>
  -      <organization>SEAGULL Software</organization>
  -      <roles>
  -        <role>Java Developer</role>
  -      </roles>
  -      </developer>
  -    <developer>
  -      <name>David Graham</name>
  -      <id>dgraham</id>
  -      <email>dgraham@apache.org</email>
  -     </developer>
  -  </developers>
  -
  -  <contributors>
  -   <contributor>
  -     <name>Christopher O'Brien</name>
  -     <email>siege@preoccupied.net</email>
  -     <roles>hex, md5, architecture</roles>
  -   </contributor>
  -   <contributor>
  -     <name>Martin Redington</name>
  -     <roles>representing xml-rpc</roles>
  -   </contributor>
  -   <contributor>
  -     <name>Jeffery Dever</name>
  -     <roles>representing http-client</roles>
  -   </contributor>
  -   <contributor>
  -     <name>Steve Zimmermann</name>
  -     <email>steve.zimmermann@heii.com</email>
  -     <roles>documentation</roles>
  -   </contributor>
  -   <contributor>
  -     <name>Benjamin Walstrum</name>
  -     <email>ben@walstrum.com</email>
  -   </contributor>
  -   <contributor>
  -     <name>Oleg Kalnichevski</name>
  -     <email>oleg@ural.ru</email>
  -     <roles>representing http-client</roles>
  -   </contributor>
  -   <contributor>
  -     <name>Dave Dribin</name>
  -     <email>apache@dave.dribin.org</email>
  -     <roles>digest util</roles>
  -   </contributor>
  -  </contributors>  
  -
  -  <dependencies>
  -<!-- <dependency>
  +    <developers>
  +        <developer>
  +            <name>Henri Yandell</name>
  +            <id>bayard</id>
  +            <email>bayard@generationjava.com</email>
  +        </developer>
  +        <developer>
  +            <name>Tim OBrien</name>
  +            <id>tobrien</id>
  +            <email>tobrien@apache.org</email>
  +            <timezone>-6</timezone>
  +        </developer>
  +        <developer>
  +            <name>Scott Sanders</name>
  +            <id>sanders</id>
  +            <email>sanders@totalsync.com</email>
  +        </developer>
  +        <developer>
  +            <name>Rodney Waldhoff</name>
  +            <id>rwaldhoff</id>
  +            <email>rwaldhoff@apache.org</email>
  +        </developer>
  +        <developer>
  +            <name>Daniel Rall</name>
  +            <id>dlr</id>
  +            <email>dlr@finemaltcoding.com</email>
  +        </developer>
  +        <developer>
  +            <name>Jon S. Stevens</name>
  +            <id>jon</id>
  +            <email>jon@collab.net</email>
  +        </developer>
  +        <developer>
  +            <name>Gary D. Gregory</name>
  +            <id>ggregory</id>
  +            <email>ggregory@seagullsw.com</email>
  +            <organization>SEAGULL Software</organization>
  +            <roles>
  +                <role>Java Developer</role>
  +            </roles>
  +        </developer>
  +        <developer>
  +            <name>David Graham</name>
  +            <id>dgraham</id>
  +            <email>dgraham@apache.org</email>
  +        </developer>
  +    </developers>
  +    <contributors>
  +        <contributor>
  +            <name>Christopher O'Brien</name>
  +            <email>siege@preoccupied.net</email>
  +            <roles>hex, md5, architecture</roles>
  +        </contributor>
  +        <contributor>
  +            <name>Martin Redington</name>
  +            <roles>representing xml-rpc</roles>
  +        </contributor>
  +        <contributor>
  +            <name>Jeffery Dever</name>
  +            <roles>representing http-client</roles>
  +        </contributor>
  +        <contributor>
  +            <name>Steve Zimmermann</name>
  +            <email>steve.zimmermann@heii.com</email>
  +            <roles>documentation</roles>
  +        </contributor>
  +        <contributor>
  +            <name>Benjamin Walstrum</name>
  +            <email>ben@walstrum.com</email>
  +        </contributor>
  +        <contributor>
  +            <name>Oleg Kalnichevski</name>
  +            <email>oleg@ural.ru</email>
  +            <roles>representing http-client</roles>
  +        </contributor>
  +        <contributor>
  +            <name>Dave Dribin</name>
  +            <email>apache@dave.dribin.org</email>
  +            <roles>digest util</roles>
  +        </contributor>
  +    </contributors>
  +    <dependencies>
  +        <!-- <dependency>
         <id>junit</id>
         <version>3.8</version>
       </dependency> -->
  -  </dependencies>
  -
  -  <issueTrackingUrl>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
  -
  -  <build>
  -
  -    <unitTest>
  -      <includes>
  -        <include>**/*Test.java</include>
  -      </includes>
  -      <excludes>
  -        <exclude>**/*AbstractTest.java</exclude>
  -      </excludes>
  -      <resources>
  -         <resource>
  -            <directory>${pom.build.unitTestSourceDirectory}</directory>
  +    </dependencies>
  +    <issueTrackingUrl>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=&amp;emailtype1=substring&amp;emailassigned_to1=1&amp;email2=&amp;emailtype2=substring&amp;emailreporter2=1&amp;bugidtype=include&amp;bug_id=&amp;changedin=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;product=Commons&amp;component=Codec&amp;short_desc=&amp;short_desc_type=allwordssubstr&amp;long_desc=&amp;long_desc_type=allwordssubstr&amp;bug_file_loc=&amp;bug_file_loc_type=allwordssubstr&amp;keywords=&amp;keywords_type=anywords&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;cmdtype=doit&amp;newqueryname=&amp;order=Reuse+same+sort+as+last+time</issueTrackingUrl>
  +    <build>
  +        <unitTest>
               <includes>
  -              <include>**/*.xml</include>
  +                <include>**/*Test.java</include>
               </includes>
  -         </resource>
  -      </resources>
  -    </unitTest>
  -  </build>
  -
  -  <reports>
  -   <report>maven-changelog-plugin</report>
  -<!--   <report>maven-changes-plugin</report> -->
  -   <report>maven-checkstyle-plugin</report>
  -   <report>maven-clover-plugin</report>
  -   <report>maven-developer-activity-plugin</report>
  -   <report>maven-file-activity-plugin</report>
  -   <report>maven-javadoc-plugin</report>
  -<!--   <report>maven-jdepend-plugin</report> -->
  -<!--   <report>maven-jellydoc-plugin</report> -->
  -   <report>maven-junit-report-plugin</report>
  -   <report>maven-jxr-plugin</report>
  -   <report>maven-license-plugin</report>
  -<!--   <report>maven-linkcheck-plugin</report> -->
  -   <report>maven-statcvs-plugin</report>
  -<!--   <report>maven-tasklist-plugin</report> -->
  -  </reports>
  +            <excludes>
  +                <exclude>**/*AbstractTest.java</exclude>
  +            </excludes>
  +            <resources>
  +                <resource>
  +                    <directory>${pom.build.unitTestSourceDirectory}</directory>
  +                    <includes>
  +                        <include>**/*.xml</include>
  +                    </includes>
  +                </resource>
  +            </resources>
  +        </unitTest>
  +    </build>
  +    <reports>
  +        <report>maven-changelog-plugin</report>
  +        <!--   <report>maven-changes-plugin</report> -->
  +        <report>maven-checkstyle-plugin</report>
  +        <report>maven-clover-plugin</report>
  +        <report>maven-developer-activity-plugin</report>
  +        <report>maven-file-activity-plugin</report>
  +        <report>maven-javadoc-plugin</report>
  +        <!--   <report>maven-jdepend-plugin</report> -->
  +        <!--   <report>maven-jellydoc-plugin</report> -->
  +        <report>maven-junit-report-plugin</report>
  +        <report>maven-jxr-plugin</report>
  +        <report>maven-license-plugin</report>
  +        <!--   <report>maven-linkcheck-plugin</report> -->
  +        <report>maven-statcvs-plugin</report>
  +        <!--   <report>maven-tasklist-plugin</report> -->
  +    </reports>
   </project>
  
  
  

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