Author: jglick
Date: Fri Feb 5 00:51:10 2010
New Revision: 906753
URL: http://svn.apache.org/viewvc?rev=906753&view=rev
Log:
Broken links.
Modified:
ant/core/trunk/docs/manual/CoreTypes/filterchain.html
ant/core/trunk/docs/manual/develop.html
ant/core/trunk/docs/manual/targets.html
ant/core/trunk/docs/manual/tutorial-writing-tasks.html
Modified: ant/core/trunk/docs/manual/CoreTypes/filterchain.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/filterchain.html?rev=906753&r1=906752&r2=906753&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/filterchain.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/filterchain.html Fri Feb 5 00:51:10
2010
@@ -1545,4 +1545,10 @@
</copy>
</pre></blockquote>
+
+<h3><a name="sortfilter">SortFilter</a></h3>
+ <p><strong>(documentation pending)</strong></p>
+ <p><em>since Ant 1.8.0</em></p>
+
+
</body></html>
Modified: ant/core/trunk/docs/manual/develop.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/develop.html?rev=906753&r1=906752&r2=906753&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/develop.html (original)
+++ ant/core/trunk/docs/manual/develop.html Fri Feb 5 00:51:10 2010
@@ -129,7 +129,7 @@
<p>Ant will always expand properties before it passes the value of an
attribute to the corresponding setter method. <b>Since Ant 1.8</b>, it is
-possible to <a href="using.html#propertyhelper">extend Ant's property
handling</a>
+possible to <a href="CoreTasks/propertyhelper.html">extend Ant's property
handling</a>
such that a non-string Object may be the result of the evaluation of a string
containing a single property reference. These will be assigned directly via
setter methods of matching type. Since it requires some beyond-the-basics
Modified: ant/core/trunk/docs/manual/targets.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/targets.html?rev=906753&r1=906752&r2=906753&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/targets.html (original)
+++ ant/core/trunk/docs/manual/targets.html Fri Feb 5 00:51:10 2010
@@ -245,7 +245,7 @@
<p>The main purpose of an extension-point is to act as an extension
point for build files designed to
- be <a href="CoreTasks\import.html">imported</a>. In the imported
+ be <a href="CoreTasks/import.html">imported</a>. In the imported
file an extension-point defines a state that must be reached and
targets from other build files can join the depends list of said
extension-point in order to contribute to that state.</p>
Modified: ant/core/trunk/docs/manual/tutorial-writing-tasks.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-writing-tasks.html?rev=906753&r1=906752&r2=906753&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tutorial-writing-tasks.html (original)
+++ ant/core/trunk/docs/manual/tutorial-writing-tasks.html Fri Feb 5 00:51:10
2010
@@ -284,7 +284,7 @@
<li>some more classes (e.g. <i>java.io.File</i>; see
<a href="develop.html#set-magic">Manual
'Writing Your Own Task' [3]</a>)</li>
-<li>Any Java Object parsed from Ant 1.8's <a
href="using.html#propertyhelper">Property
+<li>Any Java Object parsed from Ant 1.8's <a
href="CoreTasks/propertyhelper.html">Property
Helper</a></li>
</ul>
Before calling the set-method all properties are resolved. So a
<tt><helloworld message="${msg}"/></tt>