Change the feed url to the new url for 0.8

--HG--
branch : dev
This commit is contained in:
Renaud Paquay
2010-10-21 13:49:02 -07:00
parent ec3183a019
commit 6d44cc958f

View File

@@ -20,7 +20,7 @@ namespace Orchard.Packaging {
public Localizer T { get; set; }
public void Install(Feature feature) {
_packagingSourceManager.AddSource(new PackagingSource { Id = Guid.NewGuid(), FeedTitle = "Orchard Module Gallery", FeedUrl = "http://orchardproject.net/gallery/feed" });
_packagingSourceManager.AddSource(new PackagingSource { Id = Guid.NewGuid(), FeedTitle = "Orchard Module Gallery", FeedUrl = "http://orchardproject.net/gallery08/feed" });
}
public void Enable(Feature feature) {