cziegeler 2004/02/28 03:10:40
Modified: lib jars.xml
. status.xml
src/webapp/WEB-INF logkit.xconf
Added: lib/core excalibur-xmlutil-1.0.jar
excalibur-event-api-1.1.jar
excalibur-logger-1.1.jar
excalibur-event-impl-1.1.jar
avalon-fortress-tools-1.1.jar
excalibur-sourceresolve-1.1.jar
excalibur-store-1.0.jar
avalon-fortress-container-1.1.jar
Removed: lib/core excalibur-logger-20030616.jar
excalibur-event-impl-1.0.4-dev.jar
excalibur-xmlutil-1.0-dev.jar
avalon-fortress-container-1.1-dev-20031225.jar
avalon-fortress-tools-1.1-dev.jar
excalibur-store-1.0-dev-20040206.jar
excalibur-event-api-1.0.4-dev.jar
excalibur-sourceresolve-1.0.2-dev.jar
Log:
Updating to the release versions of excalibur packages (Thanks to Leo)
There is no need to use a date here, as these will be the release versions if
no problems occur
Now we all can test if everything is as expected
Revision Changes Path
1.129 +9 -9 cocoon-2.2/lib/jars.xml
Index: jars.xml
===================================================================
RCS file: /home/cvs/cocoon-2.2/lib/jars.xml,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- jars.xml 25 Feb 2004 13:08:16 -0000 1.128
+++ jars.xml 28 Feb 2004 11:10:40 -0000 1.129
@@ -38,7 +38,7 @@
This is the Avalon container used by Cocoon.
</description>
<used-by>Cocoon</used-by>
- <lib>core/avalon-fortress-container-1.1-dev-20031225.jar</lib>
+ <lib>core/avalon-fortress-container-1.1.jar</lib>
<homepage>http://avalon.apache.org/excalibur/fortress/</homepage>
</file>
@@ -48,7 +48,7 @@
Fortress tools.
</description>
<used-by>Cocoon</used-by>
- <lib>core/avalon-fortress-tools-1.1-dev.jar</lib>
+ <lib>core/avalon-fortress-tools-1.1.jar</lib>
<homepage>http://avalon.apache.org/excalibur/fortress/</homepage>
</file>
@@ -81,7 +81,7 @@
event based programming.
</description>
<used-by>Cocoon Flow</used-by>
- <lib>core/excalibur-event-api-1.0.4-dev.jar</lib>
+ <lib>core/excalibur-event-api-1.1.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
@@ -93,7 +93,7 @@
event based programming.
</description>
<used-by>Cocoon Flow</used-by>
- <lib>core/excalibur-event-impl-1.0.4-dev.jar</lib>
+ <lib>core/excalibur-event-impl-1.1.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
<file>
@@ -158,7 +158,7 @@
support high level server development.
</description>
<used-by>Cocoon</used-by>
- <lib>core/excalibur-logger-20030616.jar</lib>
+ <lib>core/excalibur-logger-1.1.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
@@ -202,7 +202,7 @@
support high level server development.
</description>
<used-by>Cocoon</used-by>
- <lib>core/excalibur-sourceresolve-1.0.2-dev.jar</lib>
+ <lib>core/excalibur-sourceresolve-1.1.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
@@ -213,7 +213,7 @@
support high level server development.
</description>
<used-by>Cocoon</used-by>
- <lib>core/excalibur-store-1.0-dev-20040206.jar</lib>
+ <lib>core/excalibur-store-1.0.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
@@ -224,7 +224,7 @@
support high level server development.
</description>
<used-by>Cocoon</used-by>
- <lib>core/excalibur-xmlutil-1.0-dev.jar</lib>
+ <lib>core/excalibur-xmlutil-1.0.jar</lib>
<homepage>http://avalon.apache.org/excalibur/</homepage>
</file>
1.1 cocoon-2.2/lib/core/excalibur-xmlutil-1.0.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/excalibur-event-api-1.1.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/excalibur-logger-1.1.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/excalibur-event-impl-1.1.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/avalon-fortress-tools-1.1.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/excalibur-sourceresolve-1.1.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/excalibur-store-1.0.jar
<<Binary file>>
1.1 cocoon-2.2/lib/core/avalon-fortress-container-1.1.jar
<<Binary file>>
1.182 +7 -1 cocoon-2.2/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/cocoon-2.2/status.xml,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- status.xml 25 Feb 2004 13:08:16 -0000 1.181
+++ status.xml 28 Feb 2004 11:10:40 -0000 1.182
@@ -189,6 +189,12 @@
<changes>
<release version="@version@" date="@date@">
+ <action dev="CZ" type="update">
+ Rewrote the request handling (external and internal).
+ </action>
+ <action dev="CZ" type="update">
+ Update Avalon Excalibur packages to released versions.
+ </action>
<action dev="AG" type="update">
Updated xerces to 2.6.2
</action>
1.10 +3 -0 cocoon-2.2/src/webapp/WEB-INF/logkit.xconf
Index: logkit.xconf
===================================================================
RCS file: /home/cvs/cocoon-2.2/src/webapp/WEB-INF/logkit.xconf,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- logkit.xconf 29 Dec 2003 15:33:25 -0000 1.9
+++ logkit.xconf 28 Feb 2004 11:10:40 -0000 1.10
@@ -177,5 +177,8 @@
<log-target id-ref="system"/>
<log-target id-ref="error"/>
</category>
+
+ <log-target id-ref="core"/>
+ <log-target id-ref="error"/>
</categories>
</logkit>