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="[EMAIL PROTECTED]">
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="[EMAIL PROTECTED]">
Fixed usage of deprecated(?)/possibly removed method XSPUtil.include() in ESQL
logicsheet
- <esql:get-xml/> by usage of convenience methods (bug 20658).
+ <esql:get-xml/> by usage of convenience methods (bug 20658).
</action>
<action dev="JH" type="fix" fixes-bug="14977" due-to="Tony Culshaw"
due-to-email="[EMAIL PROTECTED]">
Fixed NPE in SQLTransformer.serializeData().