geirm       02/03/28 07:17:54

  Modified:    src/java/org/apache/velocity/runtime/resource/loader Tag:
                        VEL_1_3_BRANCH ClasspathResourceLoader.java
  Log:
  fixed javadoc
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.6.4.1   +5 -4      
jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java
  
  Index: ClasspathResourceLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java,v
  retrieving revision 1.6
  retrieving revision 1.6.4.1
  diff -u -r1.6 -r1.6.4.1
  --- ClasspathResourceLoader.java      7 Aug 2001 21:58:18 -0000       1.6
  +++ ClasspathResourceLoader.java      28 Mar 2002 15:17:53 -0000      1.6.4.1
  @@ -79,11 +79,12 @@
    *  other than specifying this as the loader to use.  For example
    *  the following is all that the loader needs to be functional :
    *  <br>
  - *  <br>
  - *  resource.loader.1.class = 
  +  *  <br>
  + *  resource.loader = class
  + *  class.resource.loader.class =
    *    org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
    *  <br>
  - *  <br>
  +*  <br>
    *  To use, put your template directories, jars
    *  and zip files into the classpath or other mechanisms that make
    *  resources accessable to the classloader.
  @@ -105,7 +106,7 @@
    *  work just fine.
    *  
    * @author <a href="mailto:[EMAIL PROTECTED]";>Geir Magnusson Jr.</a>
  - * @version $Id: ClasspathResourceLoader.java,v 1.6 2001/08/07 21:58:18 geirm Exp $
  + * @version $Id: ClasspathResourceLoader.java,v 1.6.4.1 2002/03/28 15:17:53 geirm 
Exp $
    */
   public class ClasspathResourceLoader extends ResourceLoader
   {
  
  
  

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

Reply via email to