You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/17 10:25:26 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1 ExtensionsLoadedClass.java

donaldp     01/12/17 01:25:26

  Added:       proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1
                        ExtensionsLoadedClass.java
  Log:
  Move selftesting task library into new package structure.
  
  Revision  Changes    Path
  1.1                  jakarta-ant/proposal/myrmidon/src/java/org/apache/antlib/selftest/extension1/ExtensionsLoadedClass.java
  
  Index: ExtensionsLoadedClass.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 file.
   */
  package org.apache.antlib.selftest.extension1;
  
  /**
   * This is to test whether extension is loaded.
   *
   * @author <a href="mailto:peter@apache.org">Peter Donald</a>
   */
  public class ExtensionsLoadedClass
  {
      public static void doSomething()
      {
          System.out.println( "This was loaded via an extension - yea!" );
      }
  }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>