Remove Orchard.Widgets dependency from the Setup module, and Orchard.Widgets from the list of features enabled by default.

Update the Minimal and Blog recipes.

--HG--
branch : recipe
This commit is contained in:
Suha Can
2011-02-21 11:43:07 -08:00
parent acde4bd519
commit db7078f96a
4 changed files with 3 additions and 7 deletions

View File

@@ -99,10 +99,6 @@
<Project>{CDE24A24-01D3-403C-84B9-37722E18DFB7}</Project>
<Name>Orchard.Themes</Name>
</ProjectReference>
<ProjectReference Include="..\Orchard.Widgets\Orchard.Widgets.csproj">
<Project>{194D3CCC-1153-474D-8176-FDE8D7D0D0BD}</Project>
<Name>Orchard.Widgets</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Module.txt" />

View File

@@ -13,7 +13,7 @@
<Theme name="People Person" version="1.0" enable="true" current="true" />
<Feature enable="Orchard.PublishLater,Orchard.Blogs,Orchard.Comments,Orchard.ContentTypes,
<Feature enable="Orchard.Widgets,Orchard.PublishLater,Orchard.Blogs,Orchard.Comments,Orchard.ContentTypes,
Orchard.jQuery,Orchard.Lists,Orchard.Media,
Orchard.Tags,Orchard.Scripting,Orchard.Scripting.Lightweight,
TinyMce,TheThemeMachine,Orchard.Experimental" />

View File

@@ -9,7 +9,7 @@
<Version>1.0</Version>
</Recipe>
<Feature disable="Feeds,Scheduling,Reports,Orchard.Widgets,Containers"
<Feature disable="Feeds,Scheduling,Reports,Containers"
enable="Orchard.jQuery,TheThemeMachine" />
<Metadata>

View File

@@ -76,7 +76,7 @@ namespace Orchard.Setup.Services {
// Core
"Common", "Containers", "Contents", "Dashboard", "Feeds", "HomePage", "Navigation", "Reports", "Routable", "Scheduling", "Settings", "Shapes",
// Modules
"Orchard.Pages", "Orchard.Widgets", "Orchard.Themes", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
"Orchard.Pages", "Orchard.Themes", "Orchard.Users", "Orchard.Roles", "Orchard.Modules",
"PackagingServices", "Orchard.Packaging", "Gallery", "Orchard.Recipes"
};