Mainly correcting generated comments

This commit is contained in:
sb 2008-02-20 12:09:53 +00:00
parent 7d460a41fb
commit 1d8d6d1e22
7 changed files with 60 additions and 58 deletions

View file

@ -9,8 +9,8 @@
Transform ADL into (partial) controller classes
$Author: sb $
$Revision: 1.7 $
$Date: 2008-02-13 09:52:42 $
$Revision: 1.8 $
$Date: 2008-02-20 12:09:53 $
-->
<!-- WARNING WARNING WARNING: Do NOT reformat this file!
@ -62,7 +62,7 @@
with the revision number of the generated file if the generated file is
stored to CVS -->
<xsl:variable name="transform-rev1"
select="substring( '$Revision: 1.7 $', 11)"/>
select="substring( '$Revision: 1.8 $', 11)"/>
<xsl:variable name="transform-revision"
select="substring( $transform-rev1, 0, string-length( $transform-rev1) - 1)"/>
@ -87,14 +87,14 @@
//------------------------------------------------------------------
//
// Application Description Framework
// Application Description Language framework
// <xsl:value-of select="@name"/>Controller.auto.cs
//
// (c) 2007 Cygnet Solutions Ltd
//
// Controller for auto-generated forms for editing <xsl:value-of select="@name"/>s
// Automatically generated from application description using
// adl2controllerclass.xsl version <xsl:value-of select="$transform-revision"/>
// adl2controllerclasses.xslt version <xsl:value-of select="$transform-revision"/>
//
// This file is automatically generated; DO NOT EDIT IT.
//