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

Gavin King gavin.king at jboss.com
Fri Dec 15 04:24:51 EST 2006


  User: gavin   
  Date: 06/12/15 04:24:51

  Modified:    seam-gen  build.xml
  Log:
  mo' betta' handling of schemas and catalogs
  
  Revision  Changes    Path
  1.53      +2 -2      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.52
  retrieving revision 1.53
  diff -u -b -r1.52 -r1.53
  --- build.xml	15 Dec 2006 09:17:40 -0000	1.52
  +++ build.xml	15 Dec 2006 09:24:51 -0000	1.53
  @@ -58,14 +58,14 @@
       
   	<!-- filtersets and filesets -->
   	
  -	<condition property="schema.property" value="&lt;property name=&quot;hibernate.default_schema&quot; value=&quot;${hibernate.default_schema}&quot;/&gt;">
  +	<condition property="schema.property" value="&#xa;         &lt;property name=&quot;hibernate.default_schema&quot; value=&quot;${hibernate.default_schema}&quot;/&gt;">
   	    <isset property="hibernate.default_schema"/>
   	</condition>
   	<condition property="schema.property" value="">
   	    <not><isset property="hibernate.default_schema"/></not>
   	</condition>
   	
  -	<condition property="catalog.property" value="&lt;property name=&quot;hibernate.default_catalog&quot; value=&quot;${hibernate.default_catalog}&quot;/&gt;">
  +	<condition property="catalog.property" value="&#xa;         &lt;property name=&quot;hibernate.default_catalog&quot; value=&quot;${hibernate.default_catalog}&quot;/&gt;">
   	    <isset property="hibernate.default_catalog"/>
   	</condition>
   	<condition property="catalog.property" value="">
  
  
  



More information about the jboss-cvs-commits mailing list