From: Bryan T. <tho...@us...> - 2007-04-15 18:17:11
|
Update of /cvsroot/cweb/bigdata/xdocs In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6887/xdocs Modified Files: navigation.xml Log Message: Preparing bigdata for license change. POM may now be used to do a maven compile. Jini JARs were renamed to include the version (2.1). Index: navigation.xml =================================================================== RCS file: /cvsroot/cweb/bigdata/xdocs/navigation.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** navigation.xml 26 Aug 2006 19:30:56 -0000 1.1 --- navigation.xml 15 Apr 2007 18:17:05 -0000 1.2 *************** *** 1,4 **** <?xml version="1.0" encoding="ISO-8859-1"?> ! <project name="BigData"> <!-- --> --- 1,4 ---- <?xml version="1.0" encoding="ISO-8859-1"?> ! <project name="bigdata"> <!-- --> *************** *** 17,21 **** <properties> <author>tho...@us...</author> ! <title>BigData</title> </properties> --- 17,21 ---- <properties> <author>tho...@us...</author> ! <title>bigdata</title> </properties> *************** *** 24,30 **** <!-- horizontal links at top of page. --> <links> - <item name="Wiki" - href="http://wiki.cognitiveweb.org/BigData" - /> <item name="Javadoc" href="/apidocs/index.html" --- 24,27 ---- *************** *** 32,58 **** </links> ! <!-- A top-level, hierarchical menu --> ! <menu name="CognitiveWeb"> ! <item name="CognitiveWeb" ! href="http://www.cognitiveweb.org" ! img="http://www.cognitiveweb.org/Images/tagline.gif" /> ! <item name="CognitiveWebWiki" ! href="http://wiki.cognitiveweb.org" ! img="http://www.cognitiveweb.org/wiki/img/moinmoin.gif" /> </menu> <!-- Architecture. --> - <!-- <menu name="Architecture"> ! <item name="PDF of UML" ! href="/architecture/DBCache.pdf" ! /> ! <item name="UML (IBM System Architect)" ! href="/architecture/DBCache.emx" /> </menu> - --> <!-- References. --> --- 29,49 ---- </links> ! <!-- A top-level, hierarchical menu --> ! <menu name="bigdata"> ! <item name="bigdata" ! href="http://www.bigdata.com" /> ! <item name="sourceforge" ! href="http://sourceforge.net/projects/bigdata/" ! img="http://sourceforge.net/sflogo.php?group_id=95673&type=1" /> </menu> <!-- Architecture. --> <menu name="Architecture"> ! <item name="Web-published UML (zipped)" ! href="/architecture/bigdata-published-model.zip" /> </menu> <!-- References. --> *************** *** 62,68 **** href="http://portal.acm.org/citation.cfm?id=1995" /> - --> - </menu> <!-- Add the google(tm) search widget. There is no way to --- 53,58 ---- href="http://portal.acm.org/citation.cfm?id=1995" /> </menu> + --> <!-- Add the google(tm) search widget. There is no way to |