You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2010/07/17 19:20:59 UTC

svn commit: r965112 - in /lenya/contributions/unsupported/2_0_X/modules/editors: ./ config/ config/cocoon-xconf/ src/ src/modules/ src/modules/editors/ src/modules/editors/java/ src/modules/editors/java/src/ src/modules/editors/java/src/org/ src/module...

Author: rfrovarp
Date: Sat Jul 17 17:20:58 2010
New Revision: 965112

URL: http://svn.apache.org/viewvc?rev=965112&view=rev
Log:
Moved out of 2.1.x to here. 
I probably missed some items.

Added:
    lenya/contributions/unsupported/2_0_X/modules/editors/
    lenya/contributions/unsupported/2_0_X/modules/editors/config/
    lenya/contributions/unsupported/2_0_X/modules/editors/config/cocoon-xconf/
    lenya/contributions/unsupported/2_0_X/modules/editors/config/cocoon-xconf/usecase-edit-forms.xconf
      - copied unchanged from r965097, lenya/branches/BRANCH_2_1_X/src/modules/editors/config/cocoon-xconf/usecase-edit-forms.xconf
    lenya/contributions/unsupported/2_0_X/modules/editors/config/menus.xml
    lenya/contributions/unsupported/2_0_X/modules/editors/src/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/apache/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/apache/lenya/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/apache/lenya/cms/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/apache/lenya/cms/editors/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/apache/lenya/cms/editors/forms/
    lenya/contributions/unsupported/2_0_X/modules/editors/src/modules/editors/java/src/org/apache/lenya/cms/editors/forms/FormsEditor.java
      - copied unchanged from r965097, lenya/branches/BRANCH_2_1_X/src/modules/editors/java/src/org/apache/lenya/cms/editors/forms/FormsEditor.java
    lenya/contributions/unsupported/2_0_X/modules/editors/usecases/
    lenya/contributions/unsupported/2_0_X/modules/editors/usecases/forms/
    lenya/contributions/unsupported/2_0_X/modules/editors/usecases/forms/forms.jx
      - copied unchanged from r965097, lenya/branches/BRANCH_2_1_X/src/modules/editors/usecases/forms/forms.jx

Added: lenya/contributions/unsupported/2_0_X/modules/editors/config/menus.xml
URL: http://svn.apache.org/viewvc/lenya/contributions/unsupported/2_0_X/modules/editors/config/menus.xml?rev=965112&view=auto
==============================================================================
--- lenya/contributions/unsupported/2_0_X/modules/editors/config/menus.xml (added)
+++ lenya/contributions/unsupported/2_0_X/modules/editors/config/menus.xml Sat Jul 17 17:20:58 2010
@@ -0,0 +1,34 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  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
+
+  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.
+-->
+
+<!-- $Id: generic.xsp 155806 2005-03-01 17:55:42Z andreas $ -->
+
+<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="Edit">
+      <block areas="authoring" resourceTypes="xhtml">
+        <item uc:usecase="editors.forms" href="?form=xhtml"><i18n:text>With Forms</i18n:text></item>
+      </block>
+    </menu>
+
+  </menus>
+
+</menu>
+



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