[jboss-cvs] jboss-seam/seam-gen ...

Gavin King gavin.king at jboss.com
Sun Jan 28 21:22:10 EST 2007


  User: gavin   
  Date: 07/01/28 21:22:10

  Modified:    seam-gen  build.xml
  Log:
  fix problem running tests in eclipse
  
  Revision  Changes    Path
  1.60      +7 -0      jboss-seam/seam-gen/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -b -r1.59 -r1.60
  --- build.xml	9 Jan 2007 07:14:32 -0000	1.59
  +++ build.xml	29 Jan 2007 02:22:09 -0000	1.60
  @@ -479,6 +479,7 @@
               <fileset dir="${basedir}/resources/">
                   <exclude name="META-INF/application-wtp.xml" />
               	<exclude name="datasource-ds.xml"/>
  +            	<exclude name="import.sql"/>
               </fileset>
               <filterset refid="project"/>
               <filterset refid="jdbc"/>
  @@ -508,6 +509,12 @@
               <filterset refid="jdbc"/>
           </copy>
           
  +        <copy tofile="${project.home}/resources/import-test.sql" 
  +                file="${basedir}/resources/import.sql">
  +            <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
  +        </copy>
  +        
           <copy todir="${project.home}/view">
               <fileset refid="view"/>
               <filterset refid="project"/>
  
  
  



More information about the jboss-cvs-commits mailing list