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/11 23:14:22 UTC

svn commit: r620637 - /lenya/trunk/src/webapp/lenya/content/menus/emptyMenu.xml

Author: andreas
Date: Mon Feb 11 14:14:15 2008
New Revision: 620637

URL: http://svn.apache.org/viewvc?rev=620637&view=rev
Log:
Add element below root element in emptyMenu.xml because otherwise the include transformer causes ArrayIndexOutOfBoundsExceptions in the namespace stack.

Modified:
    lenya/trunk/src/webapp/lenya/content/menus/emptyMenu.xml

Modified: lenya/trunk/src/webapp/lenya/content/menus/emptyMenu.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/content/menus/emptyMenu.xml?rev=620637&r1=620636&r2=620637&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/content/menus/emptyMenu.xml (original)
+++ lenya/trunk/src/webapp/lenya/content/menus/emptyMenu.xml Mon Feb 11 14:14:15 2008
@@ -6,14 +6,15 @@
   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.
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
-<menu xmlns="http://apache.org/cocoon/lenya/menubar/1.0"/>
+<menu xmlns="http://apache.org/cocoon/lenya/menubar/1.0">
+  <menus/>
+</menu>



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