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/01/26 15:07:39 UTC

cvs commit: jakarta-cactus/petals/ant/src/scripts/share build-tests-weblogic7x.xml

vmassol     2003/01/26 06:07:39

  Modified:    petals/ant/src/scripts/share build-tests-weblogic7x.xml
  Log:
  Removed remaining "7.0" (replaced by "7.x")
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-cactus/petals/ant/src/scripts/share/build-tests-weblogic7x.xml
  
  Index: build-tests-weblogic7x.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/scripts/share/build-tests-weblogic7x.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-tests-weblogic7x.xml	26 Jan 2003 08:37:25 -0000	1.2
  +++ build-tests-weblogic7x.xml	26 Jan 2003 14:07:38 -0000	1.3
  @@ -61,7 +61,7 @@
   
       <!--
          ========================================================================
  -         Stop WebLogic 7.0
  +         Stop WebLogic 7.x
          ========================================================================
       -->
       <target name="cactus.stop.weblogic7x" description="Stop WebLogic 7.x"
  @@ -140,7 +140,7 @@
           <mkdir dir="${cactus.target.weblogic7x}/testdomain/applications"/>
           <mkdir dir="${cactus.target.weblogic7x}/testdomain/testserver"/>
   
  -        <!-- Copy WL 7.0 configuration files -->
  +        <!-- Copy WL 7.x configuration files -->
           <copy file="${cactus.conf.weblogic7x}/config.xml"
               todir="${cactus.target.weblogic7x}/testdomain" filtering="on"/>
           <copy file="${cactus.conf.weblogic7x}/fileRealm.properties"
  
  
  

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