jefft 2003/08/08 08:17:08
Modified: build/site/skin breadcrumbs.js
Log:
Regenerate by hand to fix copyright and site URL links in breadcrumb trail
Revision Changes Path
1.7 +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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- breadcrumbs.js 8 Aug 2003 12:06:01 -0000 1.6
+++ breadcrumbs.js 8 Aug 2003 15:17:08 -0000 1.7
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) 2002 The Apache Software Foundation. All rights reserved.
+ Copyright (C) 2002-2003 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(!("xml.apache"=="")){
- PREPREND_CRUMBS.push( new Array( "xml.apache", "http://xml.apache.org/"
) );
+ if(!("incubator.apache"=="")){
+ PREPREND_CRUMBS.push( new Array( "incubator.apache",
"http://incubator.apache.org/" ) );
}
if(!(""=="")){
PREPREND_CRUMBS.push( new Array( "", "" ) );
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]