зеркало из https://github.com/mono/mail-archives.git
105 строки
4.4 KiB
HTML
105 строки
4.4 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Monodevelop-patches-list] r2386 - trunk/MonoDevelop/Core/src/MonoDevelop.Core
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r2386%20-%20trunk/MonoDevelop/Core/src/MonoDevelop.Core&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="001987.html">
|
|
<LINK REL="Next" HREF="001989.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Monodevelop-patches-list] r2386 - trunk/MonoDevelop/Core/src/MonoDevelop.Core</H1>
|
|
<B>Raja R Harinath <rharinath@novell.com></B>
|
|
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r2386%20-%20trunk/MonoDevelop/Core/src/MonoDevelop.Core&In-Reply-To="
|
|
TITLE="[Monodevelop-patches-list] r2386 - trunk/MonoDevelop/Core/src/MonoDevelop.Core">raja at mono-cvs.ximian.com
|
|
</A><BR>
|
|
<I>Thu Mar 24 00:24:55 EST 2005</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="001987.html">[Monodevelop-patches-list] r2385 - in trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn: . Gui
|
|
</A></li>
|
|
<LI>Next message: <A HREF="001989.html">[Monodevelop-patches-list] r2387 - in trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn: . Gui
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1988">[ date ]</a>
|
|
<a href="thread.html#1988">[ thread ]</a>
|
|
<a href="subject.html#1988">[ subject ]</a>
|
|
<a href="author.html#1988">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">rharinath at novell.com</A>>
|
|
+
|
|
+ * Makefile.am (FILES): Move AssemblyInfo.cs ...
|
|
+ (build_sources): ... here.
|
|
+
|
|
2005-02-20 John Luke <<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">john.luke at gmail.com</A>>
|
|
|
|
* 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
|
|
|
|
|
|
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="001987.html">[Monodevelop-patches-list] r2385 - in trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn: . Gui
|
|
</A></li>
|
|
<LI>Next message: <A HREF="001989.html">[Monodevelop-patches-list] r2387 - in trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn: . Gui
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1988">[ date ]</a>
|
|
<a href="thread.html#1988">[ thread ]</a>
|
|
<a href="subject.html#1988">[ subject ]</a>
|
|
<a href="author.html#1988">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">More information about the Monodevelop-patches-list
|
|
mailing list</a><br>
|
|
</body></html>
|