diff options
author | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-04 14:43:45 +0000 |
---|---|---|
committer | Nicola Ken Barozzi <nicolaken@apache.org> | 2002-04-04 14:43:45 +0000 |
commit | d971ae551cfd8ca3446a2169e13743cc25d4073b (patch) | |
tree | befb27ef017ebfaeef7cb13c4d1208aa73ced1fc /tools | |
parent | e9fbe2355c5bb10d56cedbe90f27a9c2e832dbae (diff) | |
download | poi-d971ae551cfd8ca3446a2169e13743cc25d4073b.tar.gz poi-d971ae551cfd8ca3446a2169e13743cc25d4073b.zip |
Update of Krysalis Centipede build system to version 1.0-dev
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352321 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tools')
-rw-r--r-- | tools/antipede/build.xtarget | 6 | ||||
-rw-r--r-- | tools/antipede/resources/images/antipede.gif | bin | 0 -> 6333 bytes | |||
-rw-r--r-- | tools/antipede/resources/stylesheets/module.xsl | 4 | ||||
-rw-r--r-- | tools/antipede/resources/stylesheets/status.xsl | 8 |
4 files changed, 12 insertions, 6 deletions
diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index 5326d5855e..e3b9c0492e 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -49,7 +49,9 @@ </patternset> </fileset> </antipede-foreach> - + + <delete dir="${cents.dir}/META-INF"/> + <mkdir dir="${temp.dir}"/> <delete file="${temp.dir}/${task.properties.name}"/> @@ -96,4 +98,4 @@ inheritAll="true" dir="." target="${cent-target}" /> - </target>
\ No newline at end of file + </target>
\ No newline at end of file diff --git a/tools/antipede/resources/images/antipede.gif b/tools/antipede/resources/images/antipede.gif Binary files differnew file mode 100644 index 0000000000..22c9499f9d --- /dev/null +++ b/tools/antipede/resources/images/antipede.gif diff --git a/tools/antipede/resources/stylesheets/module.xsl b/tools/antipede/resources/stylesheets/module.xsl index ea37aa9b24..ca712285ad 100644 --- a/tools/antipede/resources/stylesheets/module.xsl +++ b/tools/antipede/resources/stylesheets/module.xsl @@ -15,10 +15,6 @@ <xsl:value-of select="module/url/@href" /> </xsl:attribute><xsl:value-of select="module/url/@href" /></a> <br/>cvs repository: <xsl:value-of select="module/cvs/@repository" /> - <xsl:for-each select = "module/info/link"> - <br/><xsl:value-of select="@id" />: <a><xsl:attribute name = "href" ><xsl:value-of select="@href" /></xsl:attribute> - <xsl:value-of select="." /></a> - </xsl:for-each> <xsl:for-each select = "module/mailing-lists/mailing-list"> <br/><xsl:value-of select="@user" /> mailing list:  <a><xsl:attribute name = "href" >mailto:<xsl:value-of select="@mail" /></xsl:attribute> diff --git a/tools/antipede/resources/stylesheets/status.xsl b/tools/antipede/resources/stylesheets/status.xsl index 2a34c956f0..d1630e4186 100644 --- a/tools/antipede/resources/stylesheets/status.xsl +++ b/tools/antipede/resources/stylesheets/status.xsl @@ -3,6 +3,14 @@ <xsl:output method = "html" encoding="Windows-1252" /> <xsl:template match="status"> + <h1>Project Status</h1> + + <h2>Descriptors</h2> + <xsl:for-each select = "descriptors/descriptor"> + <br/><xsl:value-of select="@id" />: <a><xsl:attribute name = "href" ><xsl:value-of select="@href" /></xsl:attribute> + <xsl:value-of select="." /></a> + </xsl:for-each> + <h2>Developers</h2> <table> <xsl:for-each select = "developers/person"> |