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

Peter Muir peter at bleepbleep.org.uk
Wed Aug 8 12:03:46 EDT 2007


  User: pmuir   
  Date: 07/08/08 12:03:45

  Modified:    examples/jee5/booking  build.xml
  Log:
  Formatting, and need to add drools libs in
  
  Revision  Changes    Path
  1.2       +6 -7      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	7 Aug 2007 03:21:08 -0000	1.1
  +++ build.xml	8 Aug 2007 16:03:45 -0000	1.2
  @@ -16,9 +16,9 @@
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
       <property name="ajax4jsf.lib"   value="true"/>
  -    <!-- add this for oc4j
  -    <property name="jbpm.lib"   value="true"/>
  -    -->
  +    <!-- add drools and jbpm for oc4j (broken classloading) -->
  +    <!-- <property name="jbpm.lib" value="true"/> -->
  +	<!-- <property name="drools.lib" value="true"> --> 
   
       <import file="../../build.xml"/>
   
  @@ -27,9 +27,8 @@
           <include name="lib/thirdparty-all.jar"/>
           <include name="hibernate/lib/*.jar"/>
   
  -        <!-- add this for oc4j
  -        <include name="lib/antlr-*.jar"/>
  -        -->
  +        <!-- add this for oc4j -->
  +        <!-- <include name="lib/antlr-*.jar"/> -->
       </fileset>
          
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list