[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Tue Aug 21 08:31:04 EDT 2007


  User: pmuir   
  Date: 07/08/21 08:31:04

  Modified:    jboss-seam  build.xml
  Log:
  JBSEAM-1825
  
  Revision  Changes    Path
  1.264     +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.263
  retrieving revision 1.264
  diff -u -b -r1.263 -r1.264
  --- build.xml	20 Aug 2007 15:36:17 -0000	1.263
  +++ build.xml	21 Aug 2007 12:31:03 -0000	1.264
  @@ -581,7 +581,8 @@
   
   		<copy todir="${dist.eejb.conf.dir}">
   			<fileset dir="${eejb.conf.dir}">
  -				<patternset refid="meta.files" />
  +				<include name="**/*" />
  +				<exclude name="tmp/**/*"/>
   			</fileset>
   		</copy>
   		<copy file="${eejb.conf.dir}/readme.txt" todir="${dist.eejb.conf.dir}" />
  
  
  



More information about the jboss-cvs-commits mailing list