hammant 2003/08/07 14:38:33
Modified: build/site/skin breadcrumbs.js
Log:
updated site. generated xdocs from geir and others
Revision Changes Path
1.5 +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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- breadcrumbs.js 7 Aug 2003 14:32:12 -0000 1.4
+++ breadcrumbs.js 7 Aug 2003 21:38:33 -0000 1.5
@@ -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]