[Yanel-commits] rev 23605 - public/yanel/trunk/src/realms/welcome-admin/yanel/rti

michi at wyona.com michi at wyona.com
Thu Apr 5 11:20:12 CEST 2007


Author: michi
Date: 2007-04-05 11:20:11 +0200 (Thu, 05 Apr 2007)
New Revision: 23605

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/rti/add-realm-from-scratch.html.yanel-rc
Log:
parameters fixed

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/rti/add-realm-from-scratch.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/rti/add-realm-from-scratch.html.yanel-rc	2007-04-05 09:19:09 UTC (rev 23604)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/rti/add-realm-from-scratch.html.yanel-rc	2007-04-05 09:20:11 UTC (rev 23605)
@@ -2,19 +2,14 @@
 
 <yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
   <yanel:rti name="add-realm" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="add-type" value="from-scratch"/>
+  <yanel:property name="xslt" value="xslt/add-realm-from-scratch.xsl"/>
   
   <yanel:custom-config xmlns:arr="http://www.wyona.org/yanel/resource/add-realm-resource/1.0">
     <arr:parameter name="realmid" samplevalue="my-realm" required="true" />
     <arr:parameter name="realmname" samplevalue="My Realm" required="true" />
     <!-- NOTE: An empty value means that the parent directory of the "from-scratch-realm" is being used -->
     <arr:parameter name="fslocation" value="" samplevalue="C:/realms" required="true" />
-
-
-
-    <arr:parameter name="url" samplevalue="http://www.foo.bar" required="true" />
-    <arr:parameter name="crawldepth" samplevalue="3" required="true" />
-    <arr:parameter name="crawlmaxpages" value="100" samplevalue="100" required="true" hidden="true" />
-    <arr:parameter name="crawlmaxfilesize" value="-1" samplevalue="100 [size in kb]" required="true" hidden="true" />
-    <arr:parameter name="scope" samplevalue="http://www.foo.bar, http://www.f-o-o.bar" required="false" />
   </yanel:custom-config>
 </yanel:resource-config>




More information about the Yanel-commits mailing list