You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/06/06 08:48:18 UTC

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

costin      01/06/05 23:48:18

  Modified:    jasper34 build.xml
  Log:
  Added the new packages to the build.
  
  Revision  Changes    Path
  1.4       +3 -0      jakarta-tomcat-jasper/jasper34/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/jasper34/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	2001/05/28 06:48:13	1.3
  +++ build.xml	2001/06/06 06:48:17	1.4
  @@ -93,6 +93,9 @@
   	 jarfile="${build.dir}/jasper34.jar" 
   	 basedir="${build.dir}/classes"> 
         <include name="org/apache/jasper34/generator/**"/>    
  +      <include name="org/apache/jasper34/jsptree/**"/>    
  +      <include name="org/apache/jasper34/parser/**"/>    
  +      <include name="org/apache/jasper34/javagen/**"/>    
         <include name="org/apache/jasper34/core/**"/>    
         <include name="org/apache/jasper34/javacompiler/**"/>    
         <include name="org/apache/jasper34/resources/**"/>