From: <ox-...@us...> - 2002-12-06 12:54:48
|
Update of /cvsroot/sheets/sheets/src/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv9797/src/documentation Modified Files: skinconf.xml Log Message: Doc Changes: Tested with the released version of Centipede, and checked in an updated skin. Fixed the SourceForge link to point to the main page rather than the sheets project (per their instructions) Code Changes: Fixed the build files so an empty arg.sheets property is handled correctly. Re-enabled the xml extension for the DocExpert, because it was causing a NullPointerException on export Fixed some color references in the ui to point to the Profile, rather than be hard-coded. Index: skinconf.xml =================================================================== RCS file: /cvsroot/sheets/sheets/src/documentation/skinconf.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** skinconf.xml 29 Nov 2002 13:54:52 -0000 1.1 --- skinconf.xml 6 Dec 2002 12:54:44 -0000 1.2 *************** *** 12,16 **** <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=""/> --- 12,16 ---- <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=""/> |