You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by te...@apache.org on 2003/09/23 18:00:45 UTC

cvs commit: jakarta-poi build.xml

tetsuya     2003/09/23 09:00:45

  Modified:    .        build.xml
  Log:
  Added Link to Apachecon2003 (http://apachecon.com/2003/US/)
  
  Revision  Changes    Path
  1.51      +6 -0      jakarta-poi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	4 Sep 2003 19:52:11 -0000	1.50
  +++ build.xml	23 Sep 2003 16:00:45 -0000	1.51
  @@ -389,6 +389,12 @@
               <property name="project.home" location="${build.site.src}"/>
           </ant>
   
  +    <replace dir="${build.site}" value="&lt;!--================= start Menu items ==================--&gt;&lt;A HREF=&quot;http://apachecon.com/2003/US/index.html&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://jakarta.apache.org/images/logos/ac2003-150.gif&quot;/&gt;&lt;/A&gt;">
  +      <include name="**/*.html"/>
  +      <replacetoken>&lt;!--================= start Menu items ==================--&gt;</replacetoken>
  +    </replace>
  +
  +
           <echo>Broken links:</echo>
           <echo file="${build.site}/../tmp/brokenlinks.txt"/>
   
  
  
  

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