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/21 23:55:42 UTC

svn commit: r416120 - in /lenya/trunk/src/modules: bxe/module.xml cforms/module.xml fckeditor/module.xml jackrabbit/module.xml jcr/module.xml notification/module.xml repository/module.xml sitetree/module.xml sourcerepository/module.xml

Author: andreas
Date: Wed Jun 21 14:55:42 2006
New Revision: 416120

URL: http://svn.apache.org/viewvc?rev=416120&view=rev
Log:
Updated + added module descriptor files

Added:
    lenya/trunk/src/modules/bxe/module.xml
    lenya/trunk/src/modules/cforms/module.xml
    lenya/trunk/src/modules/fckeditor/module.xml
    lenya/trunk/src/modules/notification/module.xml
    lenya/trunk/src/modules/sitetree/module.xml
    lenya/trunk/src/modules/sourcerepository/module.xml
Modified:
    lenya/trunk/src/modules/jackrabbit/module.xml
    lenya/trunk/src/modules/jcr/module.xml
    lenya/trunk/src/modules/repository/module.xml

Added: lenya/trunk/src/modules/bxe/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/bxe/module.xml?rev=416120&view=auto
==============================================================================
--- lenya/trunk/src/modules/bxe/module.xml (added)
+++ lenya/trunk/src/modules/bxe/module.xml Wed Jun 21 14:55:42 2006
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.bxe</id>
+</module>
\ No newline at end of file

Added: lenya/trunk/src/modules/cforms/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/module.xml?rev=416120&view=auto
==============================================================================
--- lenya/trunk/src/modules/cforms/module.xml (added)
+++ lenya/trunk/src/modules/cforms/module.xml Wed Jun 21 14:55:42 2006
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.cforms</id>
+</module>
\ No newline at end of file

Added: lenya/trunk/src/modules/fckeditor/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/fckeditor/module.xml?rev=416120&view=auto
==============================================================================
--- lenya/trunk/src/modules/fckeditor/module.xml (added)
+++ lenya/trunk/src/modules/fckeditor/module.xml Wed Jun 21 14:55:42 2006
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.fckeditor</id>
+</module>
\ No newline at end of file

Modified: lenya/trunk/src/modules/jackrabbit/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/jackrabbit/module.xml?rev=416120&r1=416119&r2=416120&view=diff
==============================================================================
--- lenya/trunk/src/modules/jackrabbit/module.xml (original)
+++ lenya/trunk/src/modules/jackrabbit/module.xml Wed Jun 21 14:55:42 2006
@@ -17,11 +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.jackrabbit</lenya:id>
-  <lenya:package>org.apache.lenya.modules</lenya:package>
-  <lenya:version>0.1-dev</lenya:version>
-  <lenya:name>Jackrabbit Repository Module</lenya:name>
-  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
-  <lenya:description>Jackrabbit JCR Implementation (see org.apache.lenya.modules.jcr Module)</lenya:description>
-</lenya:module>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.jackrabbit</id>
+  <depends module="org.apache.lenya.modules.repository"/>
+  <depends module="org.apache.lenya.modules.jcr"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Jackrabbit Repository Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Jackrabbit JCR Implementation (see org.apache.lenya.modules.jcr Module)</description>
+</module>

Modified: lenya/trunk/src/modules/jcr/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/jcr/module.xml?rev=416120&r1=416119&r2=416120&view=diff
==============================================================================
--- lenya/trunk/src/modules/jcr/module.xml (original)
+++ lenya/trunk/src/modules/jcr/module.xml Wed Jun 21 14:55:42 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.jcr</lenya:id>
-  <lenya:package>org.apache.lenya.modules</lenya:package>
-  <lenya:version>0.1-dev</lenya:version>
-  <lenya:name>JCR Repository Module</lenya:name>
-  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
-  <lenya:description>JCR implementation of Lenya Repository API (Draft) (see org.apache.lenya.modules.repository Module)</lenya:description>
-</lenya:module>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.jcr</id>
+  <depends module="org.apache.lenya.modules.repository"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>JCR Repository Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>JCR implementation of Lenya Repository API (Draft) (see org.apache.lenya.modules.repository Module)</description>
+</module>

Added: lenya/trunk/src/modules/notification/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/notification/module.xml?rev=416120&view=auto
==============================================================================
--- lenya/trunk/src/modules/notification/module.xml (added)
+++ lenya/trunk/src/modules/notification/module.xml Wed Jun 21 14:55:42 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.notification</id>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Repository Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Lenya Repository API (Draft)</description>
+</module>

Modified: lenya/trunk/src/modules/repository/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/repository/module.xml?rev=416120&r1=416119&r2=416120&view=diff
==============================================================================
--- lenya/trunk/src/modules/repository/module.xml (original)
+++ lenya/trunk/src/modules/repository/module.xml Wed Jun 21 14:55:42 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.repository</lenya:id>
-  <lenya:package>org.apache.lenya.modules</lenya:package>
-  <lenya:version>0.1-dev</lenya:version>
-  <lenya:name>Repository Module</lenya:name>
-  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
-  <lenya:description>Lenya Repository API (Draft)</lenya:description>
-</lenya:module>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.repository</id>
+  <depends module="org.apache.lenya.modules.sourcerepository"/>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Repository Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Lenya Repository API (Draft)</description>
+</module>

Added: lenya/trunk/src/modules/sitetree/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sitetree/module.xml?rev=416120&view=auto
==============================================================================
--- lenya/trunk/src/modules/sitetree/module.xml (added)
+++ lenya/trunk/src/modules/sitetree/module.xml Wed Jun 21 14:55:42 2006
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module xmlns="http://apache.org/lenya/module/1.0">
+  <id>org.apache.lenya.modules.sitetree</id>
+</module>
\ No newline at end of file

Added: lenya/trunk/src/modules/sourcerepository/module.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/sourcerepository/module.xml?rev=416120&view=auto
==============================================================================
--- lenya/trunk/src/modules/sourcerepository/module.xml (added)
+++ lenya/trunk/src/modules/sourcerepository/module.xml Wed Jun 21 14:55:42 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.sourcerepository</id>
+  <package>org.apache.lenya.modules</package>
+  <version>0.1-dev</version>
+  <name>Repository Module</name>
+  <lenya-version>@lenya.version@</lenya-version>
+  <description>Lenya Repository API (Draft)</description>
+</module>



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