vmassol     2003/03/21 12:11:51

  Modified:    integration/ant/src/scripts/share build-share.xml
  Log:
  <!-- Copy the Cactus jars that should be on server side classpath. 
                 Note: we used the named jars as it should
                 be possible to override the locations of jars and they should not
                 be expected to be in ${cactus.lib.*.dir}. For example this feature
                 is used by the Maven plugin for Cactus. -->
  
  Revision  Changes    Path
  1.6       +18 -9     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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build-share.xml   23 Feb 2003 15:03:23 -0000      1.5
  +++ build-share.xml   21 Mar 2003 20:11:51 -0000      1.6
  @@ -135,15 +135,24 @@
               <fileset dir="${cactus.target.classes.dir}"/>
           </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 Cactus jars that should be on server side classpath. 
  +              Note: we used the named jars as it should
  +              be possible to override the locations of jars and they should not
  +              be expected to be in ${cactus.lib.*.dir}. For example this feature
  +              is used by the Maven plugin for Cactus. -->
  +
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
  +          file="${cactus.framework.jar}"/>
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
  +          file="${cactus.log4j.jar}"/>
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
  +          file="${cactus.aspectjrt.jar}"/>
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
  +          file="${cactus.commons.logging.jar}"/>
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
  +          file="${cactus.junit.jar}"/>
  +        <copy todir="${cactus.target.dir}/${cactus.context}/WEB-INF/lib"
  +          file="${cactus.httpunit.jar}"/>
   
           <!-- Copy the JSP Redirector -->
           <copy todir="${cactus.target.dir}/${cactus.context}">
  
  
  

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

Reply via email to