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

Max Rydahl Andersen mandersen at jboss.com
Thu Feb 22 14:10:52 EST 2007


  User: mandersen
  Date: 07/02/22 14:10:52

  Modified:    seam-gen  build.xml
  Log:
  JBSEAM-648 create hibernate tools console config in seam-gen
  
  Revision  Changes    Path
  1.72      +39 -25    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.71
  retrieving revision 1.72
  diff -u -b -r1.71 -r1.72
  --- build.xml	9 Feb 2007 22:49:36 -0000	1.71
  +++ build.xml	22 Feb 2007 19:10:52 -0000	1.72
  @@ -532,6 +532,7 @@
               <fileset dir="${basedir}/resources/">
               	<exclude name="datasource-ds.xml"/>
               	<exclude name="import.sql"/>
  +            	<exclude name="hibernate-console.*"/>
               	<exclude name="WEB-INF/components*.xml"/>
               	<exclude name="META-INF/persistence*.xml"/>
               	<exclude name="META-INF/application.xml"/>
  @@ -543,6 +544,19 @@
               <filterset refid="jdbc"/>
           </copy>
                  
  +        <copy tofile="${project.home}/${project.name}.launch" 
  +                file="${basedir}/resources/hibernate-console.launch">
  +            <filterset refid="project"/>
  +        </copy>
  +
  +        <copy tofile="${project.home}/hibernate-console.properties" 
  +                file="${basedir}/resources/hibernate-console.properties">
  +            <filterset refid="project"/>
  +            <filterset refid="jdbc"/>
  +        	<filterset>
  +        		<filter token="hibernate.dialect" value="${hibernate.dialect}"/>
  +        	</filterset>
  +        </copy>
           <copy tofile="${project.home}/resources/${project.name}-dev-ds.xml" 
                   file="${basedir}/resources/datasource-ds.xml">
               <filterset refid="project"/>
  
  
  



More information about the jboss-cvs-commits mailing list