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

Ales Justin ales.justin at genera-lynx.com
Wed Feb 28 10:43:13 EST 2007


  User: alesj   
  Date: 07/02/28 10:43:13

  Modified:    examples/spring  build.xml
  Log:
  Initial MC int code (some parts still commented - waiting for MC upgrade), fixing builds for separate Spring and MC handling.
  
  Revision  Changes    Path
  1.9       +10 -9     jboss-seam/examples/spring/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/spring/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- build.xml	20 Feb 2007 00:21:09 -0000	1.8
  +++ build.xml	28 Feb 2007 15:43:13 -0000	1.9
  @@ -10,7 +10,8 @@
       <property name="example.seam.ui.lib"     value="yes"/>
       <property name="example.seam.debug.lib"  value="yes"/>
       <property name="example.facelets.lib"    value="yes"/>
  -    <property name="example.seam.ioc.lib"    value="yes"/>
  +    <property name="example.seam.ioc.war.lib"   value="yes"/>
  +    <property name="example.spring.lib"         value="yes"/>
       <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