From 98756d221122169213c77ebb956b7df0e75a7895 Mon Sep 17 00:00:00 2001 From: af Date: Thu, 31 Jan 2008 12:34:21 +0000 Subject: [PATCH] Changed Cygnet.Entities.Exceptions -> Cygnet.Exceptions Changed locale parameter to lang parameter. --- transforms/adl2controllerclasses.xslt | 8 ++++---- transforms/adl2entityclasses.xslt | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/transforms/adl2controllerclasses.xslt b/transforms/adl2controllerclasses.xslt index 21d5ce4..affb202 100755 --- a/transforms/adl2controllerclasses.xslt +++ b/transforms/adl2controllerclasses.xslt @@ -9,8 +9,8 @@ Transform ADL into (partial) controller classes $Author: af $ - $Revision: 1.1 $ - $Date: 2008-01-21 16:38:31 $ + $Revision: 1.2 $ + $Date: 2008-01-31 12:34:21 $ --> + select="substring( '$Revision: 1.2 $', 11)"/> @@ -87,7 +87,7 @@ using NHibernate; using NHibernate.Expression; using Castle.MonoRail.Framework; using Cygnet.Entities; -using Cygnet.Entities.Exceptions; +using Cygnet.Exceptions; using Iesi.Collections.Generic; using ; diff --git a/transforms/adl2entityclasses.xslt b/transforms/adl2entityclasses.xslt index f7db1a0..2c92ec8 100755 --- a/transforms/adl2entityclasses.xslt +++ b/transforms/adl2entityclasses.xslt @@ -8,8 +8,8 @@ Transform ADL into entity classes $Author: af $ - $Revision: 1.1 $ - $Date: 2008-01-21 16:38:31 $ + $Revision: 1.2 $ + $Date: 2008-01-31 12:34:21 $ --> + select="substring( '$Revision: 1.2 $', 11)"/> @@ -76,7 +76,7 @@ using System.Text; using System.Text.RegularExpressions; using Cygnet.Entities; - using Cygnet.Entities.Exceptions; + using Cygnet.Exceptions; using Iesi.Collections.Generic; /// <summary> @@ -237,7 +237,7 @@ if ( value == null) { throw new DataRequiredException( - +