#19191: Fixing dynamic compilation

Work Item: 19191

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-10-30 11:30:54 -07:00
parent 7f8a82c9f1
commit 7ea13186cd
2 changed files with 0 additions and 2 deletions

View File

@@ -167,7 +167,6 @@ namespace Orchard.Environment.Extensions.Loaders {
var result = new ExtensionProbeEntry {
Descriptor = descriptor,
Loader = this,
Priority = 50,
VirtualPath = projectPath,
VirtualPathDependencies = GetDependencies(projectPath).ToList(),
};

View File

@@ -193,7 +193,6 @@ namespace Orchard.Environment.Extensions.Loaders {
var result = new ExtensionProbeEntry {
Descriptor = descriptor,
Loader = this,
Priority = 80,
VirtualPath = assemblyPath,
VirtualPathDependencies = new[] { assemblyPath },
};