You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jb...@apache.org on 2006/02/13 17:18:18 UTC

svn commit: r377405 - in /cocoon/trunk/cocoon-xmldb: ./ cocoon-xmldb-impl/ cocoon-xmldb-sample/ cocoon-xmldb-sample/src/ cocoon-xmldb-sample/src/main/ cocoon-xmldb-sample/src/main/resources/ cocoon-xmldb-sample/src/main/resources/samples/

Author: jbq
Date: Mon Feb 13 08:18:15 2006
New Revision: 377405

URL: http://svn.apache.org/viewcvs?rev=377405&view=rev
Log:
More M10N of the XMLDB block

Added:
    cocoon/trunk/cocoon-xmldb/
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-impl/
      - copied from r377398, cocoon/trunk/cocoon-xmldb-impl/
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml   (with props)
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/
      - copied from r377404, cocoon/blocks/xmldb/trunk/samples/
    cocoon/trunk/cocoon-xmldb/pom.xml   (with props)
Modified:
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-impl/pom.xml
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/populate.xml
    cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/samples.xml

Modified: cocoon/trunk/cocoon-xmldb/cocoon-xmldb-impl/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-xmldb/cocoon-xmldb-impl/pom.xml?rev=377405&r1=377398&r2=377405&view=diff
==============================================================================
--- cocoon/trunk/cocoon-xmldb/cocoon-xmldb-impl/pom.xml (original)
+++ cocoon/trunk/cocoon-xmldb/cocoon-xmldb-impl/pom.xml Mon Feb 13 08:18:15 2006
@@ -21,14 +21,14 @@
 <project>
   <parent>
     <groupId>org.apache.cocoon</groupId>
-    <artifactId>cocoon</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <artifactId>cocoon-xmldb</artifactId>
+    <version>1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>cocoon-xmldb</artifactId>
+  <artifactId>cocoon-xmldb-impl</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>XMLDB Block</name>
+  <name>XMLDB Block's Implementation</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Added: cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml?rev=377405&view=auto
==============================================================================
--- cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml (added)
+++ cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml Mon Feb 13 08:18:15 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 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.
+-->
+<!--+
+    | @version $Id$
+    |
+    +-->
+<project>
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-xmldb</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-xmldb-sample</artifactId>
+  <version>1.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>XMLDB Block's Samples</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-xmldb-impl</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Modified: cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/populate.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/populate.xml?rev=377405&r1=377404&r2=377405&view=diff
==============================================================================
--- cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/populate.xml (original)
+++ cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/populate.xml Mon Feb 13 08:18:15 2006
@@ -17,7 +17,7 @@
 
 <!--+
     | Populates XMLDB with some samples data
-    | CVS $Id: populate.xml,v 1.6 2004/03/06 02:26:11 antonio Exp $
+    | CVS $Id$
     +-->
 
 <html>

Modified: cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/samples.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/samples.xml?rev=377405&r1=377404&r2=377405&view=diff
==============================================================================
--- cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/samples.xml (original)
+++ cocoon/trunk/cocoon-xmldb/cocoon-xmldb-sample/src/main/resources/samples/samples.xml Mon Feb 13 08:18:15 2006
@@ -18,7 +18,7 @@
 <!--+
     | XMLDB Samples
     |
-    | CVS $Id: samples.xml,v 1.8 2004/04/05 12:25:36 antonio Exp $
+    | CVS $Id$
     +-->
 
 <samples name="XMLDB Block Samples" xmlns:xlink="http://www.w3.org/1999/xlink">

Added: cocoon/trunk/cocoon-xmldb/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/cocoon-xmldb/pom.xml?rev=377405&view=auto
==============================================================================
--- cocoon/trunk/cocoon-xmldb/pom.xml (added)
+++ cocoon/trunk/cocoon-xmldb/pom.xml Mon Feb 13 08:18:15 2006
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2006 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.
+-->
+<!--+
+    | @version $Id$
+    |
+    +-->
+<project>
+  <parent>
+    <artifactId>cocoon</artifactId>
+    <groupId>org.apache.cocoon</groupId>
+    <version>2.2.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>cocoon-xmldb</artifactId>
+  <packaging>pom</packaging>
+  <name>XMLDB Block</name>
+  <version>1.0-SNAPSHOT</version>
+  <modules>
+    <module>cocoon-xmldb-impl</module>
+    <module>cocoon-xmldb-sample</module>
+  </modules>
+</project>

Propchange: cocoon/trunk/cocoon-xmldb/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/cocoon-xmldb/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id