remm        2005/08/16 09:20:17

  Modified:    catalina/src/share/org/apache/catalina/ant catalina.tasks
               webapps/docs changelog.xml
  Log:
  - Add back jspc Ant task (needed for the deployer).
  
  Revision  Changes    Path
  1.4       +3 -0      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/catalina.tasks
  
  Index: catalina.tasks
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/catalina.tasks,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- catalina.tasks    24 Jun 2005 11:52:51 -0000      1.3
  +++ catalina.tasks    16 Aug 2005 16:20:17 -0000      1.4
  @@ -9,6 +9,7 @@
   stop=org.apache.catalina.ant.StopTask
   undeploy=org.apache.catalina.ant.UndeployTask
   validator=org.apache.catalina.ant.ValidatorTask
  +
   #Jk Task
   jkstatus=org.apache.catalina.ant.JKStatusUpdateTask
   
  @@ -17,3 +18,5 @@
   jmxManagerGet=org.apache.catalina.ant.JMXGetTask
   jmxManagerQuery=org.apache.catalina.ant.JMXQueryTask
   
  +# Jasper tasks
  +jasper2=org.apache.jasper.JspC
  
  
  
  1.356     +3 -0      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.355
  retrieving revision 1.356
  diff -u -r1.355 -r1.356
  --- changelog.xml     11 Aug 2005 12:00:32 -0000      1.355
  +++ changelog.xml     16 Aug 2005 16:20:17 -0000      1.356
  @@ -45,6 +45,9 @@
           The Windows installer will now optionally download a (32bit) Windows 
.dll for Tomcat native
           from HEAnet (remm)
         </update>
  +      <fix>
  +        Declaration of jspc Ant task to fix the deployer package (remm)
  +      </fix>
       </changelog>
     </subsection>
     
  
  
  

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

Reply via email to