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

Gavin King gavin.king at jboss.com
Wed Nov 29 14:17:04 EST 2006


  User: gavin   
  Date: 06/11/29 14:17:04

  Modified:    examples/icefaces  build.xml
  Log:
  make it work again (apply Ted Goddards patch)
  
  Revision  Changes    Path
  1.4       +4 -5      jboss-seam/examples/icefaces/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	20 Nov 2006 18:03:00 -0000	1.3
  +++ build.xml	29 Nov 2006 19:17:04 -0000	1.4
  @@ -23,7 +23,6 @@
               prefix="WEB-INF/lib"
                  dir="resources/WEB-INF/lib">
           <include name="*.jar"/>
  -	    <exclude name="icefaces.jar"/>
       </zipfileset>
   
       <zipfileset id="example.war.webinf.lib.extra" 
  @@ -39,8 +38,8 @@
       	<include name="META-INF/ejb-jar.xml"/>
       </fileset>
       
  -    <fileset id="example.ejb3.lib" dir="resources/WEB-INF/lib">
  -        <include name="icefaces.jar"/>
  +    <fileset id="example.ejb3.lib" dir="../../lib">
  +        <include name="_NONE_"/>
       </fileset>
   
       <!-- EAR -->
  
  
  



More information about the jboss-cvs-commits mailing list