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

Peter Muir peter at bleepbleep.org.uk
Sat Dec 8 21:21:21 EST 2007


  User: pmuir   
  Date: 07/12/08 21:21:20

  Modified:    examples/booking  build.xml
  Log:
  Standardise ds name
  
  Revision  Changes    Path
  1.55      +1 -1      jboss-seam/examples/booking/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -b -r1.54 -r1.55
  --- build.xml	6 Sep 2007 20:11:25 -0000	1.54
  +++ build.xml	9 Dec 2007 02:21:20 -0000	1.55
  @@ -13,7 +13,7 @@
       <property name="richfaces.lib"   value="yes"/>
   	
   	<!-- Datasource -->
  -    <property name="example.ds"             value="booking-ds.xml"/>
  +    <property name="example.ds"             value="jboss-seam-booking-ds.xml"/>
       
       <import file="../build.xml"/>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list