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/27 23:56:21 UTC

svn commit: r490588 - in /cocoon/trunk/core: ./ cocoon-core/ cocoon-sitemap/ cocoon-sitemap/cocoon-sitemap-api/ cocoon-sitemap/cocoon-sitemap-api/src/ cocoon-sitemap/cocoon-sitemap-api/src/main/ cocoon-sitemap/cocoon-sitemap-api/src/main/java/ cocoon-s...

Author: danielf
Date: Wed Dec 27 14:56:19 2006
New Revision: 490588

URL: http://svn.apache.org/viewvc?view=rev&rev=490588
Log:
Preparing to move sitemap api, implementation and components to own modules.

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

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?view=diff&rev=490588&r1=490587&r2=490588
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Wed Dec 27 14:56:19 2006
@@ -132,6 +132,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-sitemap-api</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-xml-resolver</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Dec 27 14:56:19 2006
@@ -0,0 +1,3 @@
+.project
+.settings
+.classpath

Added: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml?view=auto&rev=490588
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (added)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Wed Dec 27 14:56:19 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-sitemap</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-sitemap-api</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Sitemap API</name>
+</project>

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Dec 27 14:56:19 2006
@@ -0,0 +1,4 @@
+.project
+.settings
+target
+.classpath

Added: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml?view=auto&rev=490588
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml (added)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml Wed Dec 27 14:56:19 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-sitemap</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-sitemap-components</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Sitemap Components</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-sitemap-api</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Dec 27 14:56:19 2006
@@ -0,0 +1,4 @@
+.project
+.settings
+target
+.classpath

Added: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml?view=auto&rev=490588
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (added)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Wed Dec 27 14:56:19 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-sitemap</artifactId>
+    <version>2-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>cocoon-sitemap-impl</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Cocoon Sitemap Implementation</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-sitemap-api</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Added: cocoon/trunk/core/cocoon-sitemap/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-sitemap/pom.xml?view=auto&rev=490588
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/pom.xml (added)
+++ cocoon/trunk/core/cocoon-sitemap/pom.xml Wed Dec 27 14:56:19 2006
@@ -0,0 +1,40 @@
+<?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-sitemap</artifactId>
+  <version>2-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>Cocoon Sitemap [modules]</name>
+  <modules>
+    <module>cocoon-sitemap-api</module>
+    <module>cocoon-sitemap-impl</module>
+    <module>cocoon-sitemap-components</module>
+  </modules>
+</project>

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?view=diff&rev=490588&r1=490587&r2=490588
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Wed Dec 27 14:56:19 2006
@@ -38,6 +38,7 @@
     <module>cocoon-core</module>
     <module>cocoon-environment</module>
     <module>cocoon-pipeline</module>
+    <module>cocoon-sitemap</module>
     <module>cocoon-spring</module>
     <module>cocoon-store</module>
     <module>cocoon-thread</module>