vgritsenko    2003/05/16 20:47:49

  Modified:    .        build.xml
               skins/xml.apache.org/stylesheets document2html.xsl
  Log:
  fix site location and path to dot.gif
  
  Revision  Changes    Path
  1.73      +2 -2      cocoon-1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-1/build.xml,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.xml 11 May 2003 04:05:38 -0000      1.72
  +++ build.xml 17 May 2003 03:47:49 -0000      1.73
  @@ -99,7 +99,7 @@
    - dist-zip -> generates the Cocoon distribution
    - dist-tgz -> generates the Cocoon distribution
    - clean -> restores the distribution to its original and clean state
  - - site -> generates the web site in ../xml-site/targets/cocoon1
  + - site -> generates the web site in ../cocoon-site/site/1.x
   
   ====================================== FAQ 
=====================================
   
  @@ -172,7 +172,7 @@
       <property name="dist.root" value="./dist"/>
       <property name="dist.dir" value="${dist.root}/${name}-${version}"/>
   
  -    <property name="site" value="../xml-site/targets/cocoon1"/>
  +    <property name="site" value="../cocoon-site/site/1.x"/>
   
       <available property="xt.present" 
classname="com.jclark.xsl.sax.XSLProcessor"/>
       <available property="saxon.present" 
classname="com.icl.saxon.StyleSheet"/>
  
  
  
  1.14      +1 -1      
cocoon-1/skins/xml.apache.org/stylesheets/document2html.xsl
  
  Index: document2html.xsl
  ===================================================================
  RCS file: 
/home/cvs/cocoon-1/skins/xml.apache.org/stylesheets/document2html.xsl,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- document2html.xsl 11 May 2003 04:05:38 -0000      1.13
  +++ document2html.xsl 17 May 2003 03:47:49 -0000      1.14
  @@ -124,7 +124,7 @@
           <br/>
           
           <table width="100%" border="0" cellspacing="0" cellpadding="0">
  -          <tr><td bgcolor="#0086b2"><img src="images/dot.gif" width="1" 
height="1"/></td></tr>
  +          <tr><td bgcolor="#0086b2"><img src="resources/dot.gif" width="1" 
height="1"/></td></tr>
             <tr>
               <td align="center"><font face="arial,helvetica,sanserif" 
size="-1" color="#0086b2"><i>
                 Copyright &#169; <xsl:value-of select="$copyright"/>.
  
  
  

Reply via email to