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

Michael Yuan michael.yuan at jboss.com
Sun Jul 22 02:45:49 EDT 2007


  User: myuan   
  Date: 07/07/22 02:45:49

  Modified:    examples  build.xml
  Log:
  Support WAS in the JPA example
  
  Revision  Changes    Path
  1.24      +4 -1      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.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- build.xml	20 Jul 2007 18:48:58 -0000	1.23
  +++ build.xml	22 Jul 2007 06:45:49 -0000	1.24
  @@ -642,7 +642,10 @@
   		</copy>
   		<copy todir="${war.dir}/META-INF" failonerror="false">
   			<fileset dir="${resources.dir}/META-INF">
  -				<include name="**/*" />
  +                                <!-- needed for plain tomcat -->
  +				<include name="context.xml" />
  +                                <!-- This is a WebSphere Hack -->
  +				<include name="*.taglib.xml" />
   			</fileset>
   		</copy>
   		<!-- Copy in resources, with filtering -->
  
  
  



More information about the jboss-cvs-commits mailing list