зеркало из https://github.com/mono/mail-archives.git
98 строки
4.9 KiB
HTML
98 строки
4.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Monodevelop-patches-list] r1981 - in trunk/MonoDevelop/Core/src/Main/Base: . Internal/Project/Combine
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1981%20-%20in%20trunk/MonoDevelop/Core/src/Main/Base%3A%20.%20Internal/Project/Combine&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="001584.html">
|
|
<LINK REL="Next" HREF="001586.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Monodevelop-patches-list] r1981 - in trunk/MonoDevelop/Core/src/Main/Base: . Internal/Project/Combine</H1>
|
|
<B>commit-watcher at mono-cvs.ximian.com</B>
|
|
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1981%20-%20in%20trunk/MonoDevelop/Core/src/Main/Base%3A%20.%20Internal/Project/Combine&In-Reply-To="
|
|
TITLE="[Monodevelop-patches-list] r1981 - in trunk/MonoDevelop/Core/src/Main/Base: . Internal/Project/Combine">commit-watcher at mono-cvs.ximian.com
|
|
</A><BR>
|
|
<I>Fri Oct 15 13:27:55 EDT 2004</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="001584.html">[Monodevelop-patches-list] r1980 - in trunk/MonoDevelop/Core: . build/AddIns/AddIns/BackendBindings build/AddIns/AddIns/BackendBindings/templates src/AddIns/BackendBindings/CSharpBinding src/AddIns/DisplayBindings/SourceEditor/Gui
|
|
</A></li>
|
|
<LI>Next message: <A HREF="001586.html">[Monodevelop-patches-list] r1982 - in trunk/MonoDevelop/Core: gdldock/gdl src/Libraries/MonoDevelop.Gui.Widgets
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1585">[ date ]</a>
|
|
<a href="thread.html#1585">[ thread ]</a>
|
|
<a href="subject.html#1585">[ subject ]</a>
|
|
<a href="author.html#1585">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>Author: tberman
|
|
Date: 2004-10-15 13:27:55 -0400 (Fri, 15 Oct 2004)
|
|
New Revision: 1981
|
|
|
|
Modified:
|
|
trunk/MonoDevelop/Core/src/Main/Base/ChangeLog
|
|
trunk/MonoDevelop/Core/src/Main/Base/Internal/Project/Combine/CombineEntry.cs
|
|
Log:
|
|
2004-10-15 Todd Berman <<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">tberman at off.net</A>>
|
|
|
|
* Internal/Project/Combine/CombineEntry.cs: Before running, copy
|
|
all dependant output assemblies to the proper place.
|
|
|
|
|
|
Modified: trunk/MonoDevelop/Core/src/Main/Base/ChangeLog
|
|
===================================================================
|
|
--- trunk/MonoDevelop/Core/src/Main/Base/ChangeLog 2004-10-15 03:50:14 UTC (rev 1980)
|
|
+++ trunk/MonoDevelop/Core/src/Main/Base/ChangeLog 2004-10-15 17:27:55 UTC (rev 1981)
|
|
@@ -1,3 +1,8 @@
|
|
+2004-10-15 Todd Berman <<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">tberman at off.net</A>>
|
|
+
|
|
+ * Internal/Project/Combine/CombineEntry.cs: Before running, copy
|
|
+ all dependant output assemblies to the proper place.
|
|
+
|
|
2004-10-12 Gert Driesen <<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">drieseng at users.sourceforge.net</A>>
|
|
|
|
* Internal/Parser/SharpAssemblyLayer/SharpAssemblyClass.cs:
|
|
|
|
Modified: trunk/MonoDevelop/Core/src/Main/Base/Internal/Project/Combine/CombineEntry.cs
|
|
===================================================================
|
|
--- trunk/MonoDevelop/Core/src/Main/Base/Internal/Project/Combine/CombineEntry.cs 2004-10-15 03:50:14 UTC (rev 1980)
|
|
+++ trunk/MonoDevelop/Core/src/Main/Base/Internal/Project/Combine/CombineEntry.cs 2004-10-15 17:27:55 UTC (rev 1981)
|
|
@@ -185,6 +185,7 @@
|
|
|
|
if (taskService.Errors == 0) {
|
|
if (taskService.Warnings == 0 || project.ActiveConfiguration != null && ((AbstractProjectConfiguration)project.ActiveConfiguration).RunWithWarnings) {
|
|
+ project.CopyReferencesToOutputPath (true);
|
|
binding.Execute(project);
|
|
}
|
|
}
|
|
|
|
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="001584.html">[Monodevelop-patches-list] r1980 - in trunk/MonoDevelop/Core: . build/AddIns/AddIns/BackendBindings build/AddIns/AddIns/BackendBindings/templates src/AddIns/BackendBindings/CSharpBinding src/AddIns/DisplayBindings/SourceEditor/Gui
|
|
</A></li>
|
|
<LI>Next message: <A HREF="001586.html">[Monodevelop-patches-list] r1982 - in trunk/MonoDevelop/Core: gdldock/gdl src/Libraries/MonoDevelop.Gui.Widgets
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#1585">[ date ]</a>
|
|
<a href="thread.html#1585">[ thread ]</a>
|
|
<a href="subject.html#1585">[ subject ]</a>
|
|
<a href="author.html#1585">[ 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>
|