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

Peter Muir peter at bleepbleep.org.uk
Sat Sep 29 12:57:15 EDT 2007


  User: pmuir   
  Date: 07/09/29 12:57:15

  Modified:    examples  build.xml
  Log:
  Oops, part of Richfaces update
  
  Revision  Changes    Path
  1.43      +3 -3      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.42
  retrieving revision 1.43
  diff -u -b -r1.42 -r1.43
  --- build.xml	25 Sep 2007 19:30:58 -0000	1.42
  +++ build.xml	29 Sep 2007 16:57:15 -0000	1.43
  @@ -213,14 +213,14 @@
   
   	<!-- Dependencies for using Seam with Richfaces -->
   	<fileset id="richfaces-api.jar" dir="${lib.dir}">
  -		<include name="richfaces-api-*.jar" if="richfaces.lib" />
  +		<include name="richfaces-api.jar" if="richfaces.lib" />
   		<include name="commons-beanutils.jar" if="richfaces.lib" />
   		<include name="commons-digester.jar" if="richfaces.lib" />
   	</fileset>
   	
   	<fileset id="richfaces-impl.jar" dir="${lib.dir}">
  -		<include name="richfaces-impl-*.jar" if="richfaces.lib" />
  -		<include name="richfaces-ui-*.jar" if="richfaces.lib" />
  +		<include name="richfaces-impl.jar" if="richfaces.lib" />
  +		<include name="richfaces-ui.jar" if="richfaces.lib" />
   	</fileset>
   
   	<!-- Dependencies for using Seam with JBPM -->
  
  
  



More information about the jboss-cvs-commits mailing list