Browse Source

Remove NAntAddIn from setup.

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

6
src/Setup/Files.wxs

@ -983,12 +983,6 @@ @@ -983,12 +983,6 @@
<File Source="..\..\AddIns\AddIns\Misc\MonoAddIn\MonoAddIn.dll" Name="MONOAD_1.DLL" Id="MonoAddIn.dll" LongName="MonoAddIn.dll" Assembly=".net" AssemblyApplication="MonoAddIn.dll" AssemblyManifest="MonoAddIn.dll" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="NAntAddInFolder" LongName="NAntAddIn" Name="NAnt">
<Component Guid="36B5B3BF-49CD-4EFA-B749-136F4ECD6492" Id="NAntAddInFiles" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\NAntAddIn\NAnt.addin" Name="NAnt.add" Id="NAnt.addin" LongName="NAnt.addin" />
<File Source="..\..\AddIns\AddIns\Misc\NAntAddIn\NAntAddIn.dll" Name="NANTAD_1.DLL" Id="NAntAddIn.dll" LongName="NAntAddIn.dll" Assembly=".net" AssemblyApplication="NAntAddIn.dll" AssemblyManifest="NAntAddIn.dll" KeyPath="yes" />
</Component>
</Directory>
<Directory Id="PInvokeAddInFolder" LongName="PInvokeAddIn" Name="PInvoke">
<Component Guid="09DC988A-373E-4147-BA35-AF6BF0047B1A" Id="PInvokeAddInFiles" DiskId="1">
<File Source="..\..\AddIns\AddIns\Misc\PInvokeAddIn\signatures.xml" Name="SIGNAT_1.XML" Id="signatures.xml" LongName="signatures.xml" />

1
src/Setup/Setup.wxs

@ -289,7 +289,6 @@ @@ -289,7 +289,6 @@
<ComponentRef Id="HighlightingEditorFiles"/>
<ComponentRef Id="HtmlHelp2Files"/>
<ComponentRef Id="MonoAddInFiles"/>
<ComponentRef Id="NAntAddInFiles"/>
<ComponentRef Id="PInvokeAddInFiles"/>
<ComponentRef Id="RegExToolkitFiles"/>
<ComponentRef Id="ResourceToolkitFiles"/>

Loading…
Cancel
Save