You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2004/01/30 13:19:26 UTC

cvs commit: jakarta-gump/project commons-httpclient-2.0-branch.xml avalon-excalibur.xml

bodewig     2004/01/30 04:19:26

  Modified:    project  commons-httpclient-2.0-branch.xml
                        avalon-excalibur.xml
  Log:
  Some simple fixes
  
  Revision  Changes    Path
  1.4       +1 -0      jakarta-gump/project/commons-httpclient-2.0-branch.xml
  
  Index: commons-httpclient-2.0-branch.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/commons-httpclient-2.0-branch.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- commons-httpclient-2.0-branch.xml	6 Jan 2004 20:50:44 -0000	1.3
  +++ commons-httpclient-2.0-branch.xml	30 Jan 2004 12:19:26 -0000	1.4
  @@ -15,6 +15,7 @@
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <option project="jsse"/>
  +    <depend project="commons-codec" runtime="true"/>
       <depend project="commons-logging" runtime="true"/>
       <work nested="target/classes"/>
       <home nested="dist"/>
  
  
  
  1.90      +0 -23     jakarta-gump/project/avalon-excalibur.xml
  
  Index: avalon-excalibur.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/avalon-excalibur.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- avalon-excalibur.xml	8 Jan 2004 08:09:29 -0000	1.89
  +++ avalon-excalibur.xml	30 Jan 2004 12:19:26 -0000	1.90
  @@ -872,27 +872,4 @@
       <!-- DUMMY, remove once Cocoon has removed its dependency -->
       <project name="excalibur-naming"/>
   
  -    <!-- ===================================================================
  -          Binary packages
  -
  -    This is stuff not built from source by gump.
  -    =================================================================== -->
  -
  -    <!-- this is temporarily in place so that we can get some clean gump
  -         runs set up without having to keep up with all the altrmi
  -         refactorings -->
  -    <project name="excalibur-altrmi-0.9.2">
  -        <package>org.apache.altrmi</package>
  -
  -        <jar id="client-impl" name="lib/altrmi-client-impl-0.9.6.jar"/>
  -        <jar id="client-api" name="lib/altrmi-client-interfaces-0.9.6.jar"/>
  -        <jar id="common" name="lib/altrmi-common-0.9.6.jar"/>
  -        <jar id="generator" name="lib/altrmi-generator-0.9.6.jar"/>
  -        <jar id="server-impl" name="lib/altrmi-server-impl-0.9.6.jar"/>
  -        <jar id="server-api" name="lib/altrmi-server-interfaces-0.9.6.jar"/>
  -
  -        <nag from="Gump Integration Build &lt;general@incubator.apache.org&gt;"
  -                to="dev@avalon.apache.org"/>
  -    </project>
  -
   </module>