jsdever     2003/01/25 12:14:06

  Modified:    httpclient project.xml
  Added:       httpclient maven.xml
  Log:
  Hopefully the last round of xml updates before the release.
  
  Revision  Changes    Path
  1.24      +0 -9      jakarta-commons/httpclient/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml       25 Jan 2003 19:24:50 -0000      1.23
  +++ project.xml       25 Jan 2003 20:14:06 -0000      1.24
  @@ -212,13 +212,4 @@
        <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>
  
  
  
  1.1                  jakarta-commons/httpclient/maven.xml
  
  Index: maven.xml
  ===================================================================
  <?xml version="1.0"?>
  <!-- Author: Jeff Dever -->
  
  <project>
  
    <postGoal name="dist:prepare-bin-filesystem">
      <echo>Running postGoal </echo>
  
      <copy todir="${maven.dist.bin.assembly.dir}/docs">
        <fileset dir="./docs">
          <include name="*.txt"/>
          <include name="*.html"/>
        </fileset>
      </copy>
      
    </postGoal>
  
    <postGoal name="dist:prepare-src-filesystem">
      <echo>Running postGoal </echo>
  
      <copy todir="${maven.dist.src.assembly.dir}">
        <fileset dir=".">
          <include name="build.properties.sample"/>
        </fileset>
      </copy>
  
      <copy todir="${maven.dist.src.assembly.dir}/docs">
        <fileset dir="./docs">
          <include name="*.txt"/>
          <include name="*.html"/>
        </fileset>
      </copy>
      
    </postGoal>
  
  </project>
  
  
  

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

Reply via email to