[jboss-cvs] jboss-seam/examples/remoting/gwt ...

Gavin King gavin.king at jboss.com
Sun Jun 24 15:42:18 EDT 2007


  User: gavin   
  Date: 07/06/24 15:42:18

  Modified:    examples/remoting/gwt  build.xml
  Log:
  dont need JSF for GWT app
  
  Revision  Changes    Path
  1.4       +1 -1      jboss-seam/examples/remoting/gwt/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/gwt/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	15 Jun 2007 05:13:23 -0000	1.3
  +++ build.xml	24 Jun 2007 19:42:18 -0000	1.4
  @@ -10,7 +10,7 @@
   	<property name="example.webinf.lib.dir"    value="."/>
   	<property name="example.seam.remoting.lib" value="yes"/>
   	<property name="example.gwt.lib"           value="yes"/>
  -	<property name="example.facelets.lib"      value="yes"/>	
  +	<property name="example.facelets.lib"      value="no"/>	
     <property name="src.java.dir"              value="src"/>
     <property name="src.test.dir"              value="src"/>
     <property name="test.classpath"            value="test.eejb.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list