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

Michael Yuan michael.yuan at jboss.com
Mon Oct 1 14:50:08 EDT 2007


  User: myuan   
  Date: 07/10/01 14:50:08

  Modified:    examples/icefaces  build.xml
  Log:
  Change icefaces example and ds name to conform to other examples.
  
  Revision  Changes    Path
  1.14      +2 -2      jboss-seam/examples/icefaces/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- build.xml	1 Oct 2007 17:16:16 -0000	1.13
  +++ build.xml	1 Oct 2007 18:50:08 -0000	1.14
  @@ -4,7 +4,7 @@
   
   	<!-- Naming -->
   	<property name="Name" value="Seam on JBoss ICEfaces Booking Example" />
  -	<property name="example.name" value="icefaces-booking" />
  +	<property name="example.name" value="seam-icefaces" />
   
   	<!-- Overrides -->
   	<property name="seam.ui.lib" value="yes" />
  @@ -15,7 +15,7 @@
   	<property name="example.tmp.lib.dir" value="${basedir}/lib" />
   
   	<!-- Datasource -->
  -	<property name="example.ds" value="icefaces-booking-ds.xml" />
  +	<property name="example.ds" value="seam-icefaces-ds.xml" />
   
   	<import file="../build.xml" />
   	
  
  
  



More information about the jboss-cvs-commits mailing list