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

Peter Muir peter at bleepbleep.org.uk
Thu Aug 9 06:45:02 EDT 2007


  User: pmuir   
  Date: 07/08/09 06:45:02

  Modified:    examples/jee5/booking  build.xml
  Log:
  Remove commons from ear-lib
  
  Revision  Changes    Path
  1.4       +3 -4      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	8 Aug 2007 16:06:22 -0000	1.3
  +++ build.xml	9 Aug 2007 10:45:02 -0000	1.4
  @@ -17,18 +17,17 @@
       <property name="facelets.lib"   value="true"/>
       <property name="ajax4jsf.lib"   value="true"/>
       <!-- add drools and jbpm for oc4j (broken classloading) -->
  -    <!-- <property name="jbpm.lib" value="true"/> -->
  -	<!-- <property name="drools.lib" value="true"/> --> 
  +    <!--<property name="jbpm.lib" value="true"/>
  +	<property name="drools.lib" value="true"/>--> 
   	
       <import file="../../build.xml"/>
   
       <fileset id="ear.lib.extras" dir="${seam.dir}">
  -        <include name="lib/common*.jar"/>
           <include name="lib/thirdparty-all.jar"/>
           <include name="hibernate/lib/*.jar"/>
   
           <!-- add this for oc4j -->
  -        <!-- <include name="lib/antlr-*.jar"/> -->
  +        <!--<include name="lib/antlr-*.jar"/>-->
       </fileset>
          
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list