Revert "Testing dynamic compilation specflow"

This reverts commit 5213fa9d86.
This commit is contained in:
Sebastien Ros
2014-06-17 15:00:49 -07:00
parent 5213fa9d86
commit 2f063da2a2
2 changed files with 93 additions and 85 deletions

View File

@@ -41,8 +41,9 @@
<Properties>
<!-- Set Value="true" to disable source files monitoring -->
<Property Name="DisableMonitoring" Value="false"/>
<!-- Set Value="true" to completely disable the Dynamic Extension Loader -->
<Property Name="Disabled" Value="false"/>
<Property Name="Disabled" Value="true"/>
</Properties>
</Component>

View File

@@ -50,6 +50,13 @@
<Properties>
<!-- Set Value="true" to disable pre-compiled files monitoring (~/Modules/**/bin/*.dll) -->
<Property Name="DisableMonitoring" Value="false"/>
<Property Name="Disabled" Value="true"/>
</Properties>
</Component>
<Component Type="Orchard.Environment.Extensions.Loaders.ReferencedExtensionLoader">
<Properties>
<Property Name="Disabled" Value="true"/>
</Properties>
</Component>