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
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutchinson@novell.com>2009-07-07 05:31:01 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2009-07-07 05:31:01 +0400
commit0786eaafeef8a5dcd04295c1e3a508532bed57f9 (patch)
tree927302fc1e399bb4d14970ec1588d58b1b25ba87 /main/build
parent111abb79792da284f2b5e3daa83731d0097f8d22 (diff)
* main/build/MacOSX/Makefile.am: Restore Moonlight addin to the .app,
and purge some junk. svn path=/trunk/monodevelop/; revision=137475
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 10aadd413d..8d97461159 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -51,13 +51,14 @@ MonoDevelop.app: ../AddIns/* ../AddIns/*/* ../AddIns/*/*/* ../bin/* ../data/*/*
rm -rf $(ADDINS)/GnomePlatform* \
$(ADDINS)/WindowsPlatform* \
$(ADDINS)/MonoDevelop.GtkCore* \
- $(ADDINS)/MonoDevelop.Moonlight* \
$(ADDINS)/VersionControl/MonoDevelop.VersionControl.Subversion* \
$(ADDINS)/MonoDevelop.Gettext/*
# remove stuff we don't need
rm -rf $(MACOS)/lib/monodevelop/bin/UnitTests.dll* \
- $(MACOS)/lib/monodevelop/bin/TestResult.xml
+ $(MACOS)/lib/monodevelop/bin/TestResult.xml \
+ $(MACOS)/lib/monodevelop/bin/addin-db* \
+ $(MACOS)/lib/monodevelop/bin/repository-cache*
# touch the directory so that update dependencies work
touch MonoDevelop.app