jsdever     2003/01/25 11:24:50

  Modified:    httpclient project.xml
  Log:
  Added postgoal for the src build
  
  Revision  Changes    Path
  1.23      +24 -2     jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml       25 Jan 2003 16:24:04 -0000      1.22
  +++ project.xml       25 Jan 2003 19:24:50 -0000      1.23
  @@ -6,9 +6,9 @@
       <currentVersion>2.0-alpha2</currentVersion>
       <inceptionYear>2001</inceptionYear>
       <gumpRepositoryId>jakarta-commons-httpclient</gumpRepositoryId>
  -    <shortDescription>Commons HttpClient</shortDescription>
  +    <shortDescription>Jakarta Commons HttpClient</shortDescription>
       <description>
  -      Embeddable HTTP Client
  +       The HttpClient  component supports the client-side of RFC 1945 (HTTP/1.0)  
and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 
2617 (HTTP Authentication) , etc.), and provides a framework by which new request 
types (methods) or HTTP extensions can be created easily.
       </description>
       <package>org.apache.commons.httpclient</package>
       <logo>/images/httpclient_logo.png</logo>
  @@ -18,6 +18,19 @@
     <siteDirectory>/www/jakarta.apache.org/commons/httpclient/</siteDirectory>
     
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/httpclient</distributionDirectory>
   
  +  <versions>
  +    <version>
  +      <id>a1</id>
  +      <name>2.0-alpha1</name>
  +      <tag>HTTPCLIENT_2_0_ALPHA1</tag>
  +    </version>
  +    <version>
  +      <id>a2</id>
  +      <name>2.0-alpha2</name>
  +      <tag>HTTPCLIENT_2_0_ALPHA2</tag>
  +    </version>
  +  </versions>
  +
     <mailingLists>
       <mailingList>
         <name>HttpClient Mailing List</name>
  @@ -198,5 +211,14 @@
           </unitTest>
        <jars></jars>
       </build>
  +
  +    <postGoal name="jelly:dist:prepare-src-filesystem">
  +      <echo>Running HttpClient specific postGoal</echo>
  +      <copy todir="${maven.dist.bin.assembly.dir}">
  +        <fileset dir=".">
  +          <include name="build.properties.sample"/>
  +        </fileset>
  +      </copy>
  +    </postGoal>
   
   </project>
  
  
  

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

Reply via email to