Skip to content

Commit

Permalink
Remove branded icons and Telerik EULA in favor of keeping them in the…
Browse files Browse the repository at this point in the history
… main repo. (#2567)
  • Loading branch information
donker authored and daguiler committed Apr 16, 2019
1 parent 1e91153 commit 1db7292
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
Binary file removed Build/Branded/CE/Licenses/Telerik_EULA.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Build/Branded/CE/Website/Images/Branding/logo.gif
Binary file not shown.
9 changes: 0 additions & 9 deletions Build/BuildScripts/CreateCommunityPackages.build
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,6 @@
</Target>

<Target Name="CopyBrandedFiles" DependsOnTargets="VersionCheck">
<Attrib Files="$(PlatformCheckout)\Website\Images\Branding\iconbar_logo.png" ReadOnly="false" />
<Attrib Files="$(PlatformCheckout)\Website\Images\Branding\logo.gif" ReadOnly="false" />
<Attrib Files="$(PlatformCheckout)\Website\Images\Branding\DNN_logo.png" ReadOnly="false" />
<Copy SourceFiles="$(BuildCheckout)\Build\Branded\CE\Website\Images\Branding\iconbar_logo.png" DestinationFolder="$(PlatformCheckout)\Website\Images\Branding" />
<Copy SourceFiles="$(BuildCheckout)\Build\Branded\CE\Website\Images\Branding\logo.gif" DestinationFolder="$(PlatformCheckout)\Website\Images\Branding" />
<Copy SourceFiles="$(BuildCheckout)\Build\Branded\CE\Website\Images\Branding\Dnn_logo.png" DestinationFolder="$(PlatformCheckout)\Website\Images\Branding" />
<Attrib Files="$(PlatformCheckout)\Website\Images\Branding\iconbar_logo.png" ReadOnly="true" />
<Attrib Files="$(PlatformCheckout)\Website\Images\Branding\logo.gif" ReadOnly="true" />
<Attrib Files="$(PlatformCheckout)\Website\Images\Branding\DNN_logo.png" ReadOnly="true" />
<!--Pacakge the Telerik zip-->
<XmlRead Prefix="n"
Namespace="http://schemas.microsoft.com/developer/msbuild/2003"
Expand Down

0 comments on commit 1db7292

Please sign in to comment.