You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2006/02/23 14:11:41 UTC

svn commit: r380110 - in /lenya/trunk/src/modules: jackrabbit/module.xml jcr/module.xml jcrsource/module.xml repository/module.xml

Author: michi
Date: Thu Feb 23 05:11:36 2006
New Revision: 380110

URL: http://svn.apache.org/viewcvs?rev=380110&view=rev
Log:
module descriptors added

Added:
    lenya/trunk/src/modules/jackrabbit/module.xml
    lenya/trunk/src/modules/jcr/module.xml
    lenya/trunk/src/modules/jcrsource/module.xml
    lenya/trunk/src/modules/repository/module.xml

Added: lenya/trunk/src/modules/jackrabbit/module.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/jackrabbit/module.xml?rev=380110&view=auto
==============================================================================
--- lenya/trunk/src/modules/jackrabbit/module.xml (added)
+++ lenya/trunk/src/modules/jackrabbit/module.xml Thu Feb 23 05:11:36 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 $ -->
+
+<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>

Added: lenya/trunk/src/modules/jcr/module.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/jcr/module.xml?rev=380110&view=auto
==============================================================================
--- lenya/trunk/src/modules/jcr/module.xml (added)
+++ lenya/trunk/src/modules/jcr/module.xml Thu Feb 23 05:11:36 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 $ -->
+
+<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>

Added: lenya/trunk/src/modules/jcrsource/module.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/jcrsource/module.xml?rev=380110&view=auto
==============================================================================
--- lenya/trunk/src/modules/jcrsource/module.xml (added)
+++ lenya/trunk/src/modules/jcrsource/module.xml Thu Feb 23 05:11:36 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 $ -->
+
+<lenya:module xmlns:lenya="http://apache.org/lenya/module/1.0">
+  <lenya:id>org.apache.lenya.modules.jcrsource</lenya:id>
+  <lenya:package>org.apache.lenya.modules</lenya:package>
+  <lenya:version>1.0-dev</lenya:version>
+  <lenya:name>JCR Source Implementation</lenya:name>
+  <lenya:lenya-version>@lenya.version@</lenya:lenya-version>
+  <lenya:description>JCR Source Implementation of Lenya NodeFactory (see Lenya core org.apache.lenya.cms.repository)</lenya:description>
+</lenya:module>

Added: lenya/trunk/src/modules/repository/module.xml
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/repository/module.xml?rev=380110&view=auto
==============================================================================
--- lenya/trunk/src/modules/repository/module.xml (added)
+++ lenya/trunk/src/modules/repository/module.xml Thu Feb 23 05:11:36 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 $ -->
+
+<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>



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