You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@apache.org on 2001/10/16 15:54:46 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan getstarted.xml index.xml resources.xml

dleslie     01/10/16 06:54:46

  Modified:    java/xdocs/sources entities.ent
               java/xdocs/sources/xalan getstarted.xml index.xml
                        resources.xml
  Log:
  Revised binary and source distribution file names to match
  names in build.xml.
  
  Revision  Changes    Path
  1.38      +3 -2      xml-xalan/java/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- entities.ent	2001/10/15 20:44:32	1.37
  +++ entities.ent	2001/10/16 13:54:46	1.38
  @@ -3,9 +3,10 @@
   <!ENTITY xslt4j "Xalan-Java">
   <!ENTITY xslt4j2 "Xalan-Java 2">
   <!ENTITY xslt4j-dist "xalan-j_2_2_D12">
  -<!ENTITY xslt4j-bin-dist "xalan-j-bin_2_2_D12">
  -<!ENTITY xslt4j-src-dist "xalan-j-src_2_2_D12">
  +<!ENTITY xslt4j-dist-bin "&xslt4j-dist;-bin">
  +<!ENTITY xslt4j-dist-src "&xslt4j-dist;-src">
   <!ENTITY xslt4j-current "&xslt4j; version 2.2.D12">
  +<!ENTITY xslt4j-distdir "http://xml.apache.org/dist/xalan-j/">
   <!ENTITY xml4j "Xerces-Java">
   <!ENTITY xml4j-used "&xml4j; version 1.4.3">
   <!ENTITY xslt4c "Xalan-C++">
  
  
  
  1.16      +2 -2      xml-xalan/java/xdocs/sources/xalan/getstarted.xml
  
  Index: getstarted.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/getstarted.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- getstarted.xml	2001/10/15 20:44:32	1.15
  +++ getstarted.xml	2001/10/16 13:54:46	1.16
  @@ -18,8 +18,8 @@
   <li>xerces.jar (or another <link idref="usagepatterns" anchor="plug">XML Parser</link>)</li>
   </ul>
   <p>You can get the JDK or JRE from <jump href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</jump> or <jump href="http://www.java.sun.com">java.sun.com</jump>.</p> 
  -<p>For the binary distribution, which includes everything required to use and build applications with &xslt4j;, download <resource-ref idref="xslt4j-bin-dist-zip"/> or <resource-ref idref="xslt4j-bin-dist-targz"/>. Both of these files contain <resource-ref idref="xslt4j-current"/> (with xalan.jar) and xerces.jar from <resource-ref idref="xml4j-used"/>. You can use a zip or tar utility to expand these files into a full build.</p>
  -<p>If you want the &xslt4j; source files, download <resource-ref idref="xslt4j-src-dist-zip"/> or <resource-ref idref="xslt4j-src-dist-targz"/>. After you expand these files into the complete source tree, you can use <resource-ref idref="ant"/> to do your own builds. For more information, see <link idref="readme" anchor="build">Build notes</link>.</p>
  +<p>For the binary distribution, which includes everything required to use and build applications with &xslt4j;, download <resource-ref idref="xslt4j-dist-bin-zip"/> or <resource-ref idref="xslt4j-dist-bin-targz"/>. Both of these files contain <resource-ref idref="xslt4j-current"/> (with xalan.jar) and xerces.jar from <resource-ref idref="xml4j-used"/>. You can use a zip or tar utility to expand these files into a full build.</p>
  +<p>If you want the &xslt4j; source files, download <resource-ref idref="xslt4j-dist-src-zip"/> or <resource-ref idref="xslt4j-dist-src-targz"/>. After you expand these files into the complete source tree, you can use <resource-ref idref="ant"/> to do your own builds. For more information, see <link idref="readme" anchor="build">Build notes</link>.</p>
   
   <p>If you plan to run <link idref="extensions">XSLT extensions</link>, you need bsf.jar, which is included in the &xslt4j; distribution. If you plan to run XSLT extensions implemented in Javascript or another scripting language, you will need one or more additional files as indicated in <link idref="extensions" anchor="supported-lang">extensions language requirements</link>.</p>
   </s2><anchor name="classpath"/>
  
  
  
  1.36      +4 -4      xml-xalan/java/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- index.xml	2001/10/15 20:44:32	1.35
  +++ index.xml	2001/10/16 13:54:46	1.36
  @@ -77,13 +77,13 @@
     <s2 title="How do I get it?">
       <p>To get the binary distribution (all you need to use and develop applications with &xslt4j;), download and unzip either of the following:</p>
       <ul>
  -      <li><resource-ref idref="xslt4j-bin-dist-zip"/></li>
  -      <li><resource-ref idref="xslt4j-bin-dist-targz"/></li>
  +      <li><resource-ref idref="xslt4j-dist-bin-zip"/></li>
  +      <li><resource-ref idref="xslt4j-dist-bin-targz"/></li>
       </ul>
       <p>To get the &xslt4j; sources (with which you can do your own &xslt4j; build; see <link idref="readme" anchor="build">Build notes</link>), download and unzip either of the following:</p>
       <ul>
  -      <li><resource-ref idref="xslt4j-src-dist-zip"/></li>
  -      <li><resource-ref idref="xslt4j-src-dist-targz"/></li>
  +      <li><resource-ref idref="xslt4j-dist-src-zip"/></li>
  +      <li><resource-ref idref="xslt4j-dist-src-targz"/></li>
       </ul>    
     </s2>
     
  
  
  
  1.20      +19 -17    xml-xalan/java/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- resources.xml	2001/10/15 20:44:32	1.19
  +++ resources.xml	2001/10/16 13:54:46	1.20
  @@ -18,29 +18,31 @@
     <resource id="xslt4j-current" 
               title="&xslt4j-current;" 
               location="http://xml.apache.org/xalan"/>
  +
  +  <resource id="xslt4j-distdir" 
  +            title="xalan-j distribution directory" 
  +            location="&xslt4j-distdir;"/>
  +
     <resource id="xslt4j-dist-zip" 
               title="&xslt4j-dist;.zip" 
  -            location="http://xml.apache.org/dist/xalan-j/&xslt4j-dist;.zip"/>
  +            location="&xslt4j-distdir;&xslt4j-dist;.zip"/>
     <resource id="xslt4j-dist-targz" 
               title="&xslt4j-dist;.tar.gz" 
  -            location="http://xml.apache.org/dist/xalan-j/&xslt4j-dist;.tar.gz"/>
  +            location="&xslt4j-distdir;&xslt4j-dist;.tar.gz"/>
   
  -  <resource id="xslt4j-bin-dist-zip" 
  -            title="&xslt4j-bin-dist;.zip" 
  -            location="http://xml.apache.org/dist/xalan-j/&xslt4j-bin-dist;.zip"/>
  -  <resource id="xslt4j-bin-dist-targz" 
  -            title="&xslt4j-bin-dist;.tar.gz" 
  -            location="http://xml.apache.org/dist/xalan-j/&xslt4j-bin-dist;.tar.gz"/>
  -  <resource id="xslt4j-src-dist-zip" 
  -            title="&xslt4j-src-dist;.zip" 
  -            location="http://xml.apache.org/dist/xalan-j/&xslt4j-src-dist;.zip"/>
  -  <resource id="xslt4j-src-dist-targz" 
  -            title="&xslt4j-src-dist;.tar.gz" 
  -            location="http://xml.apache.org/dist/xalan-j/&xslt4j-src-dist;.tar.gz"/>
  +  <resource id="xslt4j-dist-bin-zip" 
  +            title="&xslt4j-dist-bin;.zip" 
  +            location="&xslt4j-distdir;&xslt4j-dist-bin;.zip"/>
  +  <resource id="xslt4j-dist-bin-targz" 
  +            title="&xslt4j-dist-bin;.tar.gz" 
  +            location="&xslt4j-distdir;&xslt4j-dist-bin;.tar.gz"/>
  +  <resource id="xslt4j-dist-src-zip" 
  +            title="&xslt4j-dist-src;.zip" 
  +            location="&xslt4j-distdir;&xslt4j-dist-src;.zip"/>
  +  <resource id="xslt4j-dist-src-targz" 
  +            title="&xslt4j-dist-src;.tar.gz" 
  +            location="&xslt4j-distdir;&xslt4j-dist-src;.tar.gz"/>
   
  -  <resource id="xslt4j-distdir" 
  -            title="xalan-j distribution directory" 
  -            location="http://xml.apache.org/dist/xalan-j/"/>
     <resource id="xml4j-used" 
               title="&xml4j-used;" 
               location="http://xml.apache.org/xerces-j/index.html"/>
  
  
  

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