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

Peter Muir peter at bleepbleep.org.uk
Fri Jun 29 07:29:53 EDT 2007


  User: pmuir   
  Date: 07/06/29 07:29:53

  Modified:    examples/spring  build.xml
  Log:
  Move spring to new build
  
  Revision  Changes    Path
  1.11      +8 -20     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.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- build.xml	15 Jun 2007 05:14:01 -0000	1.10
  +++ build.xml	29 Jun 2007 11:29:53 -0000	1.11
  @@ -5,26 +5,14 @@
       <property name="Name"                   value="spring integration example"/>
       <property name="example.name"           value="jboss-seam-spring"/>
   
  -    <!-- Overrides -->
  -    <property name="example.webinf.lib.dir"     value="" />
  -    <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.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"/>
  +    <!-- Libraries -->
  +    <property name="seam.ui.lib"        value="yes"/>
  +    <property name="seam.debug.lib"     value="yes"/>
  +    <property name="facelets.lib"       value="yes"/>
  +    <property name="seam.ioc.war.lib"   value="yes"/>
  +    <property name="spring.lib"         value="yes"/>
   
  -    <import file="../../build.xml"/>
  +    <import file="../build.xml"/>
   
  -    <fileset id="example.ear.resources"
  -             dir="${example.resources.dir}">
  -        <include name="META-INF/application.xml"/>
  -        <include name="META-INF/jboss-app.xml"/>
  -        <include name="META-INF/spring.*" />
  -        <include name="applicationContext.xml" />
  -        <include name="hibernate*" />
  -    </fileset>
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list