|
From: <ox-...@us...> - 2003-01-17 22:43:00
|
Update of /cvsroot/sheets/sheets/src/documentation
In directory sc8-pr-cvs1:/tmp/cvs-serv19415/src/documentation
Modified Files:
skinconf.xml
Log Message:
Fixed the bytecode support so that it handles jar classpaths
Updated version of bcel.jar
Fixed import and export of DocDocument fragments to/from the dump file
Documents now export proper xml headers, and import public references properly.
Greatly improved performance of deleting large number of fragments
Index: skinconf.xml
===================================================================
RCS file: /cvsroot/sheets/sheets/src/documentation/skinconf.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** skinconf.xml 6 Dec 2002 12:54:44 -0000 1.2
--- skinconf.xml 17 Jan 2003 22:42:57 -0000 1.3
***************
*** 7,16 ****
<project-url>http://www.browsecode.org/</project-url>
<project-logo>resources/images/sheets-logo.png</project-logo>
! <host-url>http://sourceforge.net/projects/sheets/</host-url>
<host-logo>http://sourceforge.net/sflogo.php?group_id=53805&type=1</host-logo>
<year>2000-2002</year>
<vendor>Sheets Project</vendor>
<trail>
! <link1 name="sheets at sourceforge" href="http://sourceforge.net/"/>
<link2 name="sheets" href="http://www.browsecode.org/"/>
<link3 name="" href=""/>
--- 7,16 ----
<project-url>http://www.browsecode.org/</project-url>
<project-logo>resources/images/sheets-logo.png</project-logo>
! <host-url>http://sourceforge.net/</host-url>
<host-logo>http://sourceforge.net/sflogo.php?group_id=53805&type=1</host-logo>
<year>2000-2002</year>
<vendor>Sheets Project</vendor>
<trail>
! <link1 name="sheets at sourceforge" href="http://sourceforge.net/projects/sheets"/>
<link2 name="sheets" href="http://www.browsecode.org/"/>
<link3 name="" href=""/>
|