Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 91839 invoked by uid 500); 20 Jun 2001 13:19:51 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 91566 invoked by uid 500); 20 Jun 2001 13:19:40 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 20 Jun 2001 13:19:30 -0000 Message-ID: <20010620131930.91491.qmail@apache.org> From: cziegeler@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/webapp cocoon.xconf cziegeler 01/06/20 06:19:28 Modified: . changes.xml src/org/apache/cocoon cocoon.roles webapp cocoon.xconf Added: src/org/apache/cocoon/components/saxconnector LoggingSAXConnector.java Removed: src/org/apache/cocoon/components/saxconnector CIncludeSAXConnector.java XIncludeSAXConnector.java Log: Removed the X/CIncludeSAXConnectors and added a LoggingSAXConnector as an example Revision Changes Path 1.14 +4 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- changes.xml 2001/06/19 13:47:21 1.13 +++ changes.xml 2001/06/20 13:18:56 1.14 @@ -4,7 +4,7 @@ @@ -24,6 +24,9 @@ + + Removed XInclude/CIncludeSAXConnectors and added LoggingSAXConnector. + Added CIncludeTransformer. 1.10 +4 -0 xml-cocoon2/src/org/apache/cocoon/cocoon.roles Index: cocoon.roles =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/cocoon.roles,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cocoon.roles 2001/06/19 19:56:27 1.9 +++ cocoon.roles 2001/06/20 13:19:05 1.10 @@ -70,4 +70,8 @@ shorthand="stream-cache" default-class="org.apache.cocoon.caching.StreamMemoryCache"/> + + 1.2 +193 -0 xml-cocoon2/src/org/apache/cocoon/components/saxconnector/LoggingSAXConnector.java 1.11 +13 -0 xml-cocoon2/webapp/cocoon.xconf Index: cocoon.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/webapp/cocoon.xconf,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- cocoon.xconf 2001/06/18 20:51:58 1.10 +++ cocoon.xconf 2001/06/20 13:19:25 1.11 @@ -169,6 +169,11 @@ + +