bobh        2002/09/12 13:39:58

  Modified:    .        gump3.xml
  Log:
  - We only need to export the jar that comes with jasper... jasper is
  actually compiled when tc5 is compiled. so the other jars arent exported
  via this project
  
  Revision  Changes    Path
  1.3       +1 -3      jakarta-tomcat-jasper/gump3.xml
  
  Index: gump3.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-jasper/gump3.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- gump3.xml 11 Sep 2002 21:14:12 -0000      1.2
  +++ gump3.xml 12 Sep 2002 20:39:58 -0000      1.3
  @@ -11,9 +11,7 @@
     <cvs repository="jakarta" module="jakarta-tomcat-jasper"/>
     <project name="jakarta-tomcat-jasper_tc5">
         <home nested="jasper2" />
  -      <jar name="build/shared/lib/jasper-compiler.jar" />
  -      <jar name="build/shared/lib/jasper-runtime.jar" />
  -      <jar name="build/shared/lib/jsp20el.jar" />
  +      <jar name="lib/jsp20el.jar" />
     </project>
   
     <depend project="commons-logging"/>
  
  
  

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

Reply via email to