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 2007/01/13 11:36:35 UTC

svn commit: r495868 - in /cocoon/trunk/core: cocoon-core/ cocoon-pipeline/cocoon-pipeline-api/ cocoon-pipeline/cocoon-pipeline-components/ cocoon-pipeline/cocoon-pipeline-impl/ cocoon-sitemap/cocoon-sitemap-api/ cocoon-sitemap/cocoon-sitemap-components...

Author: danielf
Date: Sat Jan 13 02:36:34 2007
New Revision: 495868

URL: http://svn.apache.org/viewvc?view=rev&rev=495868
Log:
Initial POM descriptions for the core modules.

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml
    cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml
    cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
    cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml
    cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml
    cocoon/trunk/core/cocoon-util/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml
    cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/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=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Sat Jan 13 02:36:34 2007
@@ -32,6 +32,13 @@
   <artifactId>cocoon-core</artifactId>
   <version>2.2.0-M3-SNAPSHOT</version>
   <name>Cocoon Core</name>
+  <description>
+    Module that contains dependencies to all modules normally needed for a basic
+    Cocoon webapp. Cocoon blocks should normally depend on this modules, as the
+    exact content of the more fine grained sitemap, pipeline and support modules
+    is not stable yet. This module also contains some classes, configuration
+    files and tests that we not have decided where to move yet.
+  </description>
   <url>http://cocoon.apache.org/${docs.m.core.relPath}</url>
   
   <build>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Sat Jan 13 02:36:34 2007
@@ -32,6 +32,11 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Pipeline API</name>
+  <description>
+    Interfaces for SAX pipelines: ProcessingPipeline, sitemap components
+    and basic XML interfaces, the environment abstraction, caching interfaces
+    and needed exceptions.
+  </description>
   <url>http://cocoon.apache.org/${docs.m.pipeline-api.relPath}</url>  
   
   <build>
@@ -155,4 +160,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+  
 </project>

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-components/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,11 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Pipeline Components</name>
+  <description>
+    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.
+  </description>
   
   <url>http://cocoon.apache.org/${docs.m.pipeline-components.relPath}</url>  
   

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-impl/pom.xml Sat Jan 13 02:36:34 2007
@@ -34,6 +34,11 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Pipeline Implementation</name>
+  <description>
+    Several implementations of the ProcessingPipeline interface together with
+    needed classes and components. Abstract classes for making it easier to
+    write sitemap components.
+  </description>
   
   <url>http://cocoon.apache.org/${docs.m.pipeline-impl.relPath}</url>  
   

Modified: 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=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,11 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Sitemap API</name>
+  <description>
+    Interfaces for the sitemap: Processor, actions, modules, flow, matching,
+    selection and some support interfaces for classloading, notification,
+    processing and various support interfaces.
+  </description>
   <dependencies>
     <!-- Cocoon -->
     <dependency>

Modified: 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=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-components/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,10 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Sitemap Components</name>
+  <description>
+    Implementation of basic actions, modules, some sources, matchers
+    and selectors that are used in most Cocoon webapps.
+  </description>
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Modified: 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=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-sitemap/cocoon-sitemap-impl/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,11 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Sitemap Implementation</name>
+  <description>
+    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. 
+  </description>
   <dependencies>
     <!-- Cocoon -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-store/cocoon-store-impl/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,9 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Store Implementation</name>
+  <description>
+    Several components implementing of the Excalibur Store interface.
+  </description>
   <dependencies>
     <!--  Cocoon  -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-thread/cocoon-thread-api/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,9 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Thread API</name>
+  <description>
+    Interfaces for thread factories and pools and for execution of background tassks.
+  </description>
   <dependencies>
     <dependency>
       <groupId>concurrent</groupId>

Modified: cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-thread/cocoon-thread-impl/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,10 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Thread Implementation</name>
+  <description>
+   Implementation of thread pool and factory components.
+   Implementation of a component for execution of background tassks.
+  </description>
   <dependencies>
     <!--  Cocoon  -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-util/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-util/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-util/pom.xml (original)
+++ cocoon/trunk/core/cocoon-util/pom.xml Sat Jan 13 02:36:34 2007
@@ -32,6 +32,9 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Util</name>
+  <description>
+    Utility classes.
+  </description>
   <dependencies>
     <!-- Excalibur -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-api/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,4 +33,7 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon XML API</name>
+  <description>
+    DOMParser and SAXParser interface.
+  </description>
 </project>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-impl/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,9 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon XML Implementation</name>
+  <description>
+    Implementation of the DOMParser and SAXParser.
+  </description>
   <dependencies>
     <!-- Cocoon -->
     <dependency>

Modified: cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml?view=diff&rev=495868&r1=495867&r2=495868
==============================================================================
--- cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original)
+++ cocoon/trunk/core/cocoon-xml/cocoon-xml-resolver/pom.xml Sat Jan 13 02:36:34 2007
@@ -33,6 +33,9 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon XML Resolver</name>
+  <description>
+    The Cocoon system resolver component together with default enteties.
+  </description>
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>