# HG changeset patch # User Bob Rosenberg # Date 1279036296 -3600 # Node ID fad9aea73cacbb2f3ad8d5b3d763bd9d9bfd2c43 # Parent 633f3bea9521e2946eac89f76caf46fd9a462452 Update xalan. Extend mergesysdef to handle merging pkgdefs with relative paths (in some cases). diff -r 633f3bea9521 -r fad9aea73cac symbian4/app/calendarwidget/package_definition.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/symbian4/app/calendarwidget/package_definition.xml Tue Jul 13 16:51:36 2010 +0100 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 633f3bea9521 -r fad9aea73cac sysdeftools/LICENSE.xalan --- a/sysdeftools/LICENSE.xalan Tue Jul 13 16:47:42 2010 +0100 +++ b/sysdeftools/LICENSE.xalan Tue Jul 13 16:51:36 2010 +0100 @@ -23,7 +23,7 @@ * Alternately, this acknowledgment may appear in the software itself, * if and wherever such third-party acknowledgments normally appear. * - * 4. The names "Xalan" and "Apache Software Foundation" must + * 4. The names "Xalan", "Xerces", and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission. For written * permission, please contact apache@apache.org. @@ -48,8 +48,8 @@ * * This software consists of voluntary contributions made by many * individuals on behalf of the Apache Software Foundation and was - * originally based on software copyright (c) 1999, Lotus - * Development Corporation., http://www.lotus.com. For more + * originally based on software copyright (c) 1999, International + * Business Machines, Inc., http://www.apache.org. For more * information on the Apache Software Foundation, please see * . */ diff -r 633f3bea9521 -r fad9aea73cac sysdeftools/mergesysdef-module.xsl --- a/sysdeftools/mergesysdef-module.xsl Tue Jul 13 16:47:42 2010 +0100 +++ b/sysdeftools/mergesysdef-module.xsl Tue Jul 13 16:51:36 2010 +0100 @@ -368,7 +368,6 @@ - @@ -570,7 +569,6 @@ - @@ -592,10 +590,65 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ERROR: Could not resolve relative path in downstream file: relative to absolute URI + + + + + + / + + + + + + + + + + + + + + + + + + + + + diff -r 633f3bea9521 -r fad9aea73cac sysdeftools/mergesysdef.xsl --- a/sysdeftools/mergesysdef.xsl Tue Jul 13 16:47:42 2010 +0100 +++ b/sysdeftools/mergesysdef.xsl Tue Jul 13 16:51:36 2010 +0100 @@ -1,4 +1,4 @@ - +