[Monodevelop-patches-list] r2386 - trunk/MonoDevelop/Core/src/MonoDevelop.Core
Raja R Harinath <rharinath@novell.com>
raja at mono-cvs.ximian.com
Thu Mar 24 00:24:55 EST 2005
Author: raja
Date: 2005-03-24 00:24:55 -0500 (Thu, 24 Mar 2005)
New Revision: 2386
Modified:
trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog
trunk/MonoDevelop/Core/src/MonoDevelop.Core/Makefile.am
Log:
* Makefile.am (FILES): Move AssemblyInfo.cs ...
(build_sources): ... here.
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog 2005-03-23 23:05:58 UTC (rev 2385)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/ChangeLog 2005-03-24 05:24:55 UTC (rev 2386)
@@ -1,3 +1,8 @@
+2005-03-24 Raja R Harinath <rharinath at novell.com>
+
+ * Makefile.am (FILES): Move AssemblyInfo.cs ...
+ (build_sources): ... here.
+
2005-02-20 John Luke <john.luke at gmail.com>
* Services/ServiceManager.cs:
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Core/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Core/Makefile.am 2005-03-23 23:05:58 UTC (rev 2385)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Core/Makefile.am 2005-03-24 05:24:55 UTC (rev 2386)
@@ -14,7 +14,6 @@
Services/ServiceManager.cs \
Services/IService.cs \
Services/IStringTagProvider.cs \
-AssemblyInfo.cs \
AddIns/Conditions/DuplicateConditionException.cs \
AddIns/Conditions/ConditionCollection.cs \
AddIns/Conditions/ICondition.cs \
@@ -55,7 +54,7 @@
AddIns/AddInCollection.cs \
AddIns/AddInSignatureException.cs
-build_sources = $(addprefix $(srcdir)/, $(FILES)) Services/GettextCatalog.cs
+build_sources = $(addprefix $(srcdir)/, $(FILES)) Services/GettextCatalog.cs AssemblyInfo.cs
DLL = $(top_builddir)/build/bin/MonoDevelop.Core.dll
More information about the Monodevelop-patches-list
mailing list