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

Gavin King gavin.king at jboss.com
Wed Nov 8 00:32:16 EST 2006


  User: gavin   
  Date: 06/11/08 00:32:15

  Modified:    seam-gen  build.xml
  Log:
  testing with db
  
  Revision  Changes    Path
  1.33      +7 -8      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.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- build.xml	8 Nov 2006 05:04:01 -0000	1.32
  +++ build.xml	8 Nov 2006 05:32:15 -0000	1.33
  @@ -339,6 +339,7 @@
                   <include name="jboss-seam-ui.jar"/>
                   <include name="jboss-seam-debug.jar"/>
               </fileset>
  +        	<fileset file="${driver.jar}"/>
           </copy>
   
           <copy todir="${project.home}/embedded-ejb">
  @@ -355,12 +356,11 @@
                   <exclude name="META-INF/application-wtp.xml" />
               </fileset>
               <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
           </copy>
           
           <move tofile="${project.home}/resources/${project.name}-ds.xml" 
  -                file="${project.home}/resources/datasource-ds.xml">
  -            <filterset refid="jdbc"/>
  -        </move>
  +                file="${project.home}/resources/datasource-ds.xml"/>
           
           <copy todir="${project.home}/view">
               <fileset refid="view"/>
  @@ -400,11 +400,15 @@
                   <exclude name="META-INF/application.xml" />
               </fileset>
               <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
           </copy>
           
           <move file="${project.home}/EarContent/META-INF/application-wtp.xml" 
               tofile="${project.home}/EarContent/META-INF/application.xml" />
               
  +        <move tofile="${jboss.home}/server/default/deploy/${project.name}-ds.xml" 
  +                file="${project.home}/EarContent/datasource-ds.xml"/>
  +        
           <copy todir="${project.home}/EarContent" overwrite="true">
               <fileset dir="../lib">
                   <include name="jbpm-*.jar" />
  @@ -414,11 +418,6 @@
               </fileset>
           </copy>
           
  -        <move tofile="${jboss.home}/server/default/deploy/${project.name}-ds.xml" 
  -                file="${project.home}/EarContent/datasource-ds.xml">
  -            <filterset refid="jdbc"/>
  -        </move>
  -        
           <copy todir="${project.home}Web/WebContent">
               <fileset refid="view"/>
               <filterset refid="project"/>
  
  
  



More information about the jboss-cvs-commits mailing list