You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by mb...@apache.org on 2008/01/29 16:25:41 UTC

svn commit: r616383 - in /ant/sandbox/antlibs/props/trunk/docs: index.html stringops.html

Author: mbenson
Date: Tue Jan 29 07:25:40 2008
New Revision: 616383

URL: http://svn.apache.org/viewvc?rev=616383&view=rev
Log:
doc update

Modified:
    ant/sandbox/antlibs/props/trunk/docs/index.html
    ant/sandbox/antlibs/props/trunk/docs/stringops.html

Modified: ant/sandbox/antlibs/props/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/props/trunk/docs/index.html?rev=616383&r1=616382&r2=616383&view=diff
==============================================================================
--- ant/sandbox/antlibs/props/trunk/docs/index.html (original)
+++ ant/sandbox/antlibs/props/trunk/docs/index.html Tue Jan 29 07:25:40 2008
@@ -28,10 +28,8 @@
 
     <h2>Requirements</h2>
 
-    <p>The current version of this antlib is built against an experimental version of Ant
-       that allows a custom PropertyEvaluator to return an Object from an attribute
-       containing a single resolvable property. Patches can be found at
-       <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=42736"> http://issues.apache.org/bugzilla/show_bug.cgi?id=42736</a>.
+    <p>The current version of this antlib is built against the Ant 1.8.x development version,
+       to be found in Ant's Subversion trunk.
     </p>
 
     <h2>Where is it?</h2>

Modified: ant/sandbox/antlibs/props/trunk/docs/stringops.html
URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/props/trunk/docs/stringops.html?rev=616383&r1=616382&r2=616383&view=diff
==============================================================================
--- ant/sandbox/antlibs/props/trunk/docs/stringops.html (original)
+++ ant/sandbox/antlibs/props/trunk/docs/stringops.html Tue Jan 29 07:25:40 2008
@@ -86,7 +86,7 @@
     <p>Extract extension (using delete longest leading match):</p>
     <pre>
       &lt;!-- given ${x}=foo/bar/baz.ext --&gt;
-      ${x##*.} &lt;!-- yields .ext --&gt;
+      ${x##*.} &lt;!-- yields ext --&gt;
     </pre>
 
     <p>Replace first occurrence of a pattern:</p>