From d329722c62c51e2622fee6036ce7603712dc596b Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Wed, 20 Oct 2010 00:07:53 -0700 Subject: [PATCH] Updating the packing build to put themes in their place --HG-- branch : dev --- Orchard.proj | 24 ++++++++++++++++--- .../FilterModuleBinaries.cs | 2 ++ 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Orchard.proj b/Orchard.proj index 84644851d..fa15bf1a8 100644 --- a/Orchard.proj +++ b/Orchard.proj @@ -13,6 +13,7 @@ $(ArtifactsFolder)\Source $(ArtifactsFolder)\MsDeploy $(MSBuildProjectDirectory)\src\Orchard.Web\Modules + $(MSBuildProjectDirectory)\src\Orchard.Web\Themes $(BuildFolder)\Compile $(CompileFolder)\_PublishedWebsites @@ -118,12 +119,15 @@ - + + + + - + @@ -139,12 +143,18 @@ OrchardWebBinaries="@(Stage-Orchard-Web-Bins)"> + + + + - + @@ -153,6 +163,8 @@ + + @@ -267,6 +279,7 @@ + + + ( OrchardWebBinaries.Select(item => Path.GetFileName(item.ItemSpec)),