Author: crossley
Date: Sun Sep 28 16:51:24 2008
New Revision: 699923

URL: http://svn.apache.org/viewvc?rev=699923&view=rev
Log:
Show the localhost URLs for these property sets.
Issue: FOR-1117

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_90/properties.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/properties.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/properties.xml?rev=699923&r1=699922&r2=699923&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_90/properties.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_90/properties.xml Sun Sep 28 
16:51:24 2008
@@ -58,11 +58,11 @@
         can return any object. This may cause ClassCastExceptions for the 
values.
       </p>
       <ul>
-        <li><!--a href="/module.properties.properties"-->Properties of the 
project input 
-          module<!--/a--> - used in the sitemap like 
+        <li><code>http://localhost:8888/module.properties.properties</code> - 
Properties of the project input 
+          module - used in the sitemap like 
           {properties:content.xdocs}</li>
-        <li><!--a href="/module.date.properties"-->Properties of the date 
input 
-          module<!--/a--> - we cast an object to a string, but the module 
returns 
+        <li><code>http://localhost:8888/module.date.properties</code> - 
Properties of the date input 
+          module - we cast an object to a string, but the module returns 
           java.util.Date. This causes a ClassCastException.</li>
       </ul>
     </section>