Author: bodewig
Date: Wed Oct 7 04:37:01 2009
New Revision: 822583
URL: http://svn.apache.org/viewvc?rev=822583&view=rev
Log:
re-generate site
Modified:
ant/core/trunk/docs.xml
ant/core/trunk/docs/antlibs/proper.html
ant/core/trunk/docs/antlibs/sandbox.html
Modified: ant/core/trunk/docs.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs.xml?rev=822583&r1=822582&r2=822583&view=diff
==============================================================================
--- ant/core/trunk/docs.xml (original)
+++ ant/core/trunk/docs.xml Wed Oct 7 04:37:01 2009
@@ -88,11 +88,13 @@
templatePath="${templ.path}"
velocityPropertiesFile="${velocity.props}">
</anakia>
- <fixcrlf srcdir="${docs.dest}" includes="**/*.html"/>
+ <fixcrlf srcdir="${docs.dest}" includes="**/*.html"
+ encoding="iso-8859-1" outputencoding="iso-8859-1"/>
</target>
<target name="fixcrlf" if="onwindows">
- <fixcrlf srcDir="${docs.dest}" eol="dos" includes="*.html"/>
+ <fixcrlf srcDir="${docs.dest}" eol="dos" includes="*.html"
+ encoding="iso-8859-1" outputencoding="iso-8859-1"/>
</target>
<target name="docs" if="AnakiaTask.present" depends="anakia,fixcrlf" description="Create
XDocs.">
Modified: ant/core/trunk/docs/antlibs/proper.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/proper.html?rev=822583&r1=822582&r2=822583&view=diff
==============================================================================
--- ant/core/trunk/docs/antlibs/proper.html (original)
+++ ant/core/trunk/docs/antlibs/proper.html Wed Oct 7 04:37:01 2009
@@ -332,6 +332,75 @@
</td>
</tr>
</table>
+ <a name="props" />
+ <h4 class="subsection">
+ <a name="Props - additional Property Resolver"></a>
+ Props - additional Property Resolver
+ </h4>
+ <p>This is a library of supplementary handlers for Ant
+ properties resolution.</p>
+ <table class="ForrestTable" cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ SVN URL:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a href="https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/">https://svn.apache.org/repos/asf/ant/antlibs/props/trunk/</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ ViewSVN:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a href="http://svn.apache.org/viewcvs.cgi/ant/antlibs/props/trunk/">http://svn.apache.org/viewcvs.cgi/ant/antlibs/props/trunk/</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Ant compatibility:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Ant 1.8.x
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Added to sandbox:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ 2007-07-25
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Promoted from sandbox:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ 2009-10-06
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Latest Release:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ None
+ </td>
+ </tr>
+ </table>
<a name="svn" />
<h4 class="subsection">
<a name="SVN - Subversion Support"></a>
Modified: ant/core/trunk/docs/antlibs/sandbox.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/sandbox.html?rev=822583&r1=822582&r2=822583&view=diff
==============================================================================
--- ant/core/trunk/docs/antlibs/sandbox.html (original)
+++ ant/core/trunk/docs/antlibs/sandbox.html Wed Oct 7 04:37:01 2009
@@ -652,63 +652,6 @@
</tr>
</table>
<h4 class="subsection">
- <a name="Props - additional Property Resolver"></a>
- Props - additional Property Resolver
- </h4>
- <p>This is a library of supplementary handlers for Ant properties
resolution.</p>
- <table class="ForrestTable" cellspacing="1" cellpadding="4">
- <tr>
- <th colspan="1" rowspan="1"
- valign="top" align="left">
- SVN URL:
- </th>
- <td colspan="1" rowspan="1"
- valign="top" align="left">
- <a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/props/trunk/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/props/trunk/</a>
- </td>
- </tr>
- <tr>
- <th colspan="1" rowspan="1"
- valign="top" align="left">
- ViewSVN:
- </th>
- <td colspan="1" rowspan="1"
- valign="top" align="left">
- <a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/props/trunk/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/props/trunk/</a>
- </td>
- </tr>
- <tr>
- <th colspan="1" rowspan="1"
- valign="top" align="left">
- Ant compatibility:
- </th>
- <td colspan="1" rowspan="1"
- valign="top" align="left">
- Ant 1.8.x
- </td>
- </tr>
- <tr>
- <th colspan="1" rowspan="1"
- valign="top" align="left">
- Added to sandbox:
- </th>
- <td colspan="1" rowspan="1"
- valign="top" align="left">
- 2007-07-25
- </td>
- </tr>
- <tr>
- <th colspan="1" rowspan="1"
- valign="top" align="left">
- Sponsoring Committers
- </th>
- <td colspan="1" rowspan="1"
- valign="top" align="left">
- Matt Benson
- </td>
- </tr>
- </table>
- <h4 class="subsection">
<a name="StarTeam"></a>
StarTeam
</h4>
|