You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2006/12/21 22:29:05 UTC

svn commit: r489465 - in /cocoon/trunk/core: ./ cocoon-store/ cocoon-store/cocoon-store-api/ cocoon-store/cocoon-store-api/src/ cocoon-store/cocoon-store-api/src/main/ cocoon-store/cocoon-store-api/src/main/java/ cocoon-store/cocoon-store-api/src/main/...

Author: danielf
Date: Thu Dec 21 13:29:03 2006
New Revision: 489465

URL: http://svn.apache.org/viewvc?view=rev&rev=489465
Log:
Modules for the thread and store components.

Added:
    cocoon/trunk/core/cocoon-store/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/   (with props)
    cocoon/trunk/core/cocoon-store/cocoon-store-api/pom.xml
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/main/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/main/java/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/main/java/org/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/main/java/org/apache/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/main/java/org/apache/cocoon/
    cocoon/trunk/core/cocoon-store/cocoon-store-api/src/main/java/org/apache/cocoon/components/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/   (with props)
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/java/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/java/org/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/java/org/apache/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/java/org/apache/cocoon/
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/src/main/java/org/apache/cocoon/components/
    cocoon/trunk/core/cocoon-store/pom.xml
    cocoon/trunk/core/cocoon-thread/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/   (with props)
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/src/main/java/org/apache/cocoon/components/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/   (with props)
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/src/main/java/org/apache/cocoon/components/
    cocoon/trunk/core/cocoon-thread/pom.xml
Modified:
    cocoon/trunk/core/pom.xml

Propchange: cocoon/trunk/core/cocoon-store/cocoon-store-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec 21 13:29:03 2006
@@ -0,0 +1,4 @@
+.project
+.settings
+target
+.classpath

Added: cocoon/trunk/core/cocoon-store/cocoon-store-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-api/pom.xml?view=auto&rev=489465
==============================================================================
--- cocoon/trunk/core/cocoon-store/cocoon-store-api/pom.xml (added)
+++ cocoon/trunk/core/cocoon-store/cocoon-store-api/pom.xml Thu Dec 21 13:29:03 2006
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-store</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-store-api</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Store API</name>
+</project>

Propchange: cocoon/trunk/core/cocoon-store/cocoon-store-impl/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec 21 13:29:03 2006
@@ -0,0 +1,4 @@
+.project
+.settings
+target
+.classpath

Added: cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml?view=auto&rev=489465
==============================================================================
--- cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml (added)
+++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml Thu Dec 21 13:29:03 2006
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-store</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-store-impl</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Store Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-store-api</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Added: cocoon/trunk/core/cocoon-store/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/pom.xml?view=auto&rev=489465
==============================================================================
--- cocoon/trunk/core/cocoon-store/pom.xml (added)
+++ cocoon/trunk/core/cocoon-store/pom.xml Thu Dec 21 13:29:03 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-core-modules</artifactId>
+    <version>3-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-store</artifactId>
+  <version>2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Cocoon Store [modules]</name>
+  <modules>
+    <module>cocoon-store-api</module>
+    <module>cocoon-store-impl</module>
+  </modules>
+</project>

Propchange: cocoon/trunk/core/cocoon-thread/cocoon-thread-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec 21 13:29:03 2006
@@ -0,0 +1,4 @@
+.project
+.settings
+target
+.classpath

Added: cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml?view=auto&rev=489465
==============================================================================
--- cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml (added)
+++ cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml Thu Dec 21 13:29:03 2006
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-thread</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-thread-api</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Thread API</name>
+</project>

Propchange: cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Dec 21 13:29:03 2006
@@ -0,0 +1,4 @@
+.project
+.settings
+target
+.classpath

Added: cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml?view=auto&rev=489465
==============================================================================
--- cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml (added)
+++ cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml Thu Dec 21 13:29:03 2006
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-thread</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-thread-impl</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Thread Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-thread-api</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Added: cocoon/trunk/core/cocoon-thread/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/pom.xml?view=auto&rev=489465
==============================================================================
--- cocoon/trunk/core/cocoon-thread/pom.xml (added)
+++ cocoon/trunk/core/cocoon-thread/pom.xml Thu Dec 21 13:29:03 2006
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>cocoon-core-modules</artifactId>
+    <version>3-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-thread</artifactId>
+  <version>2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Cocoon Thread [modules]</name>
+  <modules>
+    <module>cocoon-thread-api</module>
+    <module>cocoon-thread-impl</module>
+  </modules>
+</project>

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?view=diff&rev=489465&r1=489464&r2=489465
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Thu Dec 21 13:29:03 2006
@@ -33,12 +33,14 @@
   <name>Cocoon Core [modules]</name>
   <modules>
     <module>cocoon-blocks-fw</module>
-    <module>cocoon-core</module>
     <module>cocoon-common</module>
-    <module>cocoon-util</module>
     <module>cocoon-configuration</module>
+    <module>cocoon-core</module>
     <module>cocoon-environment</module>
     <module>cocoon-pipeline</module>
+    <module>cocoon-store</module>
+    <module>cocoon-thread</module>
+    <module>cocoon-util</module>
     <module>cocoon-webapp</module>
   </modules>
   <scm>