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 2002/06/13 17:20:36 UTC

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

dleslie     2002/06/13 08:20:36

  Modified:    java/xdocs/sources entities.ent xalan-jsite.xml
               java/xdocs/sources/xalan history.xml index.xml readme.xml
                        resources.xml
  Log:
  Patches for developer's release from Sarah McNamara.
  
  Revision  Changes    Path
  1.55      +2 -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.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- entities.ent	9 May 2002 15:20:08 -0000	1.54
  +++ entities.ent	13 Jun 2002 15:20:35 -0000	1.55
  @@ -3,10 +3,10 @@
   <!ENTITY xslt "Xalan">
   <!ENTITY xslt4j "Xalan-Java">
   <!ENTITY xslt4j2 "Xalan-Java 2">
  -<!ENTITY xslt4j-dist "xalan-j_2_3_1">
  +<!ENTITY xslt4j-dist "xalan-j_2_4_D1">
   <!ENTITY xslt4j-dist-bin "&xslt4j-dist;-bin">
   <!ENTITY xslt4j-dist-src "&xslt4j-dist;-src">
  -<!ENTITY xslt4j-current "&xslt4j; version 2.3.2">
  +<!ENTITY xslt4j-current "&xslt4j; version 2.4.D1">
   <!ENTITY xslt4j-distdir "http://xml.apache.org/dist/xalan-j/">
   <!ENTITY xml4j "Xerces-Java">
   <!ENTITY xml4j1 "Xerces-Java 1">
  
  
  
  1.44      +1 -1      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.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- xalan-jsite.xml	9 May 2002 15:10:38 -0000	1.43
  +++ xalan-jsite.xml	13 Jun 2002 15:20:35 -0000	1.44
  @@ -62,7 +62,7 @@
     <resources source="sbk:/sources/xalan/resources.xml"/>
     <external href="../index.html" label="Home"/>
     <separator/>
  -  <document id="index" label="Xalan-J 2.3.2" source="xalan/index.xml"/>
  +  <document id="index" label="Xalan-J 2.4.D1" source="xalan/index.xml"/>
     <document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/>
     <document id="dtm" label="DTM" source="xalan/dtm.xml"/>  
     <document id="xsltc_usage" label="XSLTC Translets" source="xalan/xsltc_usage.xml"/>
  
  
  
  1.27      +1 -1      xml-xalan/java/xdocs/sources/xalan/history.xml
  
  Index: history.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/history.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- history.xml	11 Jun 2002 13:29:11 -0000	1.26
  +++ history.xml	13 Jun 2002 15:20:35 -0000	1.27
  @@ -3,7 +3,7 @@
    <s1 title="History of software changes">
      <p>The following sections list the core software changes in each release since &xslt4j; version 2.0.D01.</p>
      &history2xsltc;
  -<s2 title="Changes for &xslt4j; 2.3.2">
  +<s2 title="Changes for &xslt4j; 2.3.1">
   <p> Core (Non-XSLTC) source code updates:</p><ul><li><ref>Committed by </ref>jkesselm@apache.org<ref> on </ref>02/22/2002<br/><ref>Modified: </ref>java/src/org/apache/xml/dtm/ref DTMManagerDefault.java<br/><ref>Committer's log entry: </ref>Make synchronized to address potential reentrancy issue in
    XRTreeFrag.finalize(), as discussed in the Javadoc. This may
    solve several outstanding bug reports regarding reuse of
  
  
  
  1.49      +2 -1      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.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- index.xml	9 May 2002 17:57:32 -0000	1.48
  +++ index.xml	13 Jun 2002 15:20:35 -0000	1.49
  @@ -72,7 +72,7 @@
        <note>&xslt4j; version 1 is no longer supported and no longer available from xml.apache.org.</note>
     </s2>
     <s2 title="How about this release?">
  -  <p>&xslt4j-current; works with &xml4j; version 2, and the distribution includes xercesImpl.jar from &xml4j-used;. &xslt4j-current; is also
  +  <p>&xslt4j-current; is a developer release that works with &xml4j; version 2, and the distribution includes xercesImpl.jar from &xml4j-used;. &xslt4j-current; is also
     compatible with &xml4j; version 1.</p>
     <p>Support for the &xslt4j; release 1 API, which predates the design of the JAXP 1.1/TrAX interfaces, has been dropped.</p>
     <p>The &xslt4j; implementation is in xalan.jar. The SAX, DOM, and JAVAX interfaces are in xml-apis.jar. These interfaces are shared by a 
  @@ -91,6 +91,7 @@
         <li><resource-ref idref="xslt4j-dist-src-zip"/></li>
         <li><resource-ref idref="xslt4j-dist-src-targz"/></li>
       </ul>
  +    <p>To access previous releases, see the <resource-ref idref="xslt4j-distdir-previous"/>.</p>
     </s2>
     
     <s2 title="Where do I get Xerces?">
  
  
  
  1.83      +2 -2      xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.82
  retrieving revision 1.83
  diff -u -r1.82 -r1.83
  --- readme.xml	13 Jun 2002 14:47:24 -0000	1.82
  +++ readme.xml	13 Jun 2002 15:20:35 -0000	1.83
  @@ -69,7 +69,7 @@
    </ul><anchor name="status0"/>
     <s2 title="Status">
      <ul>
  -    <li><link anchor="done">Changes since version 2.3.2</link></li>
  +    <li><link anchor="done">Changes since version 2.3.1</link></li>
       <li><link anchor="global2.3">Global 2.3 updates</link></li>
       <li><link anchor="other">Other points of interest</link></li>
       <li><link anchor="bugs">Bugs</link></li>
  @@ -77,7 +77,7 @@
       <li><link anchor="developer-list">&xslt4j; developers</link></li>
      </ul>
        <anchor name="done"/>
  -     <s3 title="Changes since &xslt4j; 2.3.2">
  +     <s3 title="Changes since &xslt4j; 2.3.1">
        <note>For a list of &xslt4j; commits, see xalan-cvs@xml.apache.org in the
        <jump href="http://nagoya.apache.org/eyebrowse/index.html">Apache mailing list archive index</jump>.</note>
        <ul>
  
  
  
  1.25      +4 -0      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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- resources.xml	15 Feb 2002 16:02:09 -0000	1.24
  +++ resources.xml	13 Jun 2002 15:20:35 -0000	1.25
  @@ -23,6 +23,10 @@
               title="xalan-j distribution directory" 
               location="&xslt4j-distdir;"/>
   
  +  <resource id="xslt4j-distdir-previous" 
  +            title="xalan-j previously posted builds directory" 
  +            location="&xslt4j-distdir;/old"/>
  +
     <resource id="xslt4j-dist-zip" 
               title="&xslt4j-dist;.zip" 
               location="&xslt4j-distdir;&xslt4j-dist;.zip"/>
  
  
  

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