[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Mon Nov 13 19:17:11 EST 2006


  User: gavin   
  Date: 06/11/13 19:17:11

  Modified:    jboss-seam  build.xml
  Log:
  include components.xml in ejb jar
  
  Revision  Changes    Path
  1.106     +2 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.105
  retrieving revision 1.106
  diff -u -b -r1.105 -r1.106
  --- build.xml	10 Nov 2006 19:54:23 -0000	1.105
  +++ build.xml	14 Nov 2006 00:17:11 -0000	1.106
  @@ -774,6 +774,7 @@
                dir="${classes.dir}">
           <include name="**/*.class"/>
       	<include name="**/*.component.xml"/>
  +    	<include name="**/components.xml"/>
           <exclude name="**/test/*.class"/>
       </fileset>
   
  
  
  



More information about the jboss-cvs-commits mailing list