Browse Source

Remove unused neato plugins. Add neato to setup.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5563 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
pull/1/head
Daniel Grunwald 16 years ago
parent
commit
007c2aa040
  1. 20
      src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj
  2. 17
      src/Setup/Files.wxs
  3. 1
      src/Setup/Setup.wxs

20
src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj

@ -274,41 +274,21 @@ @@ -274,41 +274,21 @@
<Compile Include="Visualizers\PresentationBindings\ViewModelBase.cs" />
<None Include="COPYING" />
<None Include="Visualizers\Graph\Graphviz\cdt.dll" />
<None Include="Visualizers\Graph\Graphviz\cgraph.dll" />
<None Include="Visualizers\Graph\Graphviz\comctl32.dll" />
<None Include="Visualizers\Graph\Graphviz\config6" />
<None Include="Visualizers\Graph\Graphviz\graph.dll" />
<None Include="Visualizers\Graph\Graphviz\gvc.dll" />
<None Include="Visualizers\Graph\Graphviz\gvplugin_core.dll" />
<None Include="Visualizers\Graph\Graphviz\gvplugin_dot_layout.dll" />
<None Include="Visualizers\Graph\Graphviz\gvplugin_gd.dll" />
<None Include="Visualizers\Graph\Graphviz\gvplugin_neato_layout.dll" />
<None Include="Visualizers\Graph\Graphviz\gvplugin_pango.dll" />
<None Include="Visualizers\Graph\Graphviz\iconv.dll" />
<None Include="Visualizers\Graph\Graphviz\intl.dll" />
<None Include="Visualizers\Graph\Graphviz\jpeg62.dll" />
<None Include="Visualizers\Graph\Graphviz\libcairo-2.dll" />
<None Include="Visualizers\Graph\Graphviz\libexpat.dll" />
<None Include="Visualizers\Graph\Graphviz\libfontconfig-1.dll" />
<None Include="Visualizers\Graph\Graphviz\libfreetype-6.dll" />
<None Include="Visualizers\Graph\Graphviz\libgdk_pixbuf-2.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libglib-2.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libgmodule-2.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libgobject-2.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libltdl-3.dll" />
<None Include="Visualizers\Graph\Graphviz\libpango-1.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libpangocairo-1.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libpangoft2-1.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libpangowin32-1.0-0.dll" />
<None Include="Visualizers\Graph\Graphviz\libpng12.dll" />
<None Include="Visualizers\Graph\Graphviz\libxml2.dll" />
<None Include="Visualizers\Graph\Graphviz\ltdl.dll" />
<None Include="Visualizers\Graph\Graphviz\msvcp80.dll" />
<None Include="Visualizers\Graph\Graphviz\msvcr80.dll" />
<None Include="Visualizers\Graph\Graphviz\neato.exe" />
<None Include="Visualizers\Graph\Graphviz\Pathplan.dll" />
<None Include="Visualizers\Graph\Graphviz\regex_win32.dll" />
<None Include="Visualizers\Graph\Graphviz\vmalloc.dll" />
<None Include="Visualizers\Graph\Graphviz\zlib1.dll" />
</ItemGroup>
<ItemGroup>

17
src/Setup/Files.wxs

@ -1268,6 +1268,23 @@ @@ -1268,6 +1268,23 @@
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.AddIn.dll" Id="Debugger.AddIn.dll" Name="Debugger.AddIn.dll" />
<File Source="..\..\AddIns\AddIns\Debugger\Debugger.Core.dll" Id="Debugger.Core.dll" Name="Debugger.Core.dll" />
</Component>
<Component Id="NeatoFiles" Guid="7169CD73-012D-45E2-AA22-BB45F8FF4BE1" DiskId="1">
<File Id="neato.exe" Name="neato.exe" Source="..\..\AddIns\AddIns\Debugger\neato.exe" KeyPath="yes" />
<File Id="config6" Name="config6" Source="..\..\AddIns\AddIns\Debugger\config6" />
<File Id="cdt.dll" Name="cdt.dll" Source="..\..\AddIns\AddIns\Debugger\cdt.dll" />
<File Id="graph.dll" Name="graph.dll" Source="..\..\AddIns\AddIns\Debugger\graph.dll" />
<File Id="gvc.dll" Name="gvc.dll" Source="..\..\AddIns\AddIns\Debugger\gvc.dll" />
<File Id="gvplugin_core.dll" Name="gvplugin_core.dll" Source="..\..\AddIns\AddIns\Debugger\gvplugin_core.dll" />
<File Id="gvplugin_dot_layout.dll" Name="gvplugin_dot_layout.dll" Source="..\..\AddIns\AddIns\Debugger\gvplugin_dot_layout.dll" />
<File Id="gvplugin_neato_layout.dll" Name="gvplugin_neato_layout.dll" Source="..\..\AddIns\AddIns\Debugger\gvplugin_neato_layout.dll" />
<File Id="iconv.dll" Name="iconv.dll" Source="..\..\AddIns\AddIns\Debugger\iconv.dll" />
<File Id="intl.dll" Name="intl.dll" Source="..\..\AddIns\AddIns\Debugger\intl.dll" />
<File Id="libexpat.dll" Name="libexpat.dll" Source="..\..\AddIns\AddIns\Debugger\libexpat.dll" />
<File Id="libglib_2.0_0.dll" Name="libglib-2.0-0.dll" Source="..\..\AddIns\AddIns\Debugger\libglib-2.0-0.dll" />
<File Id="ltdl.dll" Name="ltdl.dll" Source="..\..\AddIns\AddIns\Debugger\ltdl.dll" />
<File Id="Pathplan.dll" Name="Pathplan.dll" Source="..\..\AddIns\AddIns\Debugger\Pathplan.dll" />
<File Id="zlib1.dll" Name="zlib1.dll" Source="..\..\AddIns\AddIns\Debugger\zlib1.dll" />
</Component>
</Directory>
<Directory Id="MiscAddInsFolder" Name="Misc">
<Directory Id="AddInManagerFolder" Name="AddInManager">

1
src/Setup/Setup.wxs

@ -336,6 +336,7 @@ @@ -336,6 +336,7 @@
<ComponentRef Id="ComponentInspectorAddInDll"/>
<ComponentRef Id="ComponentInspectorAddInCoreDll"/>
<ComponentRef Id="DebuggerAddInFiles"/>
<ComponentRef Id="NeatoFiles"/>
<ComponentRef Id="FiletypeIcons"/>
<ComponentRef Id="FiletypeRegistererFiles"/>
<ComponentRef Id="HtmlHelp2Files"/>

Loading…
Cancel
Save