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

Norman Richards norman.richards at jboss.com
Wed Jul 4 15:04:41 EDT 2007


  User: nrichards
  Date: 07/07/04 15:04:41

  Modified:    examples  build.xml
  Log:
  add richfaces library option
  
  Revision  Changes    Path
  1.11      +7 -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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	3 Jul 2007 23:48:45 -0000	1.10
  +++ build.xml	4 Jul 2007 19:04:40 -0000	1.11
  @@ -200,6 +200,11 @@
   		<include name="commons-digester*.jar" if="ajax4jsf.lib" />
   	</fileset>
   
  +	<!-- Dependencies for using Seam with Richfaces -->
  +	<fileset id="richfaces.jar" dir="${lib.dir}">
  +		<include name="richfaces*.jar" if="richfaces.lib" />
  +	</fileset>
  +
   	<!-- Dependencies for using Seam with JBPM -->
   	<fileset id="jbpm.jar" dir="${lib.dir}">
   		<include name="jbpm*.jar" if="jbpm.lib" />
  @@ -389,6 +394,7 @@
   			<fileset refid="facelets.jar" />
   			<fileset refid="urlrewrite.jar" />
   			<fileset refid="ajax4jsf.jar" />
  +			<fileset refid="richfaces.jar" />
   			<mapper type="flatten" />
   		</copy>
   		<!-- Put properties into the classpath -->
  
  
  



More information about the jboss-cvs-commits mailing list