[Yanel-commits] rev 34486 - in public/yanel/trunk/src/contributions/resources/data-repo-sitetree: . src/java/org/wyona/yanel/impl/resources/navigation

michi at wyona.com michi at wyona.com
Tue Apr 1 09:09:54 CEST 2008


Author: michi
Date: 2008-04-01 09:09:54 +0200 (Tue, 01 Apr 2008)
New Revision: 34486

Modified:
   public/yanel/trunk/src/contributions/resources/data-repo-sitetree/resource.xml
   public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java
Log:
package renamed

Modified: public/yanel/trunk/src/contributions/resources/data-repo-sitetree/resource.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/data-repo-sitetree/resource.xml	2008-04-01 07:09:05 UTC (rev 34485)
+++ public/yanel/trunk/src/contributions/resources/data-repo-sitetree/resource.xml	2008-04-01 07:09:54 UTC (rev 34486)
@@ -3,10 +3,10 @@
 <resource xmlns="http://www.wyona.org/yanel/1.0"
   name="data-repo-sitetree"
   namespace="http://www.wyona.org/yanel/resource/1.0"
-  class="org.wyona.yanel.impl.resources.DataRepoSitetreeResource"
+  class="org.wyona.yanel.impl.resources.navigation.DataRepoSitetreeResource"
   >
 <description>
-Allows browsing the sitetree of the data repository
+Allows browsing the sitetree of the realm (default is configured within conf/spring-yanel-config.xml (<bean id="repo-navigation"/>), whereas can also be realm specific. If realm specific, then see realm.xml (<repo-navigation/>))
 </description>
 
 <rtd>

Modified: public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java
===================================================================
--- public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java	2008-04-01 07:09:05 UTC (rev 34485)
+++ public/yanel/trunk/src/contributions/resources/data-repo-sitetree/src/java/org/wyona/yanel/impl/resources/navigation/DataRepoSitetreeResource.java	2008-04-01 07:09:54 UTC (rev 34486)
@@ -2,7 +2,7 @@
  * Copyright 2006 Wyona
  */
 
-package org.wyona.yanel.impl.resources;
+package org.wyona.yanel.impl.resources.navigation;
 
 import org.wyona.yanel.core.Resource;
 import org.wyona.yanel.core.api.attributes.ViewableV2;



More information about the Yanel-commits mailing list