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(
-
+