nacho       00/11/06 07:06:17

  Modified:    .        build.xml
  Log:
  Fixing the build
  
  Revision  Changes    Path
  1.92      +1 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- build.xml 2000/11/03 23:18:51     1.91
  +++ build.xml 2000/11/06 15:06:16     1.92
  @@ -318,7 +318,7 @@
     <!-- ====================  Jasper ( 1.0 )  ========== -->
     <target name="jasper" depends="init" >
       <javac destdir="${tomcat.build}/classes"
  -      srcdir="src/jasper3"
  +      srcdir="src/share"
         debug="${debug}" 
         optimize="${optimize}"
         deprecation="off" >
  
  
  

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

Reply via email to