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

Peter Muir peter at bleepbleep.org.uk
Fri Sep 14 07:15:51 EDT 2007


  User: pmuir   
  Date: 07/09/14 07:15:51

  Modified:    examples  build.xml
  Log:
  Fix hibernate2 example and add deploy target for jboss
  
  Revision  Changes    Path
  1.31      +2 -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.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- build.xml	6 Sep 2007 17:18:47 -0000	1.30
  +++ build.xml	14 Sep 2007 11:15:51 -0000	1.31
  @@ -332,7 +332,7 @@
   	</fileset>
   
   	<!-- resources to go in the jar for jbosswar  -->
  -	<fileset id="jbosswar.jar.resources" dir="${resources.dir}">
  +	<fileset id="noejb.jar.resources" dir="${resources.dir}">
   		<include name="${example.ds}" />
   		<include name="treecache.xml" />
   		<include name="*.jpdl.xml" />
  @@ -663,6 +663,7 @@
   				<exclude name="**/ejb-jar.xml" />
   			</fileset>
   			<fileset refid="noejb.jar.extras" />
  +			<fileset refid="noejb.jar.resources" />
   		</copy>
   	</target>
   
  
  
  



More information about the jboss-cvs-commits mailing list