You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mc...@apache.org on 2005/07/27 21:14:16 UTC

cvs commit: xml-xalan/java/xdocs/sources xalan-jsite.xml xalan-jlocal.xml

mcnamara    2005/07/27 12:14:16

  Modified:    java/xdocs/sources xalan-jsite.xml xalan-jlocal.xml
  Log:
  Updates to docs for Xalan Java 2.7.0.  These updates are part of
  XALANJ-2170 which has been reviewed by Christine Li.
  
  Revision  Changes    Path
  1.61      +13 -8     xml-xalan/java/xdocs/sources/xalan-jsite.xml
  
  Index: xalan-jsite.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jsite.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- xalan-jsite.xml	19 Jul 2005 17:36:20 -0000	1.60
  +++ xalan-jsite.xml	27 Jul 2005 19:14:16 -0000	1.61
  @@ -20,10 +20,13 @@
   
   <book title="Xalan XSL Transformer User's Guide" copyright="2005 The Apache Software Foundation">
     <resources source="sbk:/sources/xalan/resources.xml"/>
  -  <external href="../index.html" label="Home"/>
  +  <external href="http://xalan.apache.org/index.html" label="Home"/>
     <separator/>
     <document id="index" label="Xalan-J 2.7.0" source="xalan/index.xml"/>
  +  <document id="charter" label="Charter" source="xalan/charter.xml"/>
  +  <separator/>  
     <document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/>
  +  <document id="readme" label="Release Notes" source="xalan/readme.xml"/>
     <separator/>
     <document id="overview" label="Overview" source="xalan/overview.xml"/>
     <document id="downloads" label="Downloads" source="xalan/downloads.xml"/>  
  @@ -49,14 +52,16 @@
     <document id="extensionslib" label="Extensions Library" source="xalan/extensionslib.xml"/>
     <document id="extensions_xsltc" label="XSLTC Exts" source="xalan/extensions_xsltc.xml"/>
     <separator/>
  -  <document id="readme" label="Release Notes" source="xalan/readme.xml"/>
  -  <document id="builds" label="Xalan-Java Builds" source="xalan/builds.xml"/>
  -  <hidden   id="history" source="xalan/history.xml"/>
  -  <hidden   id="xsltc_history" source="xalan/xsltc_history.xml"/>
  -  <separator/>
     <external href="design/design2_0_0.html" label="Xalan 2 Design"/>
     <external href="xsltc/index.html" label="XSLTC Design"/>  
     <separator/>
  -  <external href="readme.html#bugs" label="Bugs"/>  
  +  <external href="http://cvs.apache.org/viewcvs.cgi/xml-xalan/java/" label="Source Repository"/>
  +  <document id="builds" label="Xalan-Java Builds" source="xalan/builds.xml"/>
     <external href="http://xml.apache.org/xalan-j/test/overview.html" label="Testing"/>
  +  <external href="http://marc.theaimsgroup.com/?l=xalan-j-users" label="User Mail Archive"/>
  +  <external href="http://marc.theaimsgroup.com/?l=xalan-dev " label="Dev Mail Archive"/>
  +  <document id="bugreporting" label="Bug Reporting" source="xalan/bugreporting.xml"/>  
  +      
  +  <hidden   id="history" source="xalan/history.xml"/>
  +  <hidden   id="xsltc_history" source="xalan/xsltc_history.xml"/>
   </book>
  
  
  
  1.34      +10 -7     xml-xalan/java/xdocs/sources/xalan-jlocal.xml
  
  Index: xalan-jlocal.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jlocal.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- xalan-jlocal.xml	19 Jul 2005 17:36:20 -0000	1.33
  +++ xalan-jlocal.xml	27 Jul 2005 19:14:16 -0000	1.34
  @@ -21,6 +21,7 @@
   <book title="Xalan XSL Transformer User's Guide" copyright="2005 The Apache Software Foundation">
     <resources source="sbk:/sources/xalan/resources.xml"/>
     <document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/>
  +  <document id="readme" label="Release Notes" source="xalan/readme.xml"/>  
     <separator/>
     <document id="overview" label="Overview" source="xalan/overview.xml"/>
     <document id="downloads" label="Downloads" source="xalan/downloads.xml"/>  
  @@ -46,14 +47,16 @@
     <document id="extensionslib" label="Extensions Library" source="xalan/extensionslib.xml"/>
     <document id="extensions_xsltc" label="XSLTC Exts" source="xalan/extensions_xsltc.xml"/>
     <separator/>
  -  <document id="readme" label="Release Notes" source="xalan/readme.xml"/>
  -  <hidden   id="history" source="xalan/history.xml"/>
  -  <hidden   id="xsltc_history" source="xalan/xsltc_history.xml"/>
  -  <separator/>
     <external href="design/design2_0_0.html" label="Xalan 2 Design"/>
     <external href="xsltc/index.html" label="XSLTC Design"/>
     <separator/>
  -  <external href="readme.html#bugs" label="Bugs"/>
  +  <external href="http://cvs.apache.org/viewcvs.cgi/xml-xalan/java/" label="Source Repository"/>
  +  <document id="builds" label="Xalan-Java Builds" source="xalan/builds.xml"/>
     <external href="http://xml.apache.org/xalan-j/test/overview.html" label="Testing"/>
  -  <document id="builds" label="Builds" source="xalan/builds.xml"/>
  +  <external href="http://marc.theaimsgroup.com/?l=xalan-j-users" label="User Mail Archive"/>
  +  <external href="http://marc.theaimsgroup.com/?l=xalan-dev " label="Dev Mail Archive"/>  
  +  <document id="bugreporting" label="Bug Reporting" source="xalan/bugreporting.xml"/>  
  +  
  +  <hidden   id="history" source="xalan/history.xml"/>
  +  <hidden   id="xsltc_history" source="xalan/xsltc_history.xml"/>
   </book>
  
  
  

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