FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fixed the module manifest and the packaging configuration by stetard · Pull Request #84 · DNNCommunity/DNN.Repository · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .Targets  (1) .dnn  (1) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
6 changes: 4 additions & 2 deletions BuildScripts/ModulePackage.Targets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<InstallInclude Include="**\img\**" Exclude="packages\**" />
<InstallInclude Include="**\images\**" Exclude="packages\**" />
<InstallInclude Include="**\Templates\**" />
<InstallInclude Include="icon_repository_32px.gif" />
</ItemGroup>

<!-- Set the files to include in the source-->
Expand All @@ -111,6 +112,7 @@
<SourceInclude Include="**\img\**" Exclude="packages\**" />
<SourceInclude Include="**\images\**" Exclude="packages\**" />
<SourceInclude Include="**\Templates\**" />
<SourceInclude Include="icon_repository_32px.gif" />
</ItemGroup>

<!-- Files for setup -->
Expand All @@ -129,7 +131,7 @@
<CreateItem Include="**\*.txt" Exclude="**\obj\**">
<Output TaskParameter="Include" ItemName="CleanupFiles" />
</CreateItem>
<CreateItem Include="DashboardSettings.ascx;DashboardSettings.ascx.resx;RepositoryDashboard.ascx;RepositoryDashboard.ascx.resx;RepositoryDashboard.ascx;RepositoryDashboard.ascx.resx">
<CreateItem Include="DashboardSettings.ascx;DashboardSettings.ascx.resx;RepositoryDashboard.ascx;RepositoryDashboard.ascx.resx">
<Output TaskParameter="Include" ItemName="DashboardFiles" />
</CreateItem>
<CreateItem Include="icon_repository_32px.gif">
Expand All @@ -143,7 +145,7 @@
<Copy SourceFiles="@(PackageTxtFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
<Copy SourceFiles="@(CleanupFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
<Copy SourceFiles="@(DashboardFiles)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
<Copy SourceFiles="@(icons)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />
<Copy SourceFiles="@(Icons)" DestinationFolder="$(MSBuildProjectDirectory)\Package" />

<!-- Create the install resources.zip file -->
<Copy SourceFiles="@(InstallInclude)" DestinationFolder="$(MSBuildProjectDirectory)\ResourcesZip\%(RecursiveDir)" />
Expand Down
7 changes: 3 additions & 4 deletions DotNetNuke_DotNetNuke.Repository.dnn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package name="DotNetNuke.Repository" type="Module" version="04.01.04">
<friendlyName>Repository</friendlyName>
<description>A file/object repository module that includes skinning and community features like comments and user ratings.</description>
<iconFile>icon_repository_32px.gif</iconFile>
<iconFile>icon_repository_32px.gif</iconFile>
<owner>
<name>DotNetNuke</name>
<organization>DotNetNuke Corporation</organization>
Expand Down Expand Up @@ -53,12 +53,11 @@
<name>RepositoryDashboard.ascx</name>
</file>
<file>
<name>icon_repository_32px.gif</name>
</file>
<file>
<path>App_LocalResources</path>
<name>RepositoryDashboard.ascx.resx</name>
</file>
<file>
<path>App_LocalResources</path>
<name>DashboardSettings.ascx.resx</name>
</file>
</files>
Expand Down

Back | FazBrowse Home | New Git URL