[Monodevelop-patches-list] r1981 - in trunk/MonoDevelop/Core/src/Main/Base: . Internal/Project/Combine
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Fri Oct 15 13:27:55 EDT 2004
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 <tberman at off.net>
* 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 <tberman at off.net>
+
+ * Internal/Project/Combine/CombineEntry.cs: Before running, copy
+ all dependant output assemblies to the proper place.
+
2004-10-12 Gert Driesen <drieseng at users.sourceforge.net>
* 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);
}
}
More information about the Monodevelop-patches-list
mailing list