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

Gavin King gavin.king at jboss.com
Tue Jan 9 01:19:39 EST 2007


  User: gavin   
  Date: 07/01/09 01:19:39

  Modified:    seam-gen  build.xml
  Log:
  test, dev, prod databases JBSEAM-644
  
  Revision  Changes    Path
  1.57      +22 -4     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.56
  retrieving revision 1.57
  diff -u -b -r1.56 -r1.57
  --- build.xml	17 Dec 2006 01:32:02 -0000	1.56
  +++ build.xml	9 Jan 2007 06:19:39 -0000	1.57
  @@ -484,12 +484,30 @@
               <filterset refid="jdbc"/>
           </copy>
           
  -        <copy tofile="${project.home}/resources/${project.name}-ds.xml" 
  +        <copy tofile="${project.home}/resources/${project.name}-dev-ds.xml" 
                   file="${basedir}/resources/datasource-ds.xml">
               <filterset refid="project"/>
               <filterset refid="jdbc"/>
           </copy>
           
  +        <copy tofile="${project.home}/resources/${project.name}-prod-ds.xml" 
  +                file="${basedir}/resources/datasource-ds.xml">
  +            <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
  +        </copy>
  +        
  +        <copy tofile="${project.home}/resources/import-dev.sql" 
  +                file="${basedir}/resources/import.sql">
  +            <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
  +        </copy>
  +        
  +        <copy tofile="${project.home}/resources/import-prod.sql" 
  +                file="${basedir}/resources/import.sql">
  +            <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
  +        </copy>
  +        
           <copy todir="${project.home}/view">
               <fileset refid="view"/>
               <filterset refid="project"/>
  @@ -530,7 +548,7 @@
               <fileset dir="${basedir}/resources">
                   <exclude name="WEB-INF/**" />
                   <exclude name="META-INF/ejb-jar.xml" />
  -                <exclude name="META-INF/persistence.xml" />
  +                <exclude name="META-INF/persistence*.xml" />
                   <exclude name="META-INF/application.xml" />
               	<exclude name="datasource-ds.xml"/>
               	<exclude name="application-wtp.xml"/>
  
  
  



More information about the jboss-cvs-commits mailing list