vgritsenko    2003/07/28 19:07:32

  Modified:    .        status.xml
               lib      jars.xml
  Added:       src/blocks/fop/lib fop-0.20.5.jar
  Removed:     src/blocks/fop/lib fop-0.20.5rc3a.jar
  Log:
  Update FOP to the released version.
  Update todo list: remove some items.
  
  Revision  Changes    Path
  1.97      +11 -30    cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- status.xml        28 Jul 2003 11:28:22 -0000      1.96
  +++ status.xml        29 Jul 2003 02:07:31 -0000      1.97
  @@ -7,7 +7,7 @@
   <!-- CVS $Id$:-->
   <status>
   
  -  <developers>
  + <developers>
       <!-- in strict alphabetical order -->
     <person name="Donald Ball" email="[EMAIL PROTECTED]" id="DB"/>
     <person name="Nicola Ken Barozzi" email="[EMAIL PROTECTED]" id="NKB"/>
  @@ -51,7 +51,7 @@
     <person name="Sylvain Wallez" email="[EMAIL PROTECTED]" id="SW"/>
     <person name="Carsten Ziegeler" email="[EMAIL PROTECTED]" id="CZ"/>
     <person name="Volunteer needed" email="[EMAIL PROTECTED]" id="open"/>
  -  </developers>
  + </developers>
     
     <todo>
      <actions priority="high">
  @@ -70,13 +70,9 @@
       </action>
   
       <action context="code" assigned-to="open">
  -      For 2.1: use (only) released versions of excalibur (xml, source, store etc).
  -      This requires a release of those components in excalibur.
  -    </action>
  -
  -    <action context="code" assigned-to="open">
  -      Complete (means put everything we know of into even if it has to be
  -      commented) the cocoon.xconf file and put descriptions into it
  +      For 2.1: use (only) released versions of excalibur (collections,
  +      concurrent, source, store, xmlutil). This requires a release of those
  +      components in excalibur.
       </action>
   
       <action context="build" assigned-to="open">
  @@ -92,7 +88,7 @@
       <action context="code" assigned-to="NKB">
         For 2.1: Make comprehensive samples with the handle-errors sitemap and real 
world
         use cases. Add also specific Selector and a FaqBuilder to be used by the
  -      as a NotifyingBuilder.
  +      NotifyingBuilder.
       </action>
   
       <action context="code" assigned-to="open">
  @@ -112,18 +108,6 @@
       </action>
   
       <action context="code" assigned-to="open">
  -      Move complete Source implementation to Excalibur.
  -    </action>
  -
  -    <action context="code" assigned-to="open">
  -      Documentation to be published by Forrest.
  -      See the
  -      <link 
href="http://wiki.cocoondev.org/Wiki.jsp?page=ForrestProposal";>proposal</link>
  -      under development. (Note: the generation of the docs should be completely 
done by
  -      Forrest. So we should remove the deprecated docs generation stuff within 
Cocoon.)
  -    </action>
  -
  -    <action context="code" assigned-to="open">
         Finish moving the scratchpad stuff in main trunk.
       </action>
   
  @@ -145,7 +129,6 @@
         a problem during the serialization of the transient store, if the servlet 
container were
         stopped.
       </action>
  -
      </actions>
   
      <actions priority="medium">
  @@ -167,13 +150,8 @@
       </action>
   
       <action context="code">
  -<!-- FIXME: remove ... this already above -->
  -      For 2.1: Make a guide on how to upgrade Cocoon, and see how this can be eased.
  -    </action>
  -
  -    <action context="code">
         For 2.1: Redesign FragmentExtractorGenerator/Transformer so that it works on 
a clustered
  -      server : store fragments in the session rather than in a local store. <br/>
  +      server: store fragments in the session rather than in a local store. <br/>
         This couldn't work, because if you working with caching pipelines, you cannot 
be sure
         that the entries are in the session(Stephan).
       </action>
  @@ -189,6 +167,9 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +  <action dev="VG" type="update">
  +    Updated FOP to the latest released version, 0.20.5.
  +  </action>
     <action dev="GR" type="add">
       Added delete capabilities to the SourceWritingTransformer.
     </action>
  
  
  
  1.1                  cocoon-2.1/src/blocks/fop/lib/fop-0.20.5.jar
  
        <<Binary file>>
  
  
  1.71      +2 -2      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- jars.xml  26 Jul 2003 13:26:47 -0000      1.70
  +++ jars.xml  29 Jul 2003 02:07:32 -0000      1.71
  @@ -430,7 +430,7 @@
      the XSL recommendation and then turns it into a PDF document.
     </description>
     <used-by>FOP serializer (fop block)</used-by>
  -  <lib>fop/lib/fop-0.20.5rc3a.jar</lib>
  +  <lib>fop/lib/fop-0.20.5.jar</lib>
     <homepage>http://xml.apache.org/fop/</homepage>
    </file>
   
  
  
  

Reply via email to