flaithbheartaigh / dynamic-delivery-4-tridion

Automatically exported from code.google.com/p/dynamic-delivery-4-tridion
Other
0 stars 0 forks source link

DD4T.Templates.dll contains too much 'real code' #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The templates dll should be as thin as possible, to make sure that others can 
re-use the functionality in their own templates.

This means the following must be moved to templates base:
- PublishBinaries
- Most of ConvertToLowerCase
- Most of ConvertXmlToJava

The ConvertXmlToJava ITemplate class should be moved from the base to the 
templates project.

Original issue reported on code.google.com by quirijn....@gmail.com on 13 Sep 2011 at 7:49

GoogleCodeExporter commented 8 years ago
Fixed in baseline (see issue 2)

Original comment by quirijn....@gmail.com on 20 Sep 2011 at 4:41