You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by og...@apache.org on 2004/10/01 11:38:16 UTC

cvs commit: jakarta-commons/httpclient project.xml

oglueck     2004/10/01 02:38:16

  Modified:    httpclient project.xml
  Log:
  added branch, license information
  added personal information
  cleaned build information
  
  Revision  Changes    Path
  1.50      +25 -10    jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- project.xml	19 Sep 2004 19:38:13 -0000	1.49
  +++ project.xml	1 Oct 2004 09:38:16 -0000	1.50
  @@ -90,6 +90,12 @@
         <tag>HTTPCLIENT_2_0_ALPHA1</tag>
       </version>
     </versions>
  +  
  +  <branches>
  +    <branch>
  +      <tag>HTTPCLIENT_2_0_BRANCH</tag>
  +    </branch>
  +  </branches>
   
     <mailingLists>
       <mailingList>
  @@ -150,6 +156,10 @@
         <roles>
           <role>Java Developer</role>
         </roles>
  +      <url>http://www.odi.ch/</url>
  +      <!-- don't include this until http://jira.codehaus.org/browse/MPXDOC-121 is resolved
  +      <timezone>1</timezone>
  +      -->
       </developer>
       <developer>
         <name>Sung-Gu</name>
  @@ -252,6 +262,14 @@
       </contributor>
     </contributors>
   
  +  <licenses>
  +    <license>
  +      <name>Apache License</name>
  +      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  +      <distribution>repo</distribution>
  +    </license>
  +  </licenses>
  +
     <dependencies>
       <dependency>
         <id>junit</id>
  @@ -270,20 +288,17 @@
       </dependency>
     </dependencies>
   
  -    <build>
  +  <build>
       <nagEmailAddress>commons-httpclient-dev@jakarta.apache.org</nagEmailAddress>
       <sourceDirectory>src/java</sourceDirectory>
       <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -    <integrationUnitTestSourceDirectory/>
       <aspectSourceDirectory/>
  -
  -        <unitTest>
  -            <includes>
  -                <include>**/TestNoHost.java</include>
  -            </includes>
  -        </unitTest>
  -	<jars></jars>
  -    </build>
  +    <unitTest>
  +      <includes>
  +        <include>**/TestNoHost.java</include>
  +      </includes>
  +    </unitTest>
  +  </build>
   
     <reports>
     	<report>maven-changelog-plugin</report>
  
  
  

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