Changeset 44

Show
Ignore:
Timestamp:
03/13/06 13:27:23 (3 years ago)
Author:
mrook
Message:

Fix small documentation errors (closes issue #12 and issue #13)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/docs/phing_guide/book/chapters/appendixes/AppendixB-CoreTasks.html

    r1 r44  
    10581058<h3>Example</h3> 
    10591059<pre>&lt;property name=&quot;strings.test&quot; value=&quot;Harr harr, more power!&quot; /&gt; 
    1060 &lt;echo message=&quot;{$strings.text}&quot; /&gt; 
     1060&lt;echo message=&quot;${strings.text}&quot; /&gt; 
    10611061 
    10621062&lt;property name=&quot;foo.bar&quot; value=&quot;Yet another property...&quot; /&gt; 
    1063 &lt;echo message=&quot;{$foo.bar}&quot; /&gt; 
     1063&lt;echo message=&quot;${foo.bar}&quot; /&gt; 
    10641064 
    10651065&lt;property file=&quot;build.properties&quot;  /&gt; 
     
    11641164<pre>&lt;property name=&quot;relative_path&quot; value=&quot;./dirname&quot;/&gt; 
    11651165 
    1166 &lt;resolve propertyName=&quot;absolute_path&quot; file=&quot;${relative_path}&quot;/&gt; 
     1166&lt;resolvepath propertyName=&quot;absolute_path&quot; file=&quot;${relative_path}&quot;/&gt; 
    11671167 
    11681168&lt;echo&gt;Resolved [absolute] path: ${absolute_path}&lt;/echo&gt;</pre> 
  • branches/2.2/docs/phing_guide/book/toc/FrameToC.html

    r22 r44  
    11<!-- 
    2 -File         $Id: FrameToC.html,v 1.25 2006/02/01 10:05:59 mrook Exp $ 
     2-File         $Id: FrameToCTop.html,v 1.1 2003/10/15 03:23:19 hlellelid Exp $ 
    33-License      GNU FDL (http://www.gnu.org/copyleft/fdl.html) 
    44-Copyright    2002, turing