Changed Cygnet.Entities.Exceptions -> Cygnet.Exceptions
Changed locale parameter to lang parameter.
This commit is contained in:
		
							parent
							
								
									fff740d3cf
								
							
						
					
					
						commit
						98756d2211
					
				
					 2 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
					@ -9,8 +9,8 @@
 | 
				
			||||||
    Transform ADL into (partial) controller classes
 | 
					    Transform ADL into (partial) controller classes
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    $Author: af $
 | 
					    $Author: af $
 | 
				
			||||||
    $Revision: 1.1 $
 | 
					    $Revision: 1.2 $
 | 
				
			||||||
    $Date: 2008-01-21 16:38:31 $
 | 
					    $Date: 2008-01-31 12:34:21 $
 | 
				
			||||||
  -->
 | 
					  -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- WARNING WARNING WARNING: Do NOT reformat this file! 
 | 
					  <!-- WARNING WARNING WARNING: Do NOT reformat this file! 
 | 
				
			||||||
| 
						 | 
					@ -50,7 +50,7 @@
 | 
				
			||||||
    with the revision number of the generated file if the generated file is 
 | 
					    with the revision number of the generated file if the generated file is 
 | 
				
			||||||
    stored to CVS -->
 | 
					    stored to CVS -->
 | 
				
			||||||
      <xsl:variable name="transform-rev1"
 | 
					      <xsl:variable name="transform-rev1"
 | 
				
			||||||
                    select="substring( '$Revision: 1.1 $', 11)"/>
 | 
					                    select="substring( '$Revision: 1.2 $', 11)"/>
 | 
				
			||||||
      <xsl:variable name="transform-revision"
 | 
					      <xsl:variable name="transform-revision"
 | 
				
			||||||
                    select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
 | 
					                    select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,7 +87,7 @@ using NHibernate;
 | 
				
			||||||
using NHibernate.Expression;
 | 
					using NHibernate.Expression;
 | 
				
			||||||
using Castle.MonoRail.Framework;
 | 
					using Castle.MonoRail.Framework;
 | 
				
			||||||
using Cygnet.Entities;
 | 
					using Cygnet.Entities;
 | 
				
			||||||
using Cygnet.Entities.Exceptions;
 | 
					using Cygnet.Exceptions;
 | 
				
			||||||
using Iesi.Collections.Generic;
 | 
					using Iesi.Collections.Generic;
 | 
				
			||||||
using <xsl:value-of select="$entityns" />; 
 | 
					using <xsl:value-of select="$entityns" />; 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,8 +8,8 @@
 | 
				
			||||||
    Transform ADL into entity classes
 | 
					    Transform ADL into entity classes
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    $Author: af $
 | 
					    $Author: af $
 | 
				
			||||||
    $Revision: 1.1 $
 | 
					    $Revision: 1.2 $
 | 
				
			||||||
    $Date: 2008-01-21 16:38:31 $
 | 
					    $Date: 2008-01-31 12:34:21 $
 | 
				
			||||||
  -->
 | 
					  -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <!-- WARNING WARNING WARNING: Do NOT reformat this file! 
 | 
					  <!-- WARNING WARNING WARNING: Do NOT reformat this file! 
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@
 | 
				
			||||||
    stored to CVS -->
 | 
					    stored to CVS -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <xsl:variable name="transform-rev1"
 | 
					    <xsl:variable name="transform-rev1"
 | 
				
			||||||
                  select="substring( '$Revision: 1.1 $', 11)"/>
 | 
					                  select="substring( '$Revision: 1.2 $', 11)"/>
 | 
				
			||||||
    <xsl:variable name="transform-revision"
 | 
					    <xsl:variable name="transform-revision"
 | 
				
			||||||
                  select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
 | 
					                  select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -76,7 +76,7 @@
 | 
				
			||||||
    using System.Text;
 | 
					    using System.Text;
 | 
				
			||||||
    using System.Text.RegularExpressions;
 | 
					    using System.Text.RegularExpressions;
 | 
				
			||||||
    using Cygnet.Entities;
 | 
					    using Cygnet.Entities;
 | 
				
			||||||
    using Cygnet.Entities.Exceptions;
 | 
					    using Cygnet.Exceptions;
 | 
				
			||||||
    using Iesi.Collections.Generic;
 | 
					    using Iesi.Collections.Generic;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /// <summary>
 | 
					    /// <summary>
 | 
				
			||||||
| 
						 | 
					@ -237,7 +237,7 @@
 | 
				
			||||||
      if ( value == null)
 | 
					      if ( value == null)
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
      throw new DataRequiredException( <xsl:choose>
 | 
					      throw new DataRequiredException( <xsl:choose>
 | 
				
			||||||
        <xsl:when test="ifmissing[@locale=$locale]">
 | 
					        <xsl:when test="ifmissing[@locale=$lang]">
 | 
				
			||||||
          <xsl:apply-templates select="ifmissing"/>
 | 
					          <xsl:apply-templates select="ifmissing"/>
 | 
				
			||||||
        </xsl:when>
 | 
					        </xsl:when>
 | 
				
			||||||
        <xsl:otherwise>
 | 
					        <xsl:otherwise>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue