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 vm...@apache.org on 2003/02/19 19:56:46 UTC

cvs commit: jakarta-cactus/integration/ant/src/scripts/share build-share.xml

vmassol     2003/02/19 10:56:46

  Modified:    integration/ant/src/scripts/share build-share.xml
  Log:
  Dunno why, there was some target duplication in the script...
  
  Revision  Changes    Path
  1.3       +0 -40     jakarta-cactus/integration/ant/src/scripts/share/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/scripts/share/build-share.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-share.xml	8 Feb 2003 16:26:01 -0000	1.2
  +++ build-share.xml	19 Feb 2003 18:56:46 -0000	1.3
  @@ -151,46 +151,6 @@
      
       <!--
          ========================================================================
  -         Framework-cactifify a plain war (pointed to by the cactus.war property).
  -         Difference with cactus.war : does not include Cactus test classes.
  -       ========================================================================
  -    -->
  -    <target name="cactus.war.framework" depends="cactus.compile" 
  -        description="Cactify the war">
  -                
  -        <unwar src="${cactus.war}" 
  -            dest="${cactus.target.dir}/${cactus.context}"/>
  -
  -        <!-- TODO: Perform a web.xml merge -->
  -
  -        <!-- Copy the Cactus web.xml -->
  -        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF">
  -            <fileset dir="${cactus.conf.dir}">
  -                <include name="web.xml"/>
  -            </fileset>
  -        </copy>
  -                
  -        <!-- Copy the Cactus jars -->
  -        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib">
  -            <fileset dir="${cactus.lib.server.dir}">
  -                <include name="*.jar"/>
  -            </fileset>
  -            <fileset dir="${cactus.lib.common.dir}">
  -                <include name="*.jar"/>
  -            </fileset>
  -        </copy>
  -
  -        <!-- Copy the JSP Redirector -->
  -        <copy todir="${cactus.target.dir}/${cactus.context}">
  -            <fileset dir="${cactus.conf.dir}">
  -                <include name="jspRedirector.jsp"/>
  -            </fileset>          
  -        </copy>
  -                    
  -    </target>
  -       
  -    <!--
  -       ========================================================================
            Trigger the Cactus test by running a JUnit Test Runner
          ========================================================================
       -->
  
  
  

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