[jboss-cvs] jboss ...

Bill Burke bill at jboss.com
Wed Jul 26 11:53:32 EDT 2006


  User: bill    
  Date: 06/07/26 11:53:32

  Modified:    jboss    build.xml
  Log:
  add persistence to build.xml required libs
  
  Revision  Changes    Path
  1.208     +2 -1      jboss/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/build.xml,v
  retrieving revision 1.207
  retrieving revision 1.208
  diff -u -b -r1.207 -r1.208
  --- build.xml	6 Jul 2006 15:52:56 -0000	1.207
  +++ build.xml	26 Jul 2006 15:53:32 -0000	1.208
  @@ -14,7 +14,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.207 2006/07/06 15:52:56 rloehr Exp $ -->
  +<!-- $Id: build.xml,v 1.208 2006/07/26 15:53:32 bill Exp $ -->
   
   <project default="main" name="JBoss/Server">
   
  @@ -96,6 +96,7 @@
       <!-- The combined dependant module classpath -->
       <path id="dependentmodule.classpath">
         <path refid="jboss.j2ee.classpath"/>
  +      <path refid="ejb3-persistence.classpath"/>
         <path refid="jboss.common.classpath"/>
         <path refid="jboss.system.classpath"/>
         <path refid="jboss.j2se.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list