no message

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/BUILD_BRANCH@353059 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2003-04-15 02:27:24 +00:00
parent 31f5749449
commit b4e163eafc
2 changed files with 32 additions and 1 deletions

31
gump.xml Normal file
View File

@ -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>

View File

@ -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"/>