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 14:15:54 UTC

svn commit: r416693 - in /lenya/trunk/src: modules/bxe/ modules/fckeditor/ modules/kupu/ modules/lucene/ modules/opendocument/ modules/sitetree/ modules/usecasedocument/ modules/webdav/ pubs/default/modules/defaultusecases/

Author: andreas
Date: Fri Jun 23 05:15:54 2006
New Revision: 416693

URL: http://svn.apache.org/viewvc?rev=416693&view=rev
Log:
Updated module descriptors: added usecase module dependency

Modified:
    lenya/trunk/src/modules/bxe/module.xml
    lenya/trunk/src/modules/fckeditor/module.xml
    lenya/trunk/src/modules/kupu/module.xml
    lenya/trunk/src/modules/lucene/module.xml
    lenya/trunk/src/modules/opendocument/module.xml
    lenya/trunk/src/modules/sitetree/module.xml
    lenya/trunk/src/modules/usecasedocument/module.xml
    lenya/trunk/src/modules/webdav/module.xml
    lenya/trunk/src/pubs/default/modules/defaultusecases/module.xml

Modified: lenya/trunk/src/modules/bxe/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/bxe/module.xml (original)
+++ lenya/trunk/src/modules/bxe/module.xml Fri Jun 23 05:15:54 2006
@@ -1,6 +1,25 @@
 <?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.bxe</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>BXE Editor</name>

Modified: lenya/trunk/src/modules/fckeditor/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/fckeditor/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/fckeditor/module.xml (original)
+++ lenya/trunk/src/modules/fckeditor/module.xml Fri Jun 23 05:15:54 2006
@@ -1,6 +1,25 @@
 <?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.fckeditor</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>FCK Editor</name>

Modified: lenya/trunk/src/modules/kupu/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/kupu/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/kupu/module.xml (original)
+++ lenya/trunk/src/modules/kupu/module.xml Fri Jun 23 05:15:54 2006
@@ -19,6 +19,7 @@
 
 <module xmlns="http://apache.org/lenya/module/1.0">
   <id>org.apache.lenya.modules.kupu</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>Kupu editor</name>

Modified: lenya/trunk/src/modules/lucene/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/lucene/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/lucene/module.xml (original)
+++ lenya/trunk/src/modules/lucene/module.xml Fri Jun 23 05:15:54 2006
@@ -17,11 +17,12 @@
 
 <!-- $Id: publication.xml 374687 2006-02-03 15:24:55Z michi $ -->
 
-<lenya:module xmlns:lenya="http://apache.org/lenya/module/1.0">
-  <lenya:id>org.apache.lenya.modules.lucene</lenya:id>
-  <lenya:package>org.apache.lenya.modules</lenya:package>
-  <lenya:version>0.1-dev</lenya:version>
-  <lenya:name>Lucene Search Module</lenya:name>
-  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
-  <lenya:description>Lucene Search Module in order to allow indexing and searching when content is being changed.</lenya:description>
-</lenya:module>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.lucene</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Lucene Search Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Lucene Search Module in order to allow indexing and searching when content is being changed.</description>
+</module>

Modified: lenya/trunk/src/modules/opendocument/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/opendocument/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/opendocument/module.xml (original)
+++ lenya/trunk/src/modules/opendocument/module.xml Fri Jun 23 05:15:54 2006
@@ -17,12 +17,13 @@
 
 <!-- $Id: publication.xml 374687 2006-02-03 15:24:55Z michi $ -->
 
-<lenya:module xmlns:lenya="http://apache.org/lenya/module/1.0">
-  <lenya:id>org.apache.lenya.modules.opendocument</lenya:id>
-  <lenya:depends module="org.apache.lenya.modules.sitemanagement"/>
-  <lenya:package>org.apache.lenya.modules</lenya:package>
-  <lenya:version>0.1-dev</lenya:version>
-  <lenya:name>ODF Module</lenya:name>
-  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
-  <lenya:description>ODF Module</lenya:description>
-</lenya:module>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.opendocument</id>
+  <depends module="org.apache.lenya.modules.sitemanagement"/>
+  <depends module="org.apache.lenya.modules.usecase"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>ODF Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>ODF Module</description>
+</module>

Modified: lenya/trunk/src/modules/sitetree/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/sitetree/module.xml (original)
+++ lenya/trunk/src/modules/sitetree/module.xml Fri Jun 23 05:15:54 2006
@@ -1,6 +1,25 @@
 <?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.sitetree</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>
   <name>Sitetree</name>

Modified: lenya/trunk/src/modules/usecasedocument/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/usecasedocument/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/usecasedocument/module.xml (original)
+++ lenya/trunk/src/modules/usecasedocument/module.xml Fri Jun 23 05:15:54 2006
@@ -19,6 +19,7 @@
 
 <module xmlns="http://apache.org/lenya/module/1.0">
   <id>org.apache.lenya.modules.usecasedocument</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
   <depends module="org.apache.lenya.modules.sitemanagement"/>
   <package>org.apache.lenya.modules</package>
   <version>0.1-dev</version>

Modified: lenya/trunk/src/modules/webdav/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/webdav/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/modules/webdav/module.xml (original)
+++ lenya/trunk/src/modules/webdav/module.xml Fri Jun 23 05:15:54 2006
@@ -17,13 +17,13 @@
 
 <!-- $Id: publication.xml 374687 2006-02-03 15:24:55Z michi $ -->
 
-<lenya:module xmlns:lenya="http://apache.org/lenya/module/1.0">
-  <lenya:id>org.apache.lenya.modules.webdav</lenya:id>
-  <lenya:depends module="org.apache.lenya.modules.sitemanagement"/>
-  <lenya:depends module="org.apache.lenya.modules.sitemanagement"/>
-  <lenya:package>org.apache.lenya.modules</lenya:package>
-  <lenya:version>0.1-dev</lenya:version>
-  <lenya:name>WebDAV Module</lenya:name>
-  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
-  <lenya:description>The WebDAV module provides the ability to use WebDAV clients to edit your content in Lenya</lenya:description>
-</lenya:module>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.webdav</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
+  <depends module="org.apache.lenya.modules.sitemanagement"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>WebDAV Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>The WebDAV module provides the ability to use WebDAV clients to edit your content in Lenya</description>
+</module>

Modified: lenya/trunk/src/pubs/default/modules/defaultusecases/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/modules/defaultusecases/module.xml?rev=416693&r1=416692&r2=416693&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/modules/defaultusecases/module.xml (original)
+++ lenya/trunk/src/pubs/default/modules/defaultusecases/module.xml Fri Jun 23 05:15:54 2006
@@ -19,6 +19,7 @@
 
 <module xmlns="http://apache.org/lenya/module/1.0">
   <id>org.apache.lenya.modules.defaultusecases</id>
+  <depends module="org.apache.lenya.modules.usecase"/>
   <depends module="org.apache.lenya.modules.sitemanagement"/>
   <depends module="org.apache.lenya.modules.notification"/>
   <package>org.apache.lenya.modules</package>



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