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 jr...@apache.org on 2002/10/31 16:53:59 UTC

cvs commit: jakarta-cactus/Eclipse-Plugin/ant/build build-tests-resin-20.xml

jruaux      2002/10/31 07:53:59

  Modified:    Eclipse-Plugin/ant/build build-tests-resin-20.xml
  Log:
  Modified the script to conform to the plugin model
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-cactus/Eclipse-Plugin/ant/build/build-tests-resin-20.xml
  
  Index: build-tests-resin-20.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/ant/build/build-tests-resin-20.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build-tests-resin-20.xml	30 Oct 2002 15:58:10 -0000	1.3
  +++ build-tests-resin-20.xml	31 Oct 2002 15:53:59 -0000	1.4
  @@ -106,8 +106,8 @@
               tofile="${target.resin20.dir}/resin.conf" filtering="on"/>
   
           <!-- Create the war file -->
  -        <copy file="${target.test.dir}/test.war"
  -            tofile="${target.resin20.dir}/test.war"/>
  +        <copy file="${war.path}"
  +            tofile="${target.resin20.dir}/${context.path}.war"/>
   
       </target>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>