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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 3 12:28:54 EDT 2007


  User: pmuir   
  Date: 07/10/03 12:28:54

  Modified:    examples/jee5/booking  build.xml
  Log:
  Fix oc4j jars
  
  Revision  Changes    Path
  1.7       +5 -5      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build.xml	1 Oct 2007 19:21:23 -0000	1.6
  +++ build.xml	3 Oct 2007 16:28:54 -0000	1.7
  @@ -16,9 +16,11 @@
       <property name="seam.debug.lib" value="true"/>
       <property name="facelets.lib"   value="true"/>
       <property name="richfaces.lib"   value="true"/>
  -    <!-- add drools and jbpm for oc4j (broken classloading) -->
  +    <!-- add libs for oc4j (broken classloading) -->
       <!--<property name="jbpm.lib" value="true"/>
  -	<property name="drools.lib" value="true"/>--> 
  +	<property name="drools.lib" value="true"/>
  +	<property name="quartz.lib" value="true" />
  +    <property name="search.lib" value="true" />-->
   	
       <import file="../../build.xml"/>
   
  @@ -41,8 +43,6 @@
       	<include name="lib/commons-collections.jar" />
   
       	<include name="lib/log4j.jar" />
  -        <!-- add this for oc4j -->
  -        <!--<include name="lib/antlr-*.jar"/>-->
       </fileset>
          
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list