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...@locus.apache.org on 2000/08/03 17:10:53 UTC

cvs commit: xml-xalan/samples/Servlet ApplyXSLT.java ApplyXSLTException.java ApplyXSLTListener.java ApplyXSLTProperties.java DefaultApplyXSLTProperties.java

dleslie     00/08/03 08:10:51

  Modified:    samples/Servlet ApplyXSLT.java ApplyXSLTException.java
                        ApplyXSLTListener.java ApplyXSLTProperties.java
                        DefaultApplyXSLTProperties.java
  Log:
  Repackaged sample servlet as "servlet": makes build process
  a lot more sensible.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/samples/Servlet/ApplyXSLT.java
  
  Index: ApplyXSLT.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/ApplyXSLT.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplyXSLT.java	2000/08/02 17:14:08	1.1
  +++ ApplyXSLT.java	2000/08/03 15:10:35	1.2
  @@ -1,12 +1,12 @@
   /*****************************************************************************************************
  - * $Id: ApplyXSLT.java,v 1.1 2000/08/02 17:14:08 dleslie Exp $
  + * $Id: ApplyXSLT.java,v 1.2 2000/08/03 15:10:35 dleslie Exp $
    *
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *				This software is provided without a warranty of any kind.
    *
    * $State: Exp $
    *****************************************************************************************************/
  -package samples.servlet;
  +package servlet;
   
   import java.io.*;
   import java.util.*;
  
  
  
  1.2       +2 -2      xml-xalan/samples/Servlet/ApplyXSLTException.java
  
  Index: ApplyXSLTException.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/ApplyXSLTException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplyXSLTException.java	2000/08/02 17:14:08	1.1
  +++ ApplyXSLTException.java	2000/08/03 15:10:36	1.2
  @@ -1,5 +1,5 @@
   /*****************************************************************************************************
  - * $Id: ApplyXSLTException.java,v 1.1 2000/08/02 17:14:08 dleslie Exp $
  + * $Id: ApplyXSLTException.java,v 1.2 2000/08/03 15:10:36 dleslie Exp $
    * 
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *				This software is provided without a warranty of any kind.
  @@ -17,7 +17,7 @@
    * @author Tom Rowe (trowe@us.ibm.com)
    *
    *****************************************************************************************************/
  -package samples.servlet;
  +package servlet;
   
   public class ApplyXSLTException extends Exception {
   
  
  
  
  1.2       +2 -2      xml-xalan/samples/Servlet/ApplyXSLTListener.java
  
  Index: ApplyXSLTListener.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/ApplyXSLTListener.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplyXSLTListener.java	2000/08/02 17:14:08	1.1
  +++ ApplyXSLTListener.java	2000/08/03 15:10:37	1.2
  @@ -1,12 +1,12 @@
   /*****************************************************************************************************
  - * $Id: ApplyXSLTListener.java,v 1.1 2000/08/02 17:14:08 dleslie Exp $
  + * $Id: ApplyXSLTListener.java,v 1.2 2000/08/03 15:10:37 dleslie Exp $
    *
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *				This software is provided without a warranty of any kind.
    *
    * $State: Exp $
    *****************************************************************************************************/
  -package samples.servlet;
  +package servlet;
   
   import java.io.*;
   import org.xml.sax.*;
  
  
  
  1.2       +2 -2      xml-xalan/samples/Servlet/ApplyXSLTProperties.java
  
  Index: ApplyXSLTProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/ApplyXSLTProperties.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ApplyXSLTProperties.java	2000/08/02 17:14:08	1.1
  +++ ApplyXSLTProperties.java	2000/08/03 15:10:38	1.2
  @@ -1,12 +1,12 @@
   /*****************************************************************************************************
  - * $Id: ApplyXSLTProperties.java,v 1.1 2000/08/02 17:14:08 dleslie Exp $
  + * $Id: ApplyXSLTProperties.java,v 1.2 2000/08/03 15:10:38 dleslie Exp $
    * 
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *				This software is provided without a warranty of any kind.
    * 
    * $State: Exp $
    *****************************************************************************************************/
  -package samples.servlet;
  +package servlet;
   
   import java.net.MalformedURLException;
   import javax.servlet.*;
  
  
  
  1.2       +2 -2      xml-xalan/samples/Servlet/DefaultApplyXSLTProperties.java
  
  Index: DefaultApplyXSLTProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/Servlet/DefaultApplyXSLTProperties.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultApplyXSLTProperties.java	2000/08/02 17:14:09	1.1
  +++ DefaultApplyXSLTProperties.java	2000/08/03 15:10:40	1.2
  @@ -1,12 +1,12 @@
   /*****************************************************************************************************
  - * $Id: DefaultApplyXSLTProperties.java,v 1.1 2000/08/02 17:14:09 dleslie Exp $
  + * $Id: DefaultApplyXSLTProperties.java,v 1.2 2000/08/03 15:10:40 dleslie Exp $
    * 
    * Copyright (c) 1998-1999 Lotus Corporation, Inc. All Rights Reserved.
    *				This software is provided without a warranty of any kind.
    * 
    * $State: Exp $
    *****************************************************************************************************/
  -package samples.servlet;
  +package servlet;
   
   import java.net.*;
   import javax.servlet.*;