repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue where setting a custom property on a handler will not propagate it...
[castle.git]
/
Components
/
General
/
TemplateEngine
/
Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests
/
App.config
blob
a1d39aa7211178b25e80a0aae737d782027c319f
1
<?xml
version
=
"1.0"
encoding
=
"utf-8"
?>
2
<configuration>
3
4
<appSettings>
5
<add
key
=
"tests.src"
value
=
"../Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.Tests"
/>
6
</appSettings>
7
8
</configuration>