jefft 2003/08/08 05:06:01 Modified: build/site/skin breadcrumbs.js Log: Automatic publish at Fri Aug 8 14:05:59 CEST 2003 from http://forrestbot.cocoondev.org. Revision Changes Path 1.6 +3 -3 incubator-site/build/site/skin/breadcrumbs.js Index: breadcrumbs.js =================================================================== RCS file: /home/cvs/incubator-site/build/site/skin/breadcrumbs.js,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- breadcrumbs.js 7 Aug 2003 21:38:33 -0000 1.5 +++ breadcrumbs.js 8 Aug 2003 12:06:01 -0000 1.6 @@ -4,7 +4,7 @@ The Apache Software License, Version 1.1 ============================================================================ - Copyright (C) 2002-2003 The Apache Software Foundation. All rights reserved. + Copyright (C) 2002 The Apache Software Foundation. All rights reserved. Redistribution and use in source and binary forms, with or without modifica- tion, are permitted provided that the following conditions are met: @@ -76,8 +76,8 @@ if(!("apache"=="")){ PREPREND_CRUMBS.push( new Array( "apache", "http://www.apache.org/" ) ); } - if(!("incubator.apache"=="")){ - PREPREND_CRUMBS.push( new Array( "incubator.apache", "http://incubator.apache.org/" ) ); + if(!("xml.apache"=="")){ + PREPREND_CRUMBS.push( new Array( "xml.apache", "http://xml.apache.org/" ) ); } if(!(""=="")){ PREPREND_CRUMBS.push( new Array( "", "" ) );
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
