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 2006/06/23 10:15:16 UTC

svn commit: r416630 - in /lenya/trunk/src: java/org/apache/lenya/cms/editors/kupu/ modules/kupu/ modules/kupu/java/ modules/kupu/java/src/ modules/kupu/java/src/org/ modules/kupu/java/src/org/apache/ modules/kupu/java/src/org/apache/lenya/ modules/kupu...

Author: andreas
Date: Fri Jun 23 01:15:15 2006
New Revision: 416630

URL: http://svn.apache.org/viewvc?rev=416630&view=rev
Log:
Moved Kupu class to Kupu module. The rest of the Kupu-related files will be moved later.

Added:
    lenya/trunk/src/modules/kupu/
    lenya/trunk/src/modules/kupu/java/
    lenya/trunk/src/modules/kupu/java/src/
    lenya/trunk/src/modules/kupu/java/src/org/
    lenya/trunk/src/modules/kupu/java/src/org/apache/
    lenya/trunk/src/modules/kupu/java/src/org/apache/lenya/
    lenya/trunk/src/modules/kupu/java/src/org/apache/lenya/cms/
    lenya/trunk/src/modules/kupu/java/src/org/apache/lenya/cms/editors/
    lenya/trunk/src/modules/kupu/java/src/org/apache/lenya/cms/editors/kupu/
      - copied from r416590, lenya/trunk/src/java/org/apache/lenya/cms/editors/kupu/
    lenya/trunk/src/modules/kupu/module.xml
Removed:
    lenya/trunk/src/java/org/apache/lenya/cms/editors/kupu/

Added: lenya/trunk/src/modules/kupu/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/kupu/module.xml?rev=416630&view=auto
==============================================================================
--- lenya/trunk/src/modules/kupu/module.xml (added)
+++ lenya/trunk/src/modules/kupu/module.xml Fri Jun 23 01:15:15 2006
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 1999-2005 The Apache Software Foundation
+
+  Licensed 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: publication.xml 374687 2006-02-03 15:24:55Z michi $ -->
+
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.kupu</id>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Kupu editor</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Kupu editor</description>
+</module>



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