You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/04/25 08:33:43 UTC

cvs commit: jakarta-cactus/framework build.xml

cmlenz      2003/04/24 23:33:42

  Modified:    framework build.xml
  Log:
  Add jspRedirector.jsp in cactus-framework.jar!/org/apache/cactus/server
  
  Revision  Changes    Path
  1.42      +6 -0      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build.xml	16 Mar 2003 22:26:43 -0000	1.41
  +++ build.xml	25 Apr 2003 06:33:42 -0000	1.42
  @@ -235,6 +235,9 @@
               <classpath refid="project.class.path"/>
           </javac>
   
  +        <copy todir="${target.classes.java.dir}/org/apache/cactus/server"
  +            file="{web.dir}/jspRedirector.jsp"/>
  +
       </target>
   
       <target name="compile.test" depends="compile.main">
  @@ -286,6 +289,9 @@
   
               <classpath refid="project.class.path"/>
           </ajc>
  +
  +        <copy todir="${target.classes.java.dir}/org/apache/cactus/server"
  +            file="${web.dir}/jspRedirector.jsp"/>
   
       </target>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org