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

Julien Viet julien at jboss.com
Sun Jul 16 09:09:58 EDT 2006


  User: julien  
  Date: 06/07/16 09:09:58

  Modified:    common   build.xml
  Log:
  - added blocking Deploy/Undeploy ant task based on Cargo framework
  - added cargo 0.8 jar in tools/lib
  - working on sunday
  
  Revision  Changes    Path
  1.32      +3 -1      jboss-portal/common/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/common/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -b -r1.31 -r1.32
  --- build.xml	28 Jun 2006 20:08:31 -0000	1.31
  +++ build.xml	16 Jul 2006 13:09:58 -0000	1.32
  @@ -8,7 +8,7 @@
      <!ENTITY targets    SYSTEM "../tools/etc/buildfragments/targets.ent">
      ]>
   
  -<!-- $Id: build.xml,v 1.31 2006/06/28 20:08:31 rgenova Exp $ -->
  +<!-- $Id: build.xml,v 1.32 2006/07/16 13:09:58 julien Exp $ -->
   
   <!--+======================================================================+-->
   <!--| JBoss Portal (The OpenSource Portal) Build File                      |-->
  @@ -71,6 +71,8 @@
            <path refid="apache.log4j.classpath"/>
            <path refid="junit.junit.classpath"/>
            <path refid="jboss.test.classpath"/>
  +         <pathelement location="../tools/lib/cargo-core-uberjar-0.8.jar"/>
  +         <pathelement location="../tools/lib/cargo-ant-0.8.jar"/>
         </path>
   
         
  
  
  



More information about the jboss-cvs-commits mailing list