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/01/12 17:10:23 UTC

cvs commit: xml-xalan/samples/Servlet ApplyXSL.java

dleslie     01/01/12 08:10:23

  Modified:    samples/Servlet ApplyXSL.java
  Log:
  Removed import of org.apache.xalan.xslt.Constants. It is not used.
  This import prevents compilation of the sample servlet with the
  Xalan-J2 compatibility jar.
  
  Revision  Changes    Path
  1.5       +1 -2      xml-xalan/samples/Servlet/ApplyXSL.java
  
  Index: ApplyXSL.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/ApplyXSL.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ApplyXSL.java	2000/08/23 14:40:05	1.4
  +++ ApplyXSL.java	2001/01/12 16:10:23	1.5
  @@ -1,5 +1,5 @@
   /*****************************************************************************************************
  - * $Id: ApplyXSL.java,v 1.4 2000/08/23 14:40:05 dleslie Exp $
  + * $Id: ApplyXSL.java,v 1.5 2001/01/12 16:10:23 dleslie Exp $
    *
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *				This software is provided without a warranty of any kind.
  @@ -14,7 +14,6 @@
   import javax.servlet.*;
   import javax.servlet.http.*;
   
  -import org.apache.xalan.xslt.Constants;
   import org.apache.xalan.xslt.StylesheetRoot;
   import org.apache.xalan.xslt.XSLTProcessor;
   import org.apache.xalan.xslt.XSLTInputSource;