Update of /cvsroot/sheets/sheets/src/documentation/content/xdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv25430/src/documentation/content/xdocs
Modified Files:
book.xml
Log Message:
INCOMPATIBLE DATABASE CHANGE -- please rebuild.
Fixed a newly introduced bug that inhibited editing doc fragments.
Added 1.2 apache documentation DTDs
Removed DocEditCmds and DocEditVars (replaced with DocDefinition)
Fixed DocDefinition to properly emit a single <dd> tag
Added a new wrapperTag method to DocFragment, and used it to wrap
DocDefinitions in a <dl> tag
Fixed minor incompatibilities in Sheets documentation with apache
documentation, so it now properly renders through forrest
Added new DTDs for latest version of forrest
Updated BCEL jar to the new 5.1 release
Index: book.xml
===================================================================
RCS file: /cvsroot/sheets/sheets/src/documentation/content/xdocs/book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** book.xml 28 Nov 2002 06:54:58 -0000 1.1
--- book.xml 5 May 2003 09:20:29 -0000 1.2
***************
*** 8,19 ****
<menu label="Community">
! <menu-item label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=53805"/>
</menu>
! <menu label="Docs">
! <menu-item label="Documentation" href="index.html"/>
</menu>
<menu label="Code">
! <menu-item label="Javadocs" href="javadocs/index.html"/>
</menu>
--- 8,21 ----
<menu label="Community">
! <external label="Download" href="http://sourceforge.net/project/showfiles.php?group_id=53805"/>
</menu>
! <menu label="Documentation">
! <menu-item label="Reference Manual" href="reference.html"/>
! <menu-item label="Versioning" href="versioning.html"/>
! <menu-item label="Architecture" href="architecture.html"/>
</menu>
<menu label="Code">
! <menu-item label="Javadocs" href="javadocs/index.html"/>
</menu>
|