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

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


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

  Modified:    build    build.xml
  Log:
  updated deploy target
  
  Revision  Changes    Path
  1.36      +2 -2      jboss-portal/build/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/build/build.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- build.xml	19 Jul 2006 12:08:10 -0000	1.35
  +++ build.xml	25 Jul 2006 21:45:24 -0000	1.36
  @@ -8,7 +8,7 @@
   
      ]>
   
  -<!-- $Id: build.xml,v 1.35 2006/07/19 12:08:10 julien Exp $ -->
  +<!-- $Id: build.xml,v 1.36 2006/07/25 21:45:24 rgenova Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal: The OpenSource Portal                                  |-->
  @@ -270,7 +270,7 @@
              description="Deploy."
              depends="main">
         <require file="${jboss.home}/server/${portal.deploy.dir}"/>
  -      <copy file="../core/output/lib/jboss-portal.sar" todir="${jboss.home}/server/${portal.deploy.dir}"/>
  +      <copy file="../core/output/lib/jboss-portal.sar" todir="${jboss.home}/server/${portal.deploy.dir}" overwrite="true"/>
      </target>
   
      <target name="undeploy"
  
  
  



More information about the jboss-cvs-commits mailing list