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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 3 09:20:20 EDT 2007


  User: pmuir   
  Date: 07/10/03 09:20:20

  Modified:    examples/jpa  build-websphere61.xml
  Log:
  Fixes for websphere
  
  Revision  Changes    Path
  1.5       +3 -2      jboss-seam/examples/jpa/build-websphere61.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-websphere61.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-websphere61.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build-websphere61.xml	3 Oct 2007 12:20:15 -0000	1.4
  +++ build-websphere61.xml	3 Oct 2007 13:20:20 -0000	1.5
  @@ -26,8 +26,9 @@
           
           <!-- Misc -->
           <include name="lib/jta.jar"/>
  -        <include name="lib/commons-*.jar"/>  
  -        
  +        <include name="lib/commons-beanutils.jar"/>
  +    	<include name="lib/commons-digester.jar"/>
  +    	<include name="lib/commons-collections.jar"/>        
           <!-- JSF (and related) implementation -->
           <include name="lib/jsf-api.jar"/>
           <include name="lib/jsf-impl.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list