[jboss-cvs] rars ...

Kabir Khan kkhan at jboss.com
Mon Feb 26 14:25:09 EST 2007


  User: kkhan   
  Date: 07/02/26 14:25:09

  Modified:    rars     build.xml
  Log:
  Get build working
  
  Revision  Changes    Path
  1.2       +3 -2      rars/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/rars/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	4 Feb 2006 14:37:17 -0000	1.1
  +++ build.xml	26 Feb 2007 19:25:09 -0000	1.2
  @@ -15,7 +15,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1 2006/02/04 14:37:17 adrian Exp $ -->
  +<!-- $Id: build.xml,v 1.2 2007/02/26 19:25:09 kkhan Exp $ -->
   
   <project default="main" name="JBoss/RARs">
   
  @@ -71,6 +71,8 @@
         <path refid="apache.log4j.classpath"/>
         <path refid="oswego.concurrent.classpath"/>
         <path refid="trove.trove.classpath"/>
  +      <path refid="jboss.common.core.classpath"/>
  +      <path refid="jboss.common.logging.spi.classpath"/>
       </path>
   
       <!-- ======= -->
  @@ -83,7 +85,6 @@
       <path id="dependentmodule.classpath">
         <path refid="jboss.aop.classpath"/>
         <path refid="jboss.aspects.classpath"/>
  -      <path refid="jboss.common.classpath"/>
         <path refid="jboss.j2ee.classpath"/>
       </path>
   
  
  
  



More information about the jboss-cvs-commits mailing list