Hi All, Hope all is well.
Perhaps this was intended ? but in the last update to build.sh in framework, the echo string was changed from 'Avalon Build System' to 'Phoenix Build System'. I've attached a patch to fix this, but the issue is also present in logkit and excalibur as well (but not cornerstone). Cheers, Marcus -- ..... ,,$$$$$$$$$, Marcus Crafter ;$' '$$$$: Computer Systems Engineer $: $$$$: ManageSoft GmbH $ o_)$$$: 82-84 Mainzer Landstrasse ;$, _/\ &&:' 60327 Frankfurt Germany ' /( &&& \_&&&&' Email : [EMAIL PROTECTED] &&&&. Business Hours : +49 69 9757 200 &&&&&&&:
Index: build.sh =================================================================== RCS file: /home/cvspublic/jakarta-avalon/build.sh,v retrieving revision 1.8 diff -u -r1.8 build.sh --- build.sh 2001/12/15 07:12:07 1.8 +++ build.sh 2001/12/19 17:06:38 @@ -1,7 +1,7 @@ #!/bin/sh echo -echo "Phoenix Build System" +echo "Avalon Build System" echo "--------------------" LOCAL_AVALON_TOOLS=$AVALON_TOOLS
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>