You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/01/04 16:20:09 UTC

svn commit: r492597 - in /cocoon/trunk: core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/ core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml site/pom.xml

Author: reinhard
Date: Thu Jan  4 07:20:08 2007
New Revision: 492597

URL: http://svn.apache.org/viewvc?view=rev&rev=492597
Log:
add blocks-fw-impl documentation; add other core modules but leave them commented for now

Added:
    cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/
    cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml   (with props)
Modified:
    cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml
    cocoon/trunk/site/pom.xml

Modified: cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml?view=diff&rev=492597&r1=492596&r2=492597
==============================================================================
--- cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/pom.xml Thu Jan  4 07:20:08 2007
@@ -34,6 +34,7 @@
   <version>1.0.0-M2-SNAPSHOT</version>
   <name>Cocoon Blocks Framework Implementation</name>
   <description>${project.name}</description>
+  <url>http://cocoon.apache.org/${docs.m.blocks-fw-impl.relPath}</url>
   
   <dependencies>
     <dependency>
@@ -89,13 +90,13 @@
   
   <properties>
     <docs.name>${project.name}</docs.name>    
-    <docs.version>1.0</docs.version>
+    <docs.version>${docs.m.blocks-fw-impl.version}</docs.version>
   </properties>  
   
   <distributionManagement>
     <site>
       <id>website</id>
-      <url>${docs.deploymentBaseUrl}/core-modules/blocks-fw-impl/${docs.version}/</url>
+      <url>${docs.deploymentBaseUrl}/${docs.m.blocks-fw-impl.relPath}</url>
     </site>
   </distributionManagement>    
   

Added: cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml?view=auto&rev=492597
==============================================================================
--- cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml (added)
+++ cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml Thu Jan  4 07:20:08 2007
@@ -0,0 +1,31 @@
+<?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.
+-->
+<!--+
+    | Find usage details at http://maven.apache.org/plugins/maven-changes-plugin/usage.html
+    |
+    | @version $Id$
+    +-->
+<document>
+  <body>
+    <release version="1.0.0-M2-SNAPSHOT" date="2007-00-00" description="unreleased">  
+      
+    </release>
+  </body>
+</document>

Propchange: cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: cocoon/trunk/core/cocoon-blocks-fw/cocoon-blocks-fw-impl/src/changes/changes.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: cocoon/trunk/site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/site/pom.xml?view=diff&rev=492597&r1=492596&r2=492597
==============================================================================
--- cocoon/trunk/site/pom.xml (original)
+++ cocoon/trunk/site/pom.xml Thu Jan  4 07:20:08 2007
@@ -47,7 +47,7 @@
     <!-- Cocoon Blocks -->
     <module>../blocks/cocoon-ajax/cocoon-ajax-impl</module>
     <module>../blocks/cocoon-auth/cocoon-auth-impl</module>
-    <module>../blocks/cocoon-captcha/cocoon-captcha-impl</module>
+    <!--module>../blocks/cocoon-captcha/cocoon-captcha-impl</module-->
     <module>../blocks/cocoon-flowscript/cocoon-flowscript-impl</module>
     <module>../blocks/cocoon-fop/cocoon-fop-impl</module>
     <module>../blocks/cocoon-forms/cocoon-forms-impl</module>
@@ -61,8 +61,24 @@
     <!-- Maven plugins -->
     <module>../tools/cocoon-rcl/cocoon-rcl-plugin</module>    
     
-    <!-- Core modules -->
+    <!-- Core modules --> 
+    <module>../core/cocoon-blocks-fw/cocoon-blocks-fw-impl</module>
     <module>../core/cocoon-core</module>    
+    <!--module>../core/cocoon-configuration/cocoon-configuration-api</module>
+    <module>../core/cocoon-configuration/cocoon-spring-configurator</module>    
+    <module>../core/cocoon-pipeline/cocoon-pipeline-api</module>
+    <module>../core/cocoon-pipeline/cocoon-pipeline-impl</module>
+    <module>../core/cocoon-pipeline/cocoon-pipeline-components</module>
+    <module>../core/cocoon-sitemap/cocoon-sitemap-api</module>
+    <module>../core/cocoon-sitemap/cocoon-sitemap-impl</module>
+    <module>../core/cocoon-sitemap/cocoon-sitemap-components</module>   
+    <module>../core/cocoon-store/cocoon-store-impl</module>
+    <module>../core/cocoon-thread/cocoon-thread-api</module>
+    <module>../core/cocoon-thread/cocoon-thread-impl</module>
+    <module>../core/cocoon-util</module>
+    <module>../core/cocoon-xml/cocoon-xml-api</module>
+    <module>../core/cocoon-xml/cocoon-xml-impl</module>
+    <module>../core/cocoon-xml/cocoon-xml-resolver</module-->         
   </modules>
   
   <build>