From: <dos...@us...> - 2014-01-19 19:34:52
|
Revision: 4750 http://sourceforge.net/p/mp-plugins/code/4750 Author: doskabouter Date: 2014-01-19 19:34:48 +0000 (Sun, 19 Jan 2014) Log Message: ----------- remove unnecessary resources Modified Paths: -------------- trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj Removed Paths: ------------- trunk/plugins/BrowseTheWeb/Release/Plugins/Windows/HtmlAgilityPack.dll Modified: trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 =================================================================== --- trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 2014-01-19 16:18:54 UTC (rev 4749) +++ trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 2014-01-19 19:34:48 UTC (rev 4750) @@ -17,13 +17,6 @@ <ZipFileName>Installer{CopyFile}\{1506466c-26c2-4a8f-bbe3-20b5be6eefdf}-BrowseTheWeb.dll</ZipFileName> <DestinationFilename>%Plugins%\Windows\BrowseTheWeb.dll</DestinationFilename> </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="false"> - <Param1 /> - <UpdateOption>OverwriteIfOlder</UpdateOption> - <LocalFileName>Plugins\Windows\HtmlAgilityPack.dll</LocalFileName> - <ZipFileName>Installer{CopyFile}\{3c35cede-0ef8-455e-8ea5-f341e7d0398e}-HtmlAgilityPack.dll</ZipFileName> - <DestinationFilename>%Plugins%\Windows\HtmlAgilityPack.dll</DestinationFilename> - </FileItem> <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>OverwriteIfOlder</UpdateOption> @@ -666,7 +659,7 @@ <Revision>0</Revision> </Version> <ExtensionDescription>Webrowser based on xulrunner and the "Gecko Browser" / Webbrowser.</ExtensionDescription> - <VersionDescription>Fixed some gui issues + <VersionDescription>Fixed some gui issues Fixed Compatibility with Mediaportal 1.6.0</VersionDescription> <DevelopmentStatus>Stable</DevelopmentStatus> <OnlineLocation>http://svn.code.sf.net/p/mp-plugins/code/trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.[Version].mpe1</OnlineLocation> @@ -714,13 +707,6 @@ <ZipFileName>Installer{CopyFile}\{1506466c-26c2-4a8f-bbe3-20b5be6eefdf}-BrowseTheWeb.dll</ZipFileName> <DestinationFilename>%Plugins%\Windows\BrowseTheWeb.dll</DestinationFilename> </FileItem> - <FileItem InstallType="CopyFile" SystemFile="false" Modified="false"> - <Param1 /> - <UpdateOption>OverwriteIfOlder</UpdateOption> - <LocalFileName>Plugins\Windows\HtmlAgilityPack.dll</LocalFileName> - <ZipFileName>Installer{CopyFile}\{3c35cede-0ef8-455e-8ea5-f341e7d0398e}-HtmlAgilityPack.dll</ZipFileName> - <DestinationFilename>%Plugins%\Windows\HtmlAgilityPack.dll</DestinationFilename> - </FileItem> <FileItem InstallType="CopyFile" SystemFile="false" Modified="true"> <Param1 /> <UpdateOption>OverwriteIfOlder</UpdateOption> Deleted: trunk/plugins/BrowseTheWeb/Release/Plugins/Windows/HtmlAgilityPack.dll =================================================================== (Binary files differ) Modified: trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj =================================================================== --- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj 2014-01-19 16:18:54 UTC (rev 4749) +++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj 2014-01-19 19:34:48 UTC (rev 4750) @@ -72,11 +72,7 @@ <Reference Include="Geckofx-Winforms"> <HintPath>..\..\..\..\..\..\..\Gecko\Gecko 22.0-0.7\Geckofx-Winforms.dll</HintPath> </Reference> - <Reference Include="Ionic.Zip"> - <HintPath>$(ProgramFiles)\Team MediaPortal\MediaPortal\Ionic.Zip.dll</HintPath> - </Reference> <Reference Include="System" /> - <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Web" /> <Reference Include="System.Web.Extensions" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |