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

Peter Muir peter at bleepbleep.org.uk
Mon Dec 3 17:22:08 EST 2007


  User: pmuir   
  Date: 07/12/03 17:22:08

  Modified:    examples/jee5/booking  build.xml
  Log:
  JBSEAM-2342
  
  Revision  Changes    Path
  1.8       +10 -6     jboss-seam/examples/jee5/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/jee5/booking/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	3 Oct 2007 16:28:54 -0000	1.7
  +++ build.xml	3 Dec 2007 22:22:08 -0000	1.8
  @@ -17,10 +17,14 @@
       <property name="facelets.lib"   value="true"/>
       <property name="richfaces.lib"   value="true"/>
       <!-- add libs for oc4j (broken classloading) -->
  -    <!--<property name="jbpm.lib" value="true"/>
  +    <!--
  +    <property name="jbpm.lib" value="true"/>
   	<property name="drools.lib" value="true"/>
   	<property name="quartz.lib" value="true" />
  -    <property name="search.lib" value="true" />-->
  +    <property name="search.lib" value="true" />
  +    <property name="dbunit.lib" value="true" />
  +    <property name="jboss-embedded-api.lib" value="true" />
  +    -->
     
       <import file="../../build.xml"/>
   
  
  
  



More information about the jboss-cvs-commits mailing list