Correcting themes code generation

- "Touching" the solution when adding the theme to Themes.csproj also

--HG--
branch : dev
This commit is contained in:
Sébastien Ros 2010-11-02 22:31:43 -07:00
parent ad8c7c536e
commit 1364a5fcd2

View File

@ -302,6 +302,7 @@ namespace Orchard.CodeGeneration.Commands {
// include in solution but dont create a project: just add the references to Orchard.Themes project
var itemGroup = CreateProjectItemGroup(HostingEnvironment.MapPath("~/Themes/"), createdFiles, createdFolders);
AddFilesToOrchardThemesProject(output, itemGroup);
TouchSolution(output);
}
else {
// create a project (already done) and add it to the solution