You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2003/10/01 15:19:33 UTC

cvs commit: xml-batik MAINTAIN build.xml

vhardy      2003/10/01 06:19:33

  Modified:    .        MAINTAIN build.xml
  Log:
  Added instructions to the site update section in MAINTAIN. Javadoc will now have the Batik version information in its title
  
  Revision  Changes    Path
  1.11      +4 -1      xml-batik/MAINTAIN
  
  Index: MAINTAIN
  ===================================================================
  RCS file: /home/cvs/xml-batik/MAINTAIN,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- MAINTAIN	30 Sep 2003 00:30:54 -0000	1.10
  +++ MAINTAIN	1 Oct 2003 13:19:33 -0000	1.11
  @@ -141,7 +141,6 @@
   
   For creating the web site, the following steps must be done:
   
  -
   [Note: due to JVM font-rendering problems, this is best done on a windows machine]
   
    1) make sure you checked out the module "xml-site/targets/batik" in
  @@ -151,6 +150,10 @@
    4) connect to xml.apache.org with your account
    5) execute "cd /www/xml.apache.org/[project]"
    6) execute "cvs update"
  + 7) zip the Batik javadoc of the latest stable Batik release
  + 8) ftp the Batik javadoc to xml.apache.org/batik 
  + 9) upzip the Batik java so that the javadoc is available
  +    at xml.apache.org/batik/javadoc/index.html
    
   [NOTE: you must have commit access on xml-site to be able to do this]
   
  
  
  
  1.143     +2 -2      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.xml	30 Sep 2003 00:30:54 -0000	1.142
  +++ build.xml	1 Oct 2003 13:19:33 -0000	1.143
  @@ -1225,7 +1225,7 @@
                use="true"
                splitindex="true"
                windowtitle="${Project} Javadoc"
  -             doctitle="${Project} API Specification"
  +             doctitle="${Project} API Specification ${version}${revisionType}${revisionNumber}"
                bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved.">
         <classpath refid="libs-classpath"/>
       </javadoc>
  
  
  

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