cziegeler    2004/02/28 02:58:57

  Modified:    src/webapp/WEB-INF logkit.xconf
               lib      jars.xml
  Added:       lib/core excalibur-logger-1.1.jar
                        excalibur-sourceresolve-1.1.jar
                        excalibur-store-1.0.jar
                        excalibur-event-impl-1.1.jar
                        excalibur-xmlutil-1.0.jar
                        excalibur-event-api-1.1.jar
                        excalibur-component-1.2.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
  
  Revision  Changes    Path
  1.1                  cocoon-2.1/lib/core/excalibur-logger-1.1.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/core/excalibur-sourceresolve-1.1.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/core/excalibur-store-1.0.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/core/excalibur-event-impl-1.1.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/core/excalibur-xmlutil-1.0.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/core/excalibur-event-api-1.1.jar
  
        <<Binary file>>
  
  
  1.1                  cocoon-2.1/lib/core/excalibur-component-1.2.jar
  
        <<Binary file>>
  
  
  1.8       +3 -0      cocoon-2.1/src/webapp/WEB-INF/logkit.xconf
  
  Index: logkit.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/webapp/WEB-INF/logkit.xconf,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- logkit.xconf      8 Sep 2003 19:00:32 -0000       1.7
  +++ logkit.xconf      28 Feb 2004 10:58:57 -0000      1.8
  @@ -158,5 +158,8 @@
         <log-target id-ref="flow"/>
         <log-target id-ref="error"/>
       </category>
  +
  +    <log-target id-ref="core"/>
  +    <log-target id-ref="error"/>
     </categories>
   </logkit>
  
  
  
  1.174     +19 -8     cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.173
  retrieving revision 1.174
  diff -u -r1.173 -r1.174
  --- jars.xml  28 Feb 2004 04:23:56 -0000      1.173
  +++ jars.xml  28 Feb 2004 10:58:57 -0000      1.174
  @@ -49,7 +49,18 @@
         support high level server development.
       </description>
       <used-by>Cocoon</used-by>
  -    <lib>core/excalibur-component-20040122.jar</lib>
  +    <lib>core/excalibur-component-1.2.jar</lib>
  +    <homepage>http://avalon.apache.org/excalibur/</homepage>
  +  </file>
  +
  +  <file>
  +    <title>Avalon Excalibur Testcase</title>
  +    <description>
  +      Part of avalon, it is a set of classes and patterns that
  +      support high level server development.
  +    </description>
  +    <used-by>Cocoon</used-by>
  +    <lib>core/excalibur-testcase-1.2.jar</lib>
       <homepage>http://avalon.apache.org/excalibur/</homepage>
     </file>
   
  @@ -61,7 +72,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>
     <file>
  @@ -72,7 +83,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>
   
  @@ -138,7 +149,7 @@
         support high level server development.
       </description>
       <used-by>Cocoon</used-by>
  -    <lib>core/excalibur-logger-1.0.1.jar</lib>
  +    <lib>core/excalibur-logger-1.1.jar</lib>
       <homepage>http://avalon.apache.org/excalibur/</homepage>
     </file>
   
  @@ -182,7 +193,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>
   
  @@ -193,7 +204,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>
   
  @@ -204,7 +215,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>
   
  
  
  

Reply via email to