You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2004/05/26 00:49:54 UTC

cvs commit: gump/project jakarta-poi3.xml jakarta-poi.xml

ajack       2004/05/25 15:49:54

  Modified:    project  jakarta-poi3.xml jakarta-poi.xml
  Log:
  See if I can optimize the build sequence for a personal gump.
  Hopefully 'ant' is adequate, and 'dist-ant' not actually needed.
  
  Revision  Changes    Path
  1.9       +1 -1      gump/project/jakarta-poi3.xml
  
  Index: jakarta-poi3.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-poi3.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jakarta-poi3.xml	24 May 2004 20:28:47 -0000	1.8
  +++ jakarta-poi3.xml	25 May 2004 22:49:54 -0000	1.9
  @@ -25,7 +25,7 @@
           <ant buildfile="build.xml" target="gump">
           </ant>
           <package>org.apache.poi</package>
  -        <depend project="dist-ant"/>
  +        <depend project="ant"/>
           <depend project="logging-log4j"/>
           <depend project="commons-logging"/>
           <depend project="commons-beanutils-core"/>
  
  
  
  1.38      +2 -2      gump/project/jakarta-poi.xml
  
  Index: jakarta-poi.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-poi.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- jakarta-poi.xml	24 May 2004 20:28:47 -0000	1.37
  +++ jakarta-poi.xml	25 May 2004 22:49:54 -0000	1.38
  @@ -25,7 +25,7 @@
           <ant buildfile="build.xml" target="gump">
           </ant>
           <package>org.apache.poi</package>
  -        <depend project="dist-ant"/>
  +        <depend project="ant"/>
           <depend project="logging-log4j"/>
           <depend project="commons-logging"/>
           <depend project="commons-beanutils-core"/>
  @@ -45,7 +45,7 @@
           <javadoc module="jakarta-poi" nested="build/tmp/site/build/site/apidocs"/>
   
           <nag to="poi-dev@jakarta.apache.org"
  -		from="&quot;Gump [REL_2_BRANCH] :-(&quot; &lt;general@gump.apache.org&gt;"/>
  +			from="&quot;Gump [REL_2_BRANCH] :-(&quot; &lt;general@gump.apache.org&gt;"/>
       </project>
   </module>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org