Merge pull request #1 from sbohlen/master
register NamespaceParser from new Spring.Template.Velocity.Castle assembly
This commit is contained in:
16
test/Spring/Spring.Template.Velocity.Castle.Tests/App.config
Normal file
16
test/Spring/Spring.Template.Velocity.Castle.Tests/App.config
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
|
||||
<configSections>
|
||||
<sectionGroup name="spring">
|
||||
<section name="parsers" type="Spring.Context.Support.NamespaceParsersSectionHandler, Spring.Core"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
|
||||
<spring>
|
||||
<parsers>
|
||||
<parser type="Spring.Template.Velocity.Config.TemplateNamespaceParser, Spring.Template.Velocity.Castle" />
|
||||
</parsers>
|
||||
</spring>
|
||||
|
||||
</configuration>
|
||||
@@ -94,6 +94,7 @@
|
||||
<None Include="..\Spring.Template.Velocity.Tests\Template\Velocity\SimpleTemplate.vm">
|
||||
<Link>Template\Velocity\SimpleTemplate.vm</Link>
|
||||
</None>
|
||||
<None Include="App.config" />
|
||||
<None Include="packages.config" />
|
||||
<None Include="Template\Velocity\config.properties" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user