You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2003/02/06 17:43:54 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs build.properties.samples

mturk       2003/02/06 08:43:53

  Modified:    jk/xdocs build.properties.samples
  Log:
  Remove quotes cause it breaks the geterated style.xsl.
  The style.xsl.in quotes that propery already, so skip
  doubling quote signs.
  
  Revision  Changes    Path
  1.2       +10 -10    jakarta-tomcat-connectors/jk/xdocs/build.properties.samples
  
  Index: build.properties.samples
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/build.properties.samples,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.samples	1 Jun 2002 21:28:41 -0000	1.1
  +++ build.properties.samples	6 Feb 2003 16:43:53 -0000	1.2
  @@ -1,13 +1,13 @@
   #
   # Define the color of html pages.
   #
  -body-bg="#ffffff"
  -body-fg="#000000"
  -body-link="#525D76"
  -banner-bg="#525D76"
  -banner-fg="#ffffff"
  -sub-banner-bg="#828DA6"
  -sub-banner-fg="#ffffff"
  -table-th-bg="#039acc"
  -table-td-bg="#a0ddf0"
  -source-color="#023264"
  +body-bg=#ffffff
  +body-fg=#000000
  +body-link=#525D76
  +banner-bg=#525D76
  +banner-fg=#ffffff
  +sub-banner-bg=#828DA6
  +sub-banner-fg=#ffffff
  +table-th-bg=#039acc
  +table-td-bg=#a0ddf0
  +source-color=#023264
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org