Enabling installation of packages from Orchard web app

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-11-12 13:23:39 -08:00
parent 686a9e6f4d
commit 3aa26ade9c
10 changed files with 40 additions and 104 deletions

View File

@@ -72,7 +72,7 @@ namespace Orchard.Packaging.Services {
var project = new FileBasedProjectSystem(applicationPath) { Logger = logger };
var projectManager = new ProjectManager(
sourceRepository, // source repository for the package to install
new DefaultPackagePathResolver(location),
new DefaultPackagePathResolver(applicationPath),
project,
new ExtensionReferenceRepository(project, sourceRepository, _extensionManager)
) {Logger = logger};