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

Peter Muir peter at bleepbleep.org.uk
Wed Jun 27 14:30:11 EDT 2007


  User: pmuir   
  Date: 07/06/27 14:30:11

  Modified:    examples/booking  build.xml
  Log:
  First stab a refactoring build.xml for examples
  
  Revision  Changes    Path
  1.53      +8 -10     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.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- build.xml	15 Jun 2007 05:09:12 -0000	1.52
  +++ build.xml	27 Jun 2007 18:30:11 -0000	1.53
  @@ -6,16 +6,14 @@
       <property name="Name"                   value="Seam on JBoss Booking Example"/>
       <property name="example.name"           value="jboss-seam-booking"/>
   	
  -    <!-- Overrides -->
  -    <property name="example.webinf.lib.dir" value="."/>
  -    <property name="example.seam.ui.lib"    value="yes"/>
  -    <property name="example.seam.debug.lib" value="yes"/>
  -    <property name="example.facelets.lib"   value="yes"/>
  -    <property name="example.ajax4jsf.lib"   value="yes"/>
  +    <!-- Libraries to include -->
  +    <property name="seam.ui.lib"    value="yes"/>
  +    <property name="seam.debug.lib" value="yes"/>
  +    <property name="facelets.lib"   value="yes"/>
  +    <property name="ajax4jsf.lib"   value="yes"/>
  +	
  +	<!-- Datasource -->
       <property name="example.ds"             value="booking-ds.xml"/>
  -    <property name="src.java.dir"           value="src"/>
  -    <property name="src.test.dir"           value="src"/>
  -    <property name="test.classpath"         value="test.eejb.classpath"/>
       
  -    <import file="../../build.xml"/>
  +    <import file="../build.xml"/>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list