[jboss-cvs] jboss-seam/examples ...

Michael Yuan michael.yuan at jboss.com
Fri Jul 20 14:48:58 EDT 2007


  User: myuan   
  Date: 07/07/20 14:48:58

  Modified:    examples  build.xml
  Log:
  improved tomcat support
  
  Revision  Changes    Path
  1.23      +5 -0      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- build.xml	17 Jul 2007 15:36:16 -0000	1.22
  +++ build.xml	20 Jul 2007 18:48:58 -0000	1.23
  @@ -640,6 +640,11 @@
   				<include name="**/*" />
   			</fileset>
   		</copy>
  +		<copy todir="${war.dir}/META-INF" failonerror="false">
  +			<fileset dir="${resources.dir}/META-INF">
  +				<include name="**/*" />
  +			</fileset>
  +		</copy>
   		<!-- Copy in resources, with filtering -->
   		<copy todir="${war.dir}">
   			<fileset refid="war.resources" />
  
  
  



More information about the jboss-cvs-commits mailing list