Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 82419 invoked from network); 18 Jan 2008 07:15:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2008 07:15:54 -0000 Received: (qmail 2348 invoked by uid 500); 18 Jan 2008 07:15:44 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 2274 invoked by uid 500); 18 Jan 2008 07:15:43 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 2263 invoked by uid 99); 18 Jan 2008 07:15:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jan 2008 23:15:43 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 07:15:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A65E11A9832; Thu, 17 Jan 2008 23:15:18 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r613082 [1/3] - in /cocoon/whiteboard/micro: ./ core/ core/cocoon-core/ core/cocoon-expression-language/cocoon-expression-language-api/ core/cocoon-expression-language/cocoon-expression-language-impl/ core/cocoon-pipeline/cocoon-pipeline-ap... Date: Fri, 18 Jan 2008 07:15:15 -0000 To: cvs@cocoon.apache.org From: reinhard@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080118071518.A65E11A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: reinhard Date: Thu Jan 17 23:15:13 2008 New Revision: 613082 URL: http://svn.apache.org/viewvc?rev=613082&view=rev Log: introduce own groupId for Micro-Cocoon so that it doesn't conflict with trunk Removed: cocoon/whiteboard/micro/core/pom.xml Modified: cocoon/whiteboard/micro/core/cocoon-core/pom.xml cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml cocoon/whiteboard/micro/core/cocoon-store/cocoon-store-impl/pom.xml cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-api/pom.xml cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-impl/pom.xml cocoon/whiteboard/micro/core/cocoon-util/pom.xml cocoon/whiteboard/micro/core/cocoon-webapp/pom.xml cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-api/pom.xml cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-impl/pom.xml cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-resolver/pom.xml cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-util/pom.xml cocoon/whiteboard/micro/parent/pom.xml cocoon/whiteboard/micro/pom.xml Modified: cocoon/whiteboard/micro/core/cocoon-core/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-core/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-core/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-core/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,21 +17,21 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar + - org.apache.cocoon - cocoon-core-modules - 6-SNAPSHOT + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../parent/pom.xml - cocoon-core - 2.2.0-RC3-SNAPSHOT - Cocoon Core + cocoon-micro-core + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Core Module that contains dependencies to all modules normally needed for a basic Cocoon webapp. Cocoon blocks should normally depend on this modules, as the @@ -39,7 +39,6 @@ is not stable yet. This module also contains some classes, configuration files and tests that we not have decided where to move yet. - http://cocoon.apache.org/${docs.m.core.relPath} @@ -92,24 +91,6 @@ - - Cocoon Core - ${docs.m.core.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.core.relPath} - - - - - scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/ - scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/ - http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/ - - org.apache.cocoon @@ -120,33 +101,33 @@ cocoon-configuration-api - org.apache.cocoon - cocoon-pipeline-components + org.apache.cocoon.micro + cocoon-micro-pipeline-components - org.apache.cocoon - cocoon-sitemap-impl + org.apache.cocoon.micro + cocoon-micro-sitemap-impl - org.apache.cocoon - cocoon-sitemap-components + org.apache.cocoon.micro + cocoon-micro-sitemap-components - org.apache.cocoon - cocoon-xml-resolver + org.apache.cocoon.micro + cocoon-micro-xml-resolver - org.apache.cocoon - cocoon-thread-api + org.apache.cocoon.micro + cocoon-micro-thread-api - org.apache.cocoon - cocoon-expression-language-impl + org.apache.cocoon.micro + cocoon-micro-expression-language-impl test - org.apache.cocoon - cocoon-xml-util + org.apache.cocoon.micro + cocoon-micro-xml-util @@ -225,14 +206,14 @@ - org.apache.cocoon - cocoon-pipeline-impl + org.apache.cocoon.micro + cocoon-micro-pipeline-impl test-jar test - org.apache.cocoon - cocoon-sitemap-impl + org.apache.cocoon.micro + cocoon-micro-sitemap-impl test test-jar @@ -258,35 +239,16 @@ - org.apache.cocoon - cocoon-store-impl + org.apache.cocoon.micro + cocoon-micro-store-impl runtime - org.apache.cocoon - cocoon-thread-impl + org.apache.cocoon.micro + cocoon-micro-thread-impl runtime - - - daisy - - - - org.daisycms - daisy-maven-plugin - - 1206 - cdocs-core - false - false - - - - - - Modified: cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-api/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,39 +17,24 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-expression-language-api - 1.0.0-RC3-SNAPSHOT - Cocoon Expression Language API + cocoon-micro-expression-language-api + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Expression Language API Interfaces for expression language and object model. - http://cocoon.apache.org/${docs.m.expression-language-api.relPath} - - - ${project.name} - ${docs.m.expression-language-api.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.expression-language-api.relPath} - - @@ -57,4 +42,5 @@ commons-collections + Modified: cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-expression-language/cocoon-expression-language-impl/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,52 +17,38 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - + - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-expression-language-impl - 1.0.0-RC3-SNAPSHOT - Cocoon Expression Language Implementation. + cocoon-micro-expression-language-impl + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Expression Language Implementation. Implementation of several expressions languages like: JXPath, JEXL, Javascript and implementation of unified Object Model. - http://cocoon.apache.org/${docs.m.expression-language-impl.relPath} - - - ${project.name} - ${docs.m.expression-language-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.expression-language-impl.relPath} - - + http://cocoon.apache.org/${docs.m.expression-language-impl.relPath} org.apache.cocoon - cocoon-expression-language-api - + cocoon-spring-configurator + - org.apache.cocoon - cocoon-xml-util + org.apache.cocoon.micro + cocoon-micro-expression-language-api - org.apache.cocoon - cocoon-spring-configurator + org.apache.cocoon.micro + cocoon-micro-xml-util commons-lang @@ -105,24 +91,5 @@ test - - - - daisy - - - - org.daisycms - daisy-maven-plugin - - 1406 - cdocs-expression-language - false - false - - - - - - + Modified: cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Thu Jan 17 23:15:13 2008 @@ -1,34 +1,41 @@ + + 4.0.0 + jar + - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-pipeline-api - 1.0.0-RC3-SNAPSHOT - jar - Cocoon Pipeline API + cocoon-micro-pipeline-api + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Pipeline API Interfaces for SAX pipelines: ProcessingPipeline, sitemap components and basic XML interfaces, the environment abstraction, caching interfaces and needed exceptions. - http://cocoon.apache.org/${docs.m.pipeline-api.relPath} - - - ${project.name} - ${docs.m.pipeline-api.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.pipeline-api.relPath} - - Modified: cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml Thu Jan 17 23:15:13 2008 @@ -1,36 +1,42 @@ + + + 4.0.0 + jar + - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - 4.0.0 - cocoon-pipeline-components - 1.0.0-RC3-SNAPSHOT - jar - Cocoon Pipeline Components + cocoon-micro-pipeline-components + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Pipeline Components Implementations of a number of basic generators, transformers, serializers, and readers that are needed in most Cocoon webapps as well as some basic sources and the XPointer and XSLT components. - http://cocoon.apache.org/${docs.m.pipeline-components.relPath} - - - ${project.name} - ${docs.m.pipeline-components.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.pipeline-components.relPath} - - - @@ -38,16 +44,16 @@ cocoon-configuration-api - org.apache.cocoon - cocoon-pipeline-impl + org.apache.cocoon.micro + cocoon-micro-pipeline-impl - org.apache.cocoon - cocoon-util + org.apache.cocoon.micro + cocoon-micro-util - org.apache.cocoon - cocoon-xml-api + org.apache.cocoon.micro + cocoon-micro-xml-api javax.servlet @@ -56,14 +62,14 @@ - org.apache.cocoon - cocoon-pipeline-impl + org.apache.cocoon.micro + cocoon-micro-pipeline-impl test-jar test - org.apache.cocoon - cocoon-xml-impl + org.apache.cocoon.micro + cocoon-micro-xml-impl test @@ -87,4 +93,5 @@ test + Modified: cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Thu Jan 17 23:15:13 2008 @@ -1,27 +1,42 @@ - + 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. +--> + + + 4.0.0 + jar + - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - 4.0.0 - - cocoon-pipeline-impl - 1.0.0-RC3-SNAPSHOT - jar - Cocoon Pipeline Implementation + cocoon-micro-pipeline-impl + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Pipeline Implementation Several implementations of the ProcessingPipeline interface together with needed classes and components. Abstract classes for making it easier to write sitemap components. - http://cocoon.apache.org/${docs.m.pipeline-impl.relPath} @@ -37,41 +52,29 @@ - - - - ${project.name} - ${docs.m.pipeline-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.pipeline-impl.relPath} - - + - org.apache.cocoon - cocoon-pipeline-api + org.apache.cocoon.micro + cocoon-micro-pipeline-api org.apache.cocoon cocoon-configuration-api - org.apache.cocoon - cocoon-util + org.apache.cocoon.micro + cocoon-micro-util - org.apache.cocoon - cocoon-xml-api + org.apache.cocoon.micro + cocoon-micro-xml-api - org.apache.cocoon - cocoon-expression-language-api + org.apache.cocoon.micro + cocoon-micro-expression-language-api @@ -139,4 +142,5 @@ test + Modified: cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,47 +17,32 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-sitemap-api - 1.0.0-RC3-SNAPSHOT - Cocoon Sitemap API + cocoon-micro-sitemap-api + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Sitemap API Interfaces for the sitemap: Processor, actions, modules, flow, matching, selection and some support interfaces for classloading, notification, processing and various support interfaces. - - http://cocoon.apache.org/${docs.m.sitemap-api.relPath} - - - ${project.name} - ${docs.m.sitemap-api.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.sitemap-api.relPath} - - + - org.apache.cocoon - cocoon-pipeline-api + org.apache.cocoon.micro + cocoon-micro-pipeline-api @@ -85,11 +70,5 @@ provided - - - scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-api/cocoon-sitemap-api-1.0.0-RC2 - scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-api/cocoon-sitemap-api-1.0.0-RC2 - https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-api/cocoon-sitemap-api-1.0.0-RC2 - Modified: cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,49 +17,34 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-sitemap-components - 1.0.0-RC3-SNAPSHOT - Cocoon Sitemap Components + cocoon-micro-sitemap-components + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Sitemap Components Implementation of basic actions, modules, some sources, matchers and selectors that are used in most Cocoon webapps. - http://cocoon.apache.org/${docs.m.sitemap-components.relPath} - - - ${project.name} - ${docs.m.sitemap-components.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.sitemap-components.relPath} - - - org.apache.cocoon - cocoon-sitemap-impl + org.apache.cocoon.micro + cocoon-micro-sitemap-impl - org.apache.cocoon - cocoon-pipeline-components + org.apache.cocoon.micro + cocoon-micro-pipeline-components javax.servlet @@ -67,4 +52,5 @@ provided + Modified: cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Thu Jan 17 23:15:13 2008 @@ -1,23 +1,42 @@ + + 4.0.0 jar + - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-sitemap-impl - 1.0.0-RC3-SNAPSHOT - Cocoon Sitemap Implementation + cocoon-micro-sitemap-impl + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Sitemap Implementation The tree processor implementation of the sitemap with dependencies. The Spring packages for Avalon support. Abstract base classes and support classes for making it easier to write sitemap components. - http://cocoon.apache.org/${docs.m.sitemap-impl.relPath} @@ -35,47 +54,35 @@ - - ${project.name} - ${docs.m.sitemap-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.sitemap-impl.relPath} - - - org.apache.cocoon - cocoon-sitemap-api - + cocoon-spring-configurator + - org.apache.cocoon - cocoon-expression-language-impl + org.apache.cocoon.micro + cocoon-micro-sitemap-api - org.apache.cocoon - cocoon-spring-configurator + org.apache.cocoon.micro + cocoon-micro-expression-language-impl - org.apache.cocoon - cocoon-pipeline-impl + org.apache.cocoon.micro + cocoon-micro-pipeline-impl - org.apache.cocoon - cocoon-thread-api + org.apache.cocoon.micro + cocoon-micro-thread-api - org.apache.cocoon - cocoon-xml-api + org.apache.cocoon.micro + cocoon-micro-xml-api - org.apache.cocoon - cocoon-expression-language-api + org.apache.cocoon.micro + cocoon-micro-expression-language-api @@ -185,4 +192,5 @@ test + Modified: cocoon/whiteboard/micro/core/cocoon-store/cocoon-store-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-store/cocoon-store-impl/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-store/cocoon-store-impl/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-store/cocoon-store-impl/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,39 +17,24 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-store-impl - 1.0.0-RC3-SNAPSHOT + cocoon-micro-store-impl + 1.0.0-M1-SNAPSHOT Cocoon Store Implementation Several components implementing of the Excalibur Store interface. - http://cocoon.apache.org/${docs.m.store-impl.relPath} - - - ${project.name} - ${docs.m.store-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.store-impl.relPath} - - @@ -58,12 +43,12 @@ cocoon-configuration-api - org.apache.cocoon - cocoon-thread-api + org.apache.cocoon.micro + cocoon-micro-thread-api - org.apache.cocoon - cocoon-util + org.apache.cocoon.micro + cocoon-micro-util Modified: cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-api/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-api/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-api/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,39 +17,24 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-thread-api - 1.0.0-RC3-SNAPSHOT - Cocoon Thread API + cocoon-micro-thread-api + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Thread API Interfaces for thread factories and pools and for execution of background tasks. - http://cocoon.apache.org/${docs.m.thread-api.relPath} - - - ${project.name} - ${docs.m.thread-api.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.thread-api.relPath} - - @@ -57,4 +42,5 @@ concurrent + Modified: cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-impl/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-impl/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-thread/cocoon-thread-impl/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,43 +17,32 @@ specific language governing permissions and limitations under the License. --> + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-thread-impl - 1.0.0-RC3-SNAPSHOT - Cocoon Thread Implementation + cocoon-micro-thread-impl + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Thread Implementation Implementation of thread pool and factory components. Implementation of a component for execution of background tasks. - http://cocoon.apache.org/${docs.m.thread-impl.relPath} - - - ${project.name} - ${docs.m.thread-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.thread-impl.relPath} - - + http://cocoon.apache.org/${docs.m.thread-impl.relPath} - org.apache.cocoon - cocoon-thread-api + org.apache.cocoon.micro + cocoon-micro-thread-api @@ -87,4 +76,5 @@ test + Modified: cocoon/whiteboard/micro/core/cocoon-util/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-util/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-util/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-util/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,38 +17,24 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - org.apache.cocoon - cocoon-core-modules - 6-SNAPSHOT + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-util - 1.0.0-RC3-SNAPSHOT - Cocoon Util + cocoon-micro-util + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Util Utility classes. - http://cocoon.apache.org/${docs.m.util.relPath} - - - ${project.name} - ${docs.m.util.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.util.relPath} - - @@ -86,4 +72,5 @@ test + Modified: cocoon/whiteboard/micro/core/cocoon-webapp/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-webapp/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-webapp/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-webapp/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,31 +17,31 @@ specific language governing permissions and limitations under the License. --> - - + + 4.0.0 + war + - org.apache.cocoon - cocoon-core-modules - 6-SNAPSHOT + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../parent/pom.xml - cocoon-webapp - 2.2.0-M2-SNAPSHOT - war - Cocoon Webapp + cocoon-micro-webapp + 1.0.0-M1-SNAPSHOT + Cocoon Micro: Webapp + + This is the bare bones Cocoon web application, basis for creation of custom distributions. + org.mortbay.jetty maven-jetty-plugin - 6.0.2 + 6.1.7 @@ -56,14 +56,18 @@ cocoon-webapp + + + 8888 + / + - org.apache.cocoon - cocoon-core + org.apache.cocoon.micro + cocoon-micro-core - org.apache.cocoon cocoon-servlet-service-impl @@ -72,47 +76,6 @@ org.apache.cocoon cocoon-servlet-service-components - - - - org.apache.cocoon - cocoon-welcome - - - - - org.apache.cocoon - cocoon-core-main-sample - - - org.apache.cocoon - cocoon-core-additional-sample - - - org.apache.cocoon - cocoon-servlet-service-sample - - - - - org.apache.cocoon - cocoon-ajax-sample - - - org.apache.cocoon - cocoon-forms-sample - - - org.apache.cocoon - cocoon-template-sample - - - - - org.apache.cocoon - cocoon-it-fw - test - @@ -172,228 +135,6 @@ - - allblocks - - - org.apache.cocoon - cocoon-apples-sample - - - org.apache.cocoon - cocoon-asciiart-sample - - - org.apache.cocoon - cocoon-auth-sample - - - org.apache.cocoon - cocoon-authentication-fw-sample - - - org.apache.cocoon - cocoon-axis-sample - - - org.apache.cocoon - cocoon-batik-sample - - - org.apache.cocoon - cocoon-bsf-sample - - - org.apache.cocoon - cocoon-captcha-sample - - - org.apache.cocoon - cocoon-chaperon-sample - - - org.apache.cocoon - cocoon-cron-sample - - - org.apache.cocoon - cocoon-databases-sample - - - org.apache.cocoon - cocoon-deli-sample - - - org.apache.cocoon - cocoon-eventcache-sample - - - - org.apache.cocoon - cocoon-fop-sample - - - - org.apache.cocoon - cocoon-html-sample - - - org.apache.cocoon - cocoon-imageop-sample - - - org.apache.cocoon - cocoon-itext-sample - - - org.apache.cocoon - cocoon-javaflow-sample - - - - org.apache.cocoon - cocoon-jfor-sample - - - org.apache.cocoon - cocoon-jms-sample - - - org.apache.cocoon - cocoon-jsp-sample - - - org.apache.cocoon - cocoon-linkrewriter-sample - - - org.apache.cocoon - cocoon-lucene-sample - - - org.apache.cocoon - cocoon-mail-sample - - - org.apache.cocoon - cocoon-midi-sample - - - org.apache.cocoon - cocoon-naming-sample - - - - org.apache.cocoon - cocoon-petstore-sample - - - org.apache.cocoon - cocoon-poi-sample - - - org.apache.cocoon - cocoon-portal-sample - - - org.apache.cocoon - cocoon-profiler-sample - - - org.apache.cocoon - cocoon-proxy-sample - - - org.apache.cocoon - cocoon-qdox-sample - - - org.apache.cocoon - cocoon-querybean-sample - - - org.apache.cocoon - cocoon-scratchpad-sample - - - org.apache.cocoon - cocoon-session-fw-sample - - - - org.apache.cocoon - cocoon-slop-sample - - - org.apache.cocoon - cocoon-stx-sample - - - - org.apache.cocoon - cocoon-tour-sample - - - org.apache.cocoon - cocoon-validation-sample - - - org.apache.cocoon - cocoon-velocity-sample - - - org.apache.cocoon - cocoon-web3-sample - - - org.apache.cocoon - cocoon-webdav-sample - - - org.apache.cocoon - cocoon-xmldb-sample - - - org.apache.cocoon - cocoon-xsp-sample - - - - - - 8888 - / - + Modified: cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-api/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-api/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-api/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-api/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,37 +17,23 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-xml-api - 1.0.0-RC3-SNAPSHOT - Cocoon XML API + cocoon-micro-xml-api + 1.0.0-M1-SNAPSHOT + Cocoon Micro: XML API DOMParser and SAXParser interface. - http://cocoon.apache.org/${docs.m.xml-api.relPath} - - - ${project.name} - ${docs.m.xml-api.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.xml-api.relPath} - - + Modified: cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-impl/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-impl/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-impl/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-impl/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,43 +17,30 @@ specific language governing permissions and limitations under the License. --> - + - - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml - + 4.0.0 - cocoon-xml-impl - 1.0.0-RC3-SNAPSHOT jar - Cocoon XML Implementation + + + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml + + cocoon-micro-xml-impl + 1.0.0-M1-SNAPSHOT + Cocoon Micro: XML Implementation Implementation of the DOMParser and SAXParser. - http://cocoon.apache.org/${docs.m.xml-impl.relPath} - - - ${project.name} - ${docs.m.xml-impl.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.xml-impl.relPath} - - - org.apache.cocoon - cocoon-xml-api + org.apache.cocoon.micro + cocoon-micro-xml-api commons-logging @@ -94,4 +81,5 @@ xml-resolver + Modified: cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-resolver/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-resolver/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-resolver/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,38 +17,24 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 jar + - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml - cocoon-xml-resolver - 1.0.0-RC3-SNAPSHOT - Cocoon XML Resolver + cocoon-micro-xml-resolver + 1.0.0-M1-SNAPSHOT + Cocoon Micro: XML Resolver - The Cocoon system resolver component together with default enteties. + The Cocoon system resolver component together with default entities. - http://cocoon.apache.org/${docs.m.xml-resolver.relPath} - - - ${project.name} - ${docs.m.xml-resolver.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.xml-resolver.relPath} - - @@ -56,8 +42,9 @@ cocoon-spring-configurator - org.apache.cocoon - cocoon-xml-impl + org.apache.cocoon.micro + cocoon-micro-xml-impl + Modified: cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-util/pom.xml URL: http://svn.apache.org/viewvc/cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-util/pom.xml?rev=613082&r1=613081&r2=613082&view=diff ============================================================================== --- cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-util/pom.xml (original) +++ cocoon/whiteboard/micro/core/cocoon-xml/cocoon-xml-util/pom.xml Thu Jan 17 23:15:13 2008 @@ -17,37 +17,24 @@ specific language governing permissions and limitations under the License. --> - + - - cocoon-core-modules - org.apache.cocoon - 6-SNAPSHOT - ../../pom.xml - + 4.0.0 - cocoon-xml-util - 1.0.0-RC3-SNAPSHOT jar - Cocoon XML Utilities + + + cocoon-micro + org.apache.cocoon.micro + 1-SNAPSHOT + ../../../parent/pom.xml + + cocoon-micro-xml-util + 1.0.0-M1-SNAPSHOT + Cocoon Micro: XML Utilities Various utilities classes. - http://cocoon.apache.org/${docs.m.xml-util.relPath} - - - ${project.name} - ${docs.m.xml-util.version} - - - - - website - ${docs.deploymentBaseUrl}/${docs.m.xml-util.relPath} - - @@ -60,4 +47,5 @@ test +