Thanks for looking after us Stefan. I would never have guessed
that that was needed to fix the gump of forrest.
--David
bodewig@apache.org wrote:
> bodewig 2005/01/18 00:18:14
>
> Modified: project ant-contrib.xml forrest.xml
> Log:
> ant-contrib needs bcel at runtime
>
> Revision Changes Path
> 1.4 +1 -1 gump/project/ant-contrib.xml
>
> Index: ant-contrib.xml
> ===================================================================
> RCS file: /home/cvs/gump/project/ant-contrib.xml,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -r1.3 -r1.4
> --- ant-contrib.xml 10 Jan 2005 16:16:23 -0000 1.3
> +++ ant-contrib.xml 18 Jan 2005 08:18:14 -0000 1.4
> @@ -32,7 +32,7 @@
>
> <depend project="ant" inherit="runtime"/>
> <depend project="xml-xerces"/>
> - <depend project="bcel"/>
> + <depend project="bcel" runtime="true"/>
>
> <jar name="build/lib/ant-contrib-@@DATE@@.jar" />
> <license name="manual/LICENSE.txt"/>
>
> 1.14 +4 -4 gump/project/forrest.xml
>
> Index: forrest.xml
> ===================================================================
> RCS file: /home/cvs/gump/project/forrest.xml,v
> retrieving revision 1.13
> retrieving revision 1.14
> diff -u -r1.13 -r1.14
> --- forrest.xml 18 Dec 2004 22:38:09 -0000 1.13
> +++ forrest.xml 18 Jan 2005 08:18:14 -0000 1.14
> @@ -1,6 +1,6 @@
> <?xml version="1.0"?>
> <!--
> - Copyright 2002-2004 The Apache Software Foundation
> + Copyright 2002-2005 The Apache Software Foundation
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> @@ -38,7 +38,7 @@
> <!-- Project jars Forrest build strictly depends on -->
> <!-- needed for build -->
> <depend project="ant"/>
> - <depend project="ant-contrib"/>
> + <depend project="ant-contrib" inherit="runtime"/>
> <depend project="xml-xerces"/>
> <depend project="xalan"/>
> <depend project="cocoon" inherit="all"/>
> @@ -76,7 +76,7 @@
> <work nested="whiteboard/forrestdoc/build/tools/ant"/>
> <home nested="whiteboard/forrestdoc/dist"/>
> <depend project="ant"/>
> - <depend project="ant-contrib"/>
> + <depend project="ant-contrib" inherit="runtime"/>
> <depend project="xml-xerces"/>
> <depend project="xalan"/>
> <depend project="antlr"/>
> @@ -90,7 +90,7 @@
> <home nested="whiteboard/forrestdoc/build"/>
> <depend project="forrest-whiteboard-forrestdoc"/>
> <depend project="ant"/>
> - <depend project="ant-contrib"/>
> + <depend project="ant-contrib" inherit="runtime"/>
> <depend project="xml-xerces"/>
> <depend project="xalan"/>
> <depend project="antlr"/>
>
>
>
|