You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@locus.apache.org on 2000/12/06 00:12:21 UTC

cvs commit: xml-xalan/java/samples/trax Examples.java

curcuru     00/12/05 15:12:21

  Modified:    java/samples/trax Examples.java
  Log:
  Added comment about new file in xml-xalan/test/java/.../ExamplesTest.java
  that basically mirrors this file as an automated test
  
  Revision  Changes    Path
  1.7       +4 -0      xml-xalan/java/samples/trax/Examples.java
  
  Index: Examples.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/trax/Examples.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Examples.java	2000/11/18 01:19:13	1.6
  +++ Examples.java	2000/12/05 23:12:20	1.7
  @@ -41,6 +41,10 @@
   /**
    * Some examples to show how the Simple API for Transformations
    * could be used.
  + * 
  + * Xalan Developers: please see 
  + * xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java
  + * when updating this file, and update that test file as well.
    *
    * @author <a href="mailto:scott_boag@lotus.com">Scott Boag</a>
    */