You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by lu...@apache.org on 2003/01/23 00:07:38 UTC

cvs commit: jakarta-tomcat-jasper/jasper2 build.xml

luehe       2003/01/22 15:07:38

  Modified:    jasper2  build.xml
  Log:
  Added org.apache.jasper.compiler.Localizer to jasper-runtime.jar
  
  Revision  Changes    Path
  1.19      +1 -1      jakarta-tomcat-jasper/jasper2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml	5 Dec 2002 23:56:39 -0000	1.18
  +++ build.xml	22 Jan 2003 23:07:38 -0000	1.19
  @@ -146,7 +146,7 @@
         <fileset dir="${jasper.build}/shared/classes">
           <include name="org/apache/jasper/Constants.class" />
           <include name="org/apache/jasper/JasperException.class" />
  -        <include name="org/apache/jasper/logging/**" />
  +        <include name="org/apache/jasper/compiler/Localizer.class" />
           <include name="org/apache/jasper/resources/**" />
           <include name="org/apache/jasper/runtime/**" />
           <include name="org/apache/jasper/util/**" />
  
  
  

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