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

Norman Richards norman.richards at jboss.com
Fri Feb 16 22:27:54 EST 2007


  User: nrichards
  Date: 07/02/16 22:27:54

  Modified:    examples/spring  build.xml
  Log:
  only the example here
  
  Revision  Changes    Path
  1.6       +4 -5      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build.xml	16 Feb 2007 22:43:23 -0000	1.5
  +++ build.xml	17 Feb 2007 03:27:54 -0000	1.6
  @@ -9,9 +9,10 @@
       <!-- Overrides -->
       <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"/>
  +    <property name="example.seam.pdf.lib"    value="no"/>
       <property name="example.facelets.lib"    value="yes"/>
  +    <property name="example.seam.ioc.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"/>
  @@ -19,9 +20,8 @@
   
       <import file="../../build.xml"/>
   
  -
  -    <fileset id="example.local.jar" dir="lib">
  -        <include name="**/*.jar" />
  +    <fileset id="example.local.jar" dir="../..">
  +        <include name="jboss-seam-ioc.jar" />
       </fileset>
   
       <path id="example.path">
  @@ -35,6 +35,5 @@
           <include name="META-INF/spring.handlers" />
           <include name="*-beans.xml" />
       </fileset>
  -
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list