donaldp     2002/10/01 02:56:05

  Added:       loader/src/test/org/apache/excalibur/loader/test/data/cl1
                        Data1.java Data2.java
               loader/src/test/org/apache/excalibur/loader/test/data/cl2
                        CL2Data.java
  Log:
  Add in some data to use with unit tests
  
  Revision  Changes    Path
  1.1                  
jakarta-avalon-excalibur/loader/src/test/org/apache/excalibur/loader/test/data/cl1/Data1.java
  
  Index: Data1.java
  ===================================================================
  /*
   * Copyright (C) The Apache Software Foundation. All rights reserved.
   *
   * This software is published under the terms of the Apache Software License
   * version 1.1, a copy of which has been included with this distribution in
   * the LICENSE.txt file.
   */
  package org.apache.excalibur.loader.test.data.cl1;
  
  /**
   *
   * @author <a href="mailto:peter at apache.org">Peter Donald</a>
   * @version $Revision: 1.1 $ $Date: 2002/10/01 09:56:05 $
   */
  public class Data1
  {
  }
  
  
  
  1.1                  
jakarta-avalon-excalibur/loader/src/test/org/apache/excalibur/loader/test/data/cl1/Data2.java
  
  Index: Data2.java
  ===================================================================
  /*
   * Copyright (C) The Apache Software Foundation. All rights reserved.
   *
   * This software is published under the terms of the Apache Software License
   * version 1.1, a copy of which has been included with this distribution in
   * the LICENSE.txt file.
   */
  package org.apache.excalibur.loader.test.data.cl1;
  
  /**
   *
   * @author <a href="mailto:peter at apache.org">Peter Donald</a>
   * @version $Revision: 1.1 $ $Date: 2002/10/01 09:56:05 $
   */
  public class Data2
  {
      public final static String CROSS_REF = Data1.class.getName();
  }
  
  
  
  1.1                  
jakarta-avalon-excalibur/loader/src/test/org/apache/excalibur/loader/test/data/cl2/CL2Data.java
  
  Index: CL2Data.java
  ===================================================================
  /*
   * Copyright (C) The Apache Software Foundation. All rights reserved.
   *
   * This software is published under the terms of the Apache Software License
   * version 1.1, a copy of which has been included with this distribution in
   * the LICENSE.txt file.
   */
  package org.apache.excalibur.loader.test.data.cl2;
  
  /**
   *
   * @author <a href="mailto:peter at apache.org">Peter Donald</a>
   * @version $Revision: 1.1 $ $Date: 2002/10/01 09:56:05 $
   */
  public class CL2Data
  {
  }
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to