Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-02-24 20:06:52 +0300
committerLluis Sanchez <lluis@novell.com>2010-02-24 20:06:52 +0300
commit90b27b8630ad4347ea26b1ece4e107366ec53b71 (patch)
treecb12830aa3265c5237c9d1bcb15c13f5532f087a /setup
parentd44ee8b23294f4611456bb66e37f4e23fcad8322 (diff)
Updated.
svn path=/trunk/monodevelop/; revision=152375
Diffstat (limited to 'setup')
-rw-r--r--setup/WixSetup/Product.wxs4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 5225000155..c8fd4fdcfb 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -542,8 +542,6 @@
</Directory>
<Directory Id="VersionControl" Name="VersionControl">
<Component Id="MonoDevelop_AddIns_VersionControl" Guid="185a74d4-17c2-4e94-9dbc-4c391026eb1e">
- <File Name="Diff.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\Diff.dll" />
- <File Name="DiffWidget.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\DiffWidget.dll" />
<File Name="MonoDevelop.VersionControl.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\MonoDevelop.VersionControl.dll" />
<File Name="MonoDevelop.VersionControl.Subversion.dll" Source="$(var.BuildRoot)\AddIns\VersionControl\MonoDevelop.VersionControl.Subversion.dll" />
</Component>
@@ -660,4 +658,4 @@
<Icon Id="MonoDevelop.exe" SourceFile="Bitmaps\MonoDevelop.ico" />
<Property Id="ARPPRODUCTICON" Value="MonoDevelop.exe" />
</Product>
-</Wix> \ No newline at end of file
+</Wix>