[jboss-cvs] jboss-portal/core ...

Rali Genova rgenova at jboss.org
Tue Jul 25 17:45:45 EDT 2006


  User: rgenova 
  Date: 06/07/25 17:45:45

  Modified:    core     build.xml
  Log:
  updated deploy target
  
  Revision  Changes    Path
  1.128     +1 -1      jboss-portal/core/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/build.xml,v
  retrieving revision 1.127
  retrieving revision 1.128
  diff -u -b -r1.127 -r1.128
  --- build.xml	19 Jul 2006 12:08:11 -0000	1.127
  +++ build.xml	25 Jul 2006 21:45:45 -0000	1.128
  @@ -476,7 +476,7 @@
              description="Deploy."
              depends="output">
         <require file="${jboss.home}/server/${portal.deploy.dir}"/>
  -      <copy file="${build.lib}/jboss-portal.sar" todir="${jboss.home}/server/${portal.deploy.dir}"/>
  +      <copy file="${build.lib}/jboss-portal.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
      </target>
      
      <target name="deploy-ha"
  
  
  



More information about the jboss-cvs-commits mailing list