Author: mbenson
Date: Thu Feb 25 03:47:06 2010
New Revision: 916109

URL: http://svn.apache.org/viewvc?rev=916109&view=rev
Log:
reference resolving evaluator baked into core

Removed:
    
ant/antlibs/props/trunk/src/main/org/apache/ant/props/ReferenceResolvingEvaluator.java
    ant/antlibs/props/trunk/src/tests/antunit/refs-test.xml
Modified:
    ant/antlibs/props/trunk/docs/index.html
    ant/antlibs/props/trunk/src/main/org/apache/ant/props/antlib.xml

Modified: ant/antlibs/props/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/ant/antlibs/props/trunk/docs/index.html?rev=916109&r1=916108&r2=916109&view=diff
==============================================================================
--- ant/antlibs/props/trunk/docs/index.html (original)
+++ ant/antlibs/props/trunk/docs/index.html Thu Feb 25 03:47:06 2010
@@ -113,13 +113,6 @@
         <td>Implements *nix shell-inspired string operations.</td>
       </tr>
       <tr>
-        <a name="refs" />
-        <td align="center">refs</td>
-        <td align="center">PropertyEvaluator</td>
-        <td>Given <code>ref:<em>refid</em></code>,
-            resolves Ant Project reference <code><em>refid</em></code>.</td>
-      </tr>
-      <tr>
         <a name="types" />
         <td align="center">types</td>
         <td align="center">PropertyEvaluator</td>

Modified: ant/antlibs/props/trunk/src/main/org/apache/ant/props/antlib.xml
URL: 
http://svn.apache.org/viewvc/ant/antlibs/props/trunk/src/main/org/apache/ant/props/antlib.xml?rev=916109&r1=916108&r2=916109&view=diff
==============================================================================
--- ant/antlibs/props/trunk/src/main/org/apache/ant/props/antlib.xml (original)
+++ ant/antlibs/props/trunk/src/main/org/apache/ant/props/antlib.xml Thu Feb 25 
03:47:06 2010
@@ -21,7 +21,6 @@
   <typedef name="nested" 
classname="org.apache.ant.props.NestedPropertyExpander" />
   <typedef name="stringops" 
classname="org.apache.ant.props.stringops.StringOperationsEvaluator" />
   <typedef name="types" 
classname="org.apache.ant.props.ComponentTypeEvaluator" />
-  <typedef name="refs" 
classname="org.apache.ant.props.ReferenceResolvingEvaluator" />
   <typedef name="encodeURL" 
classname="org.apache.ant.props.EncodeURLEvaluator" />
   <typedef name="conditions" 
classname="org.apache.ant.props.ConditionEvaluator" />
 </antlib>


Reply via email to