You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jv...@apache.org on 2002/07/25 05:07:41 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/texen/ant TexenTask.java

jvanzyl     2002/07/24 20:07:41

  Modified:    src/java/org/apache/velocity/texen/ant TexenTask.java
  Log:
  o fixing name of the ClassResourceLoader class so that the tests
    pass.
  
  Revision  Changes    Path
  1.39      +2 -2      jakarta-velocity/src/java/org/apache/velocity/texen/ant/TexenTask.java
  
  Index: TexenTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/texen/ant/TexenTask.java,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- TexenTask.java	24 Jul 2002 22:42:51 -0000	1.38
  +++ TexenTask.java	25 Jul 2002 03:07:41 -0000	1.39
  @@ -442,7 +442,7 @@
               
                   ve.setProperty(
                       "classpath." + VelocityEngine.RESOURCE_LOADER + ".class",
  -                        "org.apache.VelocityEngine.runtime.resource.loader.ClasspathResourceLoader");
  +                        "org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader");
   
                   ve.setProperty(
                       "classpath." + VelocityEngine.RESOURCE_LOADER + 
  
  
  

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