Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/BUILD_BRANCH@353059 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Glen Stampoultzis committed Apr 15, 2003
1 parent 31f5749 commit b4e163e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions gump.xml
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>

<module name="jakarta-poi">
<description>POI</description>
<url href="http://jakarta.apache.org/poi/">
</url>
<cvs module="jakarta-poi" repository="jakarta">
</cvs>
<project name="jakarta-poi">
<ant buildfile="build.xml" target="dist">
</ant>
<package>org.apache.poi</package>
<depend project="commons-logging"/>
<depend project="commons-beanutils"/>
<depend project="commons-collections"/>
<depend project="commons-lang"/>
<depend project="junit"/>
<depend project="xml-xerces"/>
<work nested="build/classes"/>
<work nested="build/contrib-classes"/>
<work nested="build/scratchpad-classes"/>
<home nested="build/dist"/>
<jar name="build/dist/poi-1.10.0-dev-@@DATE@@.jar"/>
<jar name="build/dist/poi-contrib-1.10.0-dev-@@DATE@@.jar"/>
<jar name="build/dist/poi-scratchpad-1.10.0-dev-@@DATE@@.jar"/>
<javadoc module="jakarta-poi" nested="build/tmp/site/build/site/apidocs"/>

<nag to="poi-dev@jakarta.apache.org"
from="&quot;Gump :-(&quot; &lt;gump@jakarta.apache.org&gt;"/>
</project>
</module>
2 changes: 1 addition & 1 deletion src/documentation/content/xdocs/book.xml
Expand Up @@ -48,7 +48,7 @@
</menu>

<menu label="Code">
<menu-item label="Source Code" href="http://jakarta.apache.org/poi/javadocs/javasrc/"/>
<!-- <menu-item label="Source Code" href="http://jakarta.apache.org/poi/javadocs/javasrc/"/> -->
<menu-item label="CVS" href="http://jakarta.apache.org/site/cvsindex.html"/>
<menu-item label="Top Voted Bugs" href="http://nagoya.apache.org/bugzilla/buglist.cgi?votes=1&amp;product=POI&amp;order=bugs.votes"/>
<menu-item label="Bug Database" href="http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI"/>
Expand Down

0 comments on commit b4e163e

Please sign in to comment.