[jboss-cvs] jboss-seam ...

Gavin King gavin.king at jboss.com
Thu Nov 9 02:29:09 EST 2006


  User: gavin   
  Date: 06/11/09 02:29:09

  Modified:    jboss-seam  build.xml
  Log:
  include .component.xml files
  
  Revision  Changes    Path
  1.103     +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.102
  retrieving revision 1.103
  diff -u -b -r1.102 -r1.103
  --- build.xml	9 Nov 2006 05:50:25 -0000	1.102
  +++ build.xml	9 Nov 2006 07:29:09 -0000	1.103
  @@ -767,6 +767,7 @@
       <fileset id="example.classes"
                dir="${classes.dir}">
           <include name="**/*.class"/>
  +    	<include name="**/*.component.xml"/>
           <exclude name="**/test/*.class"/>
       </fileset>
   
  
  
  



More information about the jboss-cvs-commits mailing list