You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/10/04 10:46:55 UTC

svn commit: r581802 - /cocoon/trunk/pom.xml

Author: cziegeler
Date: Thu Oct  4 01:46:55 2007
New Revision: 581802

URL: http://svn.apache.org/viewvc?rev=581802&view=rev
Log:
Add convenience pom to build whole cocoon.

Added:
    cocoon/trunk/pom.xml   (with props)

Added: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=581802&view=auto
==============================================================================
--- cocoon/trunk/pom.xml (added)
+++ cocoon/trunk/pom.xml Thu Oct  4 01:46:55 2007
@@ -0,0 +1,57 @@
+<?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.
+-->
+<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">
+
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>pom</packaging>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>4</version>
+  </parent>
+
+  <groupId>org.apache.cocoon</groupId>
+  <artifactId>parent</artifactId>
+  <version>1</version>
+  <name>Apache Cocoon</name>
+  <inceptionYear>1999</inceptionYear>
+  <url>http://cocoon.apache.org</url>
+
+  <modules>
+    <module>parent</module>
+    <module>blocks</module>
+    <module>commons</module>
+    <module>core</module>
+    <module>tools</module>
+    <module>dists</module>
+    <!-- sub projects -->
+    <module>core/cocoon-configuration/cocoon-configuration-api</module>
+    <module>core/cocoon-configuration/cocoon-spring-configurator</module>
+    <module>core/cocoon-servlet-service/cocoon-servlet-service-components</module>
+    <module>core/cocoon-servlet-service/cocoon-servlet-service-impl</module>
+    <module>core/cocoon-servlet-service/cocoon-servlet-service-sample</module>
+  </modules>
+
+  <organization>
+    <name>The Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+</project>

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

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