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/01/09 13:25:02 UTC

svn commit: r494389 - in /cocoon/trunk/site: ./ cocoon-subprojects-site/ cocoon-subprojects-site/pom.xml pom.xml

Author: cziegeler
Date: Tue Jan  9 04:25:01 2007
New Revision: 494389

URL: http://svn.apache.org/viewvc?view=rev&rev=494389
Log:
Add subprojects site

Added:
    cocoon/trunk/site/cocoon-subprojects-site/
    cocoon/trunk/site/cocoon-subprojects-site/pom.xml   (with props)
Modified:
    cocoon/trunk/site/   (props changed)
    cocoon/trunk/site/pom.xml

Propchange: cocoon/trunk/site/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Jan  9 04:25:01 2007
@@ -0,0 +1 @@
+target

Added: cocoon/trunk/site/cocoon-subprojects-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/cocoon-subprojects-site/pom.xml?view=auto&rev=494389
==============================================================================
--- cocoon/trunk/site/cocoon-subprojects-site/pom.xml (added)
+++ cocoon/trunk/site/cocoon-subprojects-site/pom.xml Tue Jan  9 04:25:01 2007
@@ -0,0 +1,67 @@
+<?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">
+  <modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.cocoon</groupId>
+    <artifactId>site</artifactId>
+    <version>1-SNAPSHOT</version>
+  </parent>  
+  
+  <artifactId>cocoon-subprojects-site</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  
+  <name>Apache Cocoon Subprojects Site</name>
+  <url>http://cocoon.apache.org</url>
+  
+  <properties>
+    <docs.name>Cocoon Core Modules</docs.name>    
+  </properties>      
+  
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>${docs.deploymentBaseUrl}/subprojects/</url>
+    </site>
+  </distributionManagement>
+  
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.daisycms</groupId>
+        <artifactId>daisy-maven-plugin</artifactId>
+        <configuration>
+          <navDocId>1212</navDocId>
+          <collection>cdocs-site-subprojects</collection>
+          <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>          
+        </configuration>
+      </plugin>   
+    </plugins>
+  </build>
+  
+</project>

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

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

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?view=diff&rev=494389&r1=494388&r2=494389
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Tue Jan  9 04:25:01 2007
@@ -42,6 +42,7 @@
     <module>cocoon-blocks-site</module>
     <module>cocoon-core-site</module>    
     <module>cocoon-main-site</module>
+    <module>cocoon-subprojects-site</module>
     <module>cocoon-maven-plugins-site</module>     
        
     <!-- Cocoon Blocks -->