[Yanel-commits] rev 31176 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Mon Feb 4 09:18:13 CET 2008


Author: michi
Date: 2008-02-04 09:18:13 +0100 (Mon, 04 Feb 2008)
New Revision: 31176

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1
Log:
docu fixed re resource from scratch creation

Modified: public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1	2008-02-04 07:56:55 UTC (rev 31175)
+++ public/yanel/trunk/src/realms/yanel-website/content/1dd57442-911a-408d-b389-d3911255b0a1	2008-02-04 08:18:13 UTC (rev 31176)
@@ -1,9 +1,10 @@
 !Create a new resource type from scratch
 
 * ./build.sh new-resource-type
-* Add new resource type path to conf/yanel.xml resp. conf/local/local.yanel.xml
-* Rebuild Yanel
-* Restart Yanel
+** The resource type should be created within the directory src/contributions/resources/MY_FIRST_RESOURCE_TYPE
+* Add new resource type path to conf/resource-types.xml resp. conf/local/local.resource-types.xml
+* Rebuild Yanel (./build.sh)
+* Restart Yanel (./yanel.sh start)
 * Your new resource type should be listed now at http://127.0.0.1:8080/yanel/
 
 __Getting started with your new resource type:__



More information about the Yanel-commits mailing list