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

Norman Richards norman.richards at jboss.com
Mon Feb 12 16:41:28 EST 2007


  User: nrichards
  Date: 07/02/12 16:41:28

  Modified:    examples/spring  build.xml
  Log:
  don't put spring.jar in the WAR
  
  Revision  Changes    Path
  1.3       +1 -1      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	12 Feb 2007 21:14:23 -0000	1.2
  +++ build.xml	12 Feb 2007 21:41:28 -0000	1.3
  @@ -7,7 +7,7 @@
       <property name="example.name"           value="jboss-seam-spring"/>
   
       <!-- Overrides -->
  -    <property name="example.webinf.lib.dir"  value="lib"/>
  +    <property name="example.webinf.lib.dir"  value="."/>
       <property name="example.seam.ui.lib"     value="yes"/>
       <property name="example.seam.pdf.lib"    value="no"/>
       <property name="example.seam.debug.lib"  value="yes"/>
  
  
  



More information about the jboss-cvs-commits mailing list