You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Stephane Bailliez <sb...@imediation.com> on 2001/12/20 12:27:58 UTC

[PATCH] RE: [T2.2b1] Invalid Torque templates.

> -----Original Message-----
> From: Martin Poeschl [mailto:mpoeschl@marmot.at]

[...]
> send a patch and i'll check it in ;-)

Fair...only if you can answer my 'criteria strikes again' question in
turbine-user :)

This patch is on jakarta-turbine-2, it is the same on
jakarta-turbine-torque.

Stephane


Re: [PATCH] RE: [T2.2b1] Invalid Torque templates.

Posted by Daniel Rall <dl...@finemaltcoding.com>.
Applied to both repositories, thanks Stephane.

Stephane Bailliez <sb...@imediation.com> writes:

>> -----Original Message-----
>> From: Martin Poeschl [mailto:mpoeschl@marmot.at]
>
> [...]
> > send a patch and i'll check it in ;-)
>
> Fair...only if you can answer my 'criteria strikes again' question in
> turbine-user :)
>
> This patch is on jakarta-turbine-2, it is the same on
> jakarta-turbine-torque.
>
> Stephane
>
>
> Index: Control.vm
> ===================================================================
> RCS file: /home/cvspublic/jakarta-turbine-2/conf/torque/templates/data/Control.vm,v
> retrieving revision 1.2
> diff -u -r1.2 Control.vm
> --- Control.vm	2001/10/10 14:01:25	1.2
> +++ Control.vm	2001/12/20 09:20:40
> @@ -4,7 +4,7 @@
>  #foreach ($dataModel in $dataModels)
>  #foreach ($database in $dataModel.Databases)
>      #if ($project)
> -        #if ($appData.MultipleDatabases)
> +        #if ($dataModel.MultipleDatabases)
>              #set ( $outFile = "${project}-${database.Name}-data.dtd" )
>          #else
>              #set ( $outFile = "${project}-data.dtd" )

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>