You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2003/10/08 08:25:31 UTC

cvs commit: jakarta-gump/project jakarta-servletapi-5.xml

bodewig     2003/10/07 23:25:31

  Modified:    project  jakarta-servletapi-5.xml
  Log:
  servletapi-5-jsp compiles and uses Ant task of its own
  
  Revision  Changes    Path
  1.4       +2 -0      jakarta-gump/project/jakarta-servletapi-5.xml
  
  Index: jakarta-servletapi-5.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-servletapi-5.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jakarta-servletapi-5.xml	10 Feb 2003 09:11:22 -0000	1.3
  +++ jakarta-servletapi-5.xml	8 Oct 2003 06:25:31 -0000	1.4
  @@ -32,6 +32,7 @@
       </description>
   
       <mkdir dir="jsr152/build/classes"/>
  +    <mkdir dir="jsr152/build/ant"/>
       <ant basedir="jsr152" target="dist">
         <depend property="servlet-api.jar" 
                 project="jakarta-servletapi-5-servlet" />
  @@ -40,6 +41,7 @@
       <depend project="ant" inherit="runtime"/>
       <depend project="javamail" />
       <work nested="jsr152/build/classes"/>
  +    <work nested="jsr152/build/ant"/>
       <home nested="jsr152/dist"/>
       <jar name="lib/jsp-api.jar"/>
       <javadoc nested="jsr152/build/docs/api" module="jakarta-tomcat-5"/>