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/03/03 16:01:21 UTC

cvs commit: xml-xalan/samples Makefile

curcuru     00/03/03 07:01:21

  Modified:    samples  Makefile
  Log:
  Add new samples classes that Scott added PR: SCUU4H3J5T
  
  Revision  Changes    Path
  1.4       +2 -0      xml-xalan/samples/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Makefile,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile	2000/02/16 20:22:15	1.3
  +++ Makefile	2000/03/03 15:01:21	1.4
  @@ -15,9 +15,11 @@
   SAMPLES_JAR = xalansamples$(JARX)
   
   SRCS = ApplyXPath$(PATHSEP)ApplyXPath$(JAVAX) \
  +		ApplyXPath$(PATHSEP)XPathAPI$(JAVAX) \
   		Extensions$(PATHSEP)IntDate$(JAVAX) \
   		Extensions$(PATHSEP)MyCounter$(JAVAX) \
   		Pipe$(PATHSEP)Pipe$(JAVAX) \
  +		PureSAX$(PATHSEP)PureSAX$(JAVAX) \
   		Servlet$(PATHSEP)ApplyXSL$(JAVAX) \
   		Servlet$(PATHSEP)ApplyXSLException$(JAVAX) \
   		Servlet$(PATHSEP)ApplyXSLListener$(JAVAX) \