Adding configurable sections in HostComponents.config

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-09 16:57:45 -07:00
parent 0438074842
commit 886295312f
20 changed files with 194 additions and 31 deletions

View File

@@ -272,10 +272,6 @@
<XmlDelete XmlFileName="$(StageFolder)\Config\log4net.config"
XPath="/log4net/root/appender-ref[@ref='debug-file']" />
<!-- disable dynamic compilation loader -->
<Move SourceFiles="$(StageFolder)\Config\Sample.HostComponents.config"
DestinationFiles="$(StageFolder)\Config\HostComponents.config"/>
<XmlUpdate XmlFileName="$(StageFolder)\Config\HostComponents.config"
XPath="/HostComponents/Components/Component[@Type='Orchard.Environment.Extensions.Loaders.DynamicExtensionLoader']/Properties/Property/@Value"
Value="true" />