From: <ox-...@us...> - 2002-11-29 13:54:57
|
Update of /cvsroot/sheets/sheets In directory sc8-pr-cvs1:/tmp/cvs-serv7260 Modified Files: Sheets.sheets build.bat module.xml properties.xml Log Message: Customized the Centipede-generated website to be branded for Sheets. Most of the important changes for this were in the new skinconf.xml file. Index: Sheets.sheets =================================================================== RCS file: /cvsroot/sheets/sheets/Sheets.sheets,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Sheets.sheets 28 Nov 2002 06:54:52 -0000 1.21 --- Sheets.sheets 29 Nov 2002 13:54:50 -0000 1.22 *************** *** 74714,74722 **** // the position after the last character returned. public final int TokenStringStream.getEndOffset () { return position; } - object schin:225 - pkg=org.browsecode.javaStuff - type=java - section text schin:225 - public class JavaParser object schin:228 pkg=org.browsecode.javaStuff --- 74714,74717 ---- *************** *** 97571,97575 **** nkramer:655 lightWeight:separator - schin:225 nkramer:2340 nkramer:2341 --- 97566,97569 ---- Index: build.bat =================================================================== RCS file: /cvsroot/sheets/sheets/build.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** build.bat 28 Nov 2002 06:54:57 -0000 1.1 --- build.bat 29 Nov 2002 13:54:51 -0000 1.2 *************** *** 1,3 **** @echo off set CENTIPEDE_OPTS="-mx128m" ! cent -emacs %* --- 1,3 ---- @echo off set CENTIPEDE_OPTS="-mx128m" ! cent %* Index: module.xml =================================================================== RCS file: /cvsroot/sheets/sheets/module.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** module.xml 28 Nov 2002 06:54:57 -0000 1.1 --- module.xml 29 Nov 2002 13:54:51 -0000 1.2 *************** *** 72,77 **** </module> - - - - --- 72,73 ---- Index: properties.xml =================================================================== RCS file: /cvsroot/sheets/sheets/properties.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** properties.xml 28 Nov 2002 06:54:57 -0000 1.1 --- properties.xml 29 Nov 2002 13:54:51 -0000 1.2 *************** *** 1,6 **** <?xml version="1.0"?> - <?xml-stylesheet type="text/xsl" href="tools/antipede/resources/stylesheets/properties.xsl"?> <!-- Build properties - these override any property specified in the build --> <properties> <forrest> <cent> --- 1,11 ---- <?xml version="1.0"?> <!-- Build properties - these override any property specified in the build --> <properties> + <build> + <!-- What to tell the compiler --> + <compiler + emacs="on" + deprecation="off" /> + </build> <forrest> <cent> *************** *** 8,35 **** </cent> </forrest> - <centipede> - <tools> - <cents > - <forrest> - <loglevel>WARN</loglevel> - <skin name="sheets-site"> - <navlinks> - <link1 - href="http://sourceforge.net/projects/sheets">sourceforge</link1> - - <link2 - href="http://www.versionablestore.com/">ox</link2> - </navlinks> - - <logo> - <project - src="graphics/stump.gif" - href="http://www.browsecode.org/" /> - </logo> - </skin> - </forrest> - </cents> - </tools> - </centipede> </properties> --- 13,16 ---- |