Browse Source

Remove highlighting editor.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3571 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 17 years ago
parent
commit
cc45bd5e96
  1. 6
      src/Setup/Files.wxs
  2. 1
      src/Setup/Setup.wxs

6
src/Setup/Files.wxs

@ -1433,12 +1433,6 @@ @@ -1433,12 +1433,6 @@
<File Source="..\..\AddIns\AddIns\Misc\FiletypeRegisterer\FiletypeRegisterer.addin" Id="FiletypeRegisterer.addin" Name="FiletypeRegisterer.addin" />
</Component>
</Directory>
<Directory Id="HighlightingEditorFolder" Name="HighlightingEditor">
<Component Guid="6F792AF7-4622-40DF-8CE3-270D66A7A7EC" Id="HighlightingEditorFiles" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\HighlightingEditor\HighlightingEditor.addin" Id="HighlightingEditor.addin" Name="HighlightingEditor.addin" />
<File Source="..\..\AddIns\AddIns\Misc\HighlightingEditor\HighlightingEditor.dll" Id="HighlightingEditor.dll" Name="HighlightingEditor.dll" Assembly=".net" AssemblyApplication="HighlightingEditor.dll" AssemblyManifest="HighlightingEditor.dll" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="HtmlHelpFolder" Name="HtmlHelp2">
<Component Guid="C854C30E-1765-4614-8248-F256C761CEE3" Id="HtmlHelp2Files" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\HtmlHelp2\stdole.dll" Name="stdole.dll" Id="stdole.dll" />

1
src/Setup/Setup.wxs

@ -358,7 +358,6 @@ @@ -358,7 +358,6 @@
<ComponentRef Id="DebuggerAddInFiles"/>
<ComponentRef Id="FiletypeIcons"/>
<ComponentRef Id="FiletypeRegistererFiles"/>
<ComponentRef Id="HighlightingEditorFiles"/>
<ComponentRef Id="HtmlHelp2Files"/>
<ComponentRef Id="PInvokeAddInFiles"/>
<ComponentRef Id="RegExToolkitFiles"/>

Loading…
Cancel
Save