You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2003/07/03 02:55:50 UTC

cvs commit: cocoon-2.0 changes.xml

vgritsenko    2003/07/02 17:55:50

  Modified:    .        changes.xml
  Log:
  updated build script
  
  Revision  Changes    Path
  1.26      +6 -2      cocoon-2.0/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/changes.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- changes.xml	27 Jun 2003 23:18:18 -0000	1.25
  +++ changes.xml	3 Jul 2003 00:55:50 -0000	1.26
  @@ -43,6 +43,10 @@
    </devs>
   
    <release version="@version@" date="@date@">
  +  <action dev="VG" type="update">
  +    Build script updated: build properties extracted into build.properties file, database.properties
  +    file removed. Override build.properties with local.build.properties or with ~/cocoon.build.properties
  +  </action>
     <action dev="JH" type="fix" fixes-bug="20682" due-to="Wolfgang Kowarschick" due-to-email="kowa@fh-augsburg.de">
       Fixed return of different DirValidity objects on multiple calls on getValidity() in the DirectoryGenerator.
     </action>
  @@ -56,7 +60,7 @@
     </action>
     <action dev="JH" type="fix" fixes-bug="20658" due-to="Alfred Nathaniel" due-to-email="Alfred.Nathaniel@swx.com">
       Fixed usage of deprecated(?)/possibly removed method XSPUtil.include() in ESQL logicsheet
  -    &lt;esql:get-xml/> by usage of convenience methods (bug 20658).
  +    &lt;esql:get-xml/&gt; by usage of convenience methods (bug 20658).
     </action>
     <action dev="JH" type="fix" fixes-bug="14977" due-to="Tony Culshaw" due-to-email="tony@cultech.com.au">
       Fixed NPE in SQLTransformer.serializeData().