[Yanel-commits] rev 50513 - public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource

memo at wyona.com memo at wyona.com
Mon Jun 21 12:42:12 CEST 2010


Author: memo
Date: 2010-06-21 12:42:12 +0200 (Mon, 21 Jun 2010)
New Revision: 50513

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml
Log:
fixed typo

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml	2010-06-21 08:41:24 UTC (rev 50512)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/create-new-resource/en.xhtml	2010-06-21 10:42:12 UTC (rev 50513)
@@ -21,7 +21,7 @@
 <li>Then, you will be asked if you want to implement interfaces in your java class. Type <code>yes</code> to implement interfaces.</li>
 <li>You will be asked for the different interfaces. Type yes for necessary interfaces. </li>
 <li>Now the newly created resource is available in the directory <code>$YANELHOME/src/contributions/resources</code> </li>
-<li>Your resource type directory now contains the following items:         
+<li>Your resource type directory now contains the following items:          
 <ul>
 <li><code>./yanel-htdocs/doc/index.html</code></li>
 <li><code>./yanel-htdocs/icons/scalable/rt-icon.svg</code></li>
@@ -38,7 +38,7 @@
 </ul>
 <h2>Register New Resource</h2>
 <ul>
-<li>Register your newly created resource to the <code>local.resource-type.xml</code> (in <code>$YANELHOME/conf/local/local.resource-type.xml</code>) by adding the following line: </li>
+<li>Register your newly created resource to the <code>local.resource-types.xml</code> (in <code>$YANELHOME/conf/local/local.resource-types.xml</code>) by adding the following line: </li>
 <pre>&lt;resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/your-resource/" compile="true"/&gt;</pre>
 </ul>
 <h2>Implement Functionality</h2>



More information about the Yanel-commits mailing list