You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/02/06 17:54:14 UTC

svn commit: r619063 - in /lenya/trunk/src/modules/lucene: config/menu.xml config/menu.xsp menus.xmap

Author: andreas
Date: Wed Feb  6 08:54:05 2008
New Revision: 619063

URL: http://svn.apache.org/viewvc?rev=619063&view=rev
Log:
Changed lucene module menu from XSP to simple XML.

Added:
    lenya/trunk/src/modules/lucene/config/menu.xml
      - copied, changed from r619054, lenya/trunk/src/modules/lucene/config/menu.xsp
Removed:
    lenya/trunk/src/modules/lucene/config/menu.xsp
    lenya/trunk/src/modules/lucene/menus.xmap

Copied: lenya/trunk/src/modules/lucene/config/menu.xml (from r619054, lenya/trunk/src/modules/lucene/config/menu.xsp)
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/lucene/config/menu.xml?p2=lenya/trunk/src/modules/lucene/config/menu.xml&p1=lenya/trunk/src/modules/lucene/config/menu.xsp&r1=619054&r2=619063&rev=619063&view=diff
==============================================================================
--- lenya/trunk/src/modules/lucene/config/menu.xsp (original)
+++ lenya/trunk/src/modules/lucene/config/menu.xml Wed Feb  6 08:54:05 2008
@@ -6,9 +6,9 @@
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
-
-      http://www.apache.org/licenses/LICENSE-2.0
-
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -16,25 +16,16 @@
   limitations under the License.
 -->
 
-<!-- $Id: generic.xsp 155806 2005-03-01 17:55:42Z andreas $ -->
-
-<xsp:page 
-    language="java" 
-    xmlns:xsp="http://apache.org/xsp"
-    xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
-    xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
-    xmlns="http://apache.org/cocoon/lenya/menubar/1.0"
->
+<menu xmlns:i18n="http://apache.org/cocoon/i18n/2.1"    
+  xmlns:uc="http://apache.org/cocoon/lenya/usecase/1.0"
+  xmlns="http://apache.org/cocoon/lenya/menubar/1.0">
+  <menus>
+    <menu i18n:attr="name" name="File">
+      <block areas="site authoring">
+        <item uc:usecase="usecasedocument.create" href="?usecase=lucene.search"><i18n:text>New Search Page</i18n:text></item>
+        <item uc:usecase="lucene.indexSite" href=""><i18n:text>Re-Index Site</i18n:text></item>
+      </block>
+    </menu>
+  </menus>
+</menu>
 
-  <menu>
-    <menus>
-      <menu i18n:attr="name" name="File">
-        <block areas="site authoring">
-          <item uc:usecase="usecasedocument.create" href="?usecase=lucene.search"><i18n:text>New Search Page</i18n:text></item>
-          <item uc:usecase="lucene.indexSite" href=""><i18n:text>Re-Index Site</i18n:text></item>
-        </block>
-      </menu>
-    </menus>
-  </menu>
-  
-</xsp:page>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org