Fix feature name

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-07-22 22:30:57 -07:00
parent 1ee9e9cf24
commit 67adc421e4
2 changed files with 4 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ using Orchard.Packaging.Services;
using Orchard.UI.Notify;
namespace Orchard.Packaging.Commands {
[OrchardFeature("Packaging")]
[OrchardFeature("Orchard.Packaging")]
public class PackagingCommands : DefaultOrchardCommandHandler {
private readonly IPackageManager _packageManager;
private readonly INotifier _notifier;

View File

@@ -64,7 +64,9 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsBase">
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AdminMenu.cs" />