Browse Source

re-generate site

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@822583 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
cf4eecfe04
3 changed files with 73 additions and 59 deletions
  1. +4
    -2
      docs.xml
  2. +69
    -0
      docs/antlibs/proper.html
  3. +0
    -57
      docs/antlibs/sandbox.html

+ 4
- 2
docs.xml View File

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


+ 69
- 0
docs/antlibs/proper.html View File

@@ -330,6 +330,75 @@
valign="top" align="left">
1.0 released on November 6, 2006
</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" />


+ 0
- 57
docs/antlibs/sandbox.html View File

@@ -649,63 +649,6 @@
valign="top" align="left">
Kevin Jackson
</td>
</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">


Loading…
Cancel
Save