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>2007-09-13 17:55:54 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-13 17:55:54 +0400
commit6f416e64055a7f0ac5138265836c39b599953cec (patch)
tree37290ab7330d509adc524f6c5ddd32843dee6b15 /ChangeLog
parentd9fc80805bc7939e9a12b0a858c1c82c89f063c0 (diff)
2007-09-13 Michael Hutchinson <mhutchinson@novell.com>
* contrib/extract_makefile_variable.sh, contrib/Makefile.am, contrib/Mono.Addins/Makefile.am: Refactor makefile variable extraction, deploy Mono.Addins data files correctly. * contrib/log4net/Makefile.am: Use better file listing. * contrib/Mono.Addins/references.sed, contrib/Mono.Addins/files.sed, contrib/Mono.Addins/singlelinevars.sed, contrib/Mono.Addins/resources.sed, contrib/Mono.Addins/data_files.sed: Removed, no longer needed. svn path=/trunk/monodevelop/; revision=85750
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f743566a2c..286a5d814e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2007-09-13 Michael Hutchinson <mhutchinson@novell.com>
+ * contrib/extract_makefile_variable.sh, contrib/Makefile.am,
+ contrib/Mono.Addins/Makefile.am: Refactor makefile variable
+ extraction, deploy Mono.Addins data files correctly.
+
+ * contrib/log4net/Makefile.am: Use better file listing.
+
+ * contrib/Mono.Addins/references.sed, contrib/Mono.Addins/files.sed,
+ contrib/Mono.Addins/singlelinevars.sed,
+ contrib/Mono.Addins/resources.sed,
+ contrib/Mono.Addins/data_files.sed: Removed, no longer needed.
+
+2007-09-13 Michael Hutchinson <mhutchinson@novell.com>
+
* contrib/*: Rework build code so that Mono.Addins, Mono.Cecil
and log4net libraries are included via svn:externals and built
from source.