fixes build errors

This commit is contained in:
Shannon
2015-12-28 18:11:08 +01:00
parent e3d153e422
commit b5eee9194f
3 changed files with 1 additions and 4 deletions

View File

@@ -160,8 +160,7 @@ namespace Umbraco.Tests.TestHelpers
var mappers = PluginManager.Current.FindAndCreateInstances<IMapperConfiguration>(
specificAssemblies: new[]
{
typeof(ContentModelMapper).Assembly,
typeof(ApplicationRegistrar).Assembly
typeof(ContentModelMapper).Assembly
});
foreach (var mapper in mappers)
{

View File

@@ -36,7 +36,6 @@ namespace Umbraco.Web.Strategies.Migrations
void EnsureAppsTreesUpdated_Upgrading(object sender, EnsureAppsTreesUpdated.UpgradingEventArgs e)
{
var treeRegistrar = new ApplicationTreeRegistrar();
var appRegistrar = new ApplicationRegistrar();
}
}
}

View File

@@ -439,7 +439,6 @@ namespace umbraco.cms.businesslogic.packager
// Trigger update of Apps / Trees config.
// (These are ApplicationStartupHandlers so just instantiating them will trigger them)
new ApplicationRegistrar();
new ApplicationTreeRegistrar();
insPack.Save();