tobrien     2003/03/02 17:57:27

  Modified:    codec    project.xml project.properties
  Log:
  Updated maven project descriptor and associated properties
  
  Revision  Changes    Path
  1.2       +43 -8     jakarta-commons-sandbox/codec/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       27 Feb 2003 00:54:57 -0000      1.1
  +++ project.xml       3 Mar 2003 01:57:27 -0000       1.2
  @@ -4,7 +4,7 @@
     <extend>../../jakarta-commons/project.xml</extend>
     <name>Codec</name>
     <id>commons-codec</id>
  -  <currentVersion>1.0-dev</currentVersion>
  +  <currentVersion>1.1-dev</currentVersion>
     <inceptionYear>2002</inceptionYear>
     <shortDescription>
      A collection of simple and common encoders and decoders
  @@ -19,8 +19,8 @@
     <versions>
       <version>
         <id>dev</id>
  -      <name>1.0-dev</name>
  -      <tag>CODEC_1_0_DEV</tag>
  +      <name>1.1-dev</name>
  +      <tag>CODEC_1_1_DEV</tag>
       </version>
     </versions>
   
  @@ -31,7 +31,7 @@
         <email>[EMAIL PROTECTED]</email>
       </developer>
       <developer>
  -      <name>Tim O'Brien</name>
  +      <name>Tim OBrien</name>
         <id>tobrien</id>
         <email>[EMAIL PROTECTED]</email>
       </developer>
  @@ -50,14 +50,46 @@
         <id>dlr</id>
         <email>[EMAIL PROTECTED]</email>
       </developer>
  +    <developer>
  +      <name>Jon S. Stevens</name>
  +      <id>jon</id>
  +      <email>[EMAIL PROTECTED]</email>
  +    </developer>
     </developers>
  -  
  +
  +  <contributors>
  +   <contributor>
  +     <name>Christopher O'Brien</name>
  +     <email>[EMAIL PROTECTED]</email>
  +     <roles>hex, md5, architecture</roles>
  +   </contributor>
  +   <contributor>
  +     <name>Martin Redington</name>
  +     <roles>representing xml-rpc</roles>
  +   </contributor>
  +   <contributor>
  +     <name>Kyle Burton</name>
  +     <roles>double metaphone, nysiis</roles>
  +   </contributor>
  +   <contributor>
  +     <name>Jeffery Dever</name>
  +     <roles>representing http-client</roles>
  +   </contributor>
  +  </contributors>  
  +
     <dependencies>
  -    <dependency>
  +<!--    <dependency>
         <id>junit</id>
         <version>3.8</version>
  -    </dependency>
  +    </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=Sandbox&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;order=%27Importance%27</issueTrackingUrl>
  +
  +  <repository>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/${pom.artifactId.substring(8)}</connection>
  +    
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</url>
  +  </repository>
     
     <build>
       <unitTest>
  @@ -77,16 +109,19 @@
   
     <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>
  -   <report>maven-clover-plugin</report>
     </reports>
   </project>
  
  
  
  1.2       +6 -1      jakarta-commons-sandbox/codec/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/codec/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties        27 Feb 2003 00:54:57 -0000      1.1
  +++ project.properties        3 Mar 2003 01:57:27 -0000       1.2
  @@ -6,4 +6,9 @@
   maven.checkstyle.excludes=**/parser/*
   maven.test.failure = false
   maven.junit.fork=true
  -maven.linkcheck.enable=true 
  \ No newline at end of file
  +maven.linkcheck.enable=true 
  +
  +maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to