mail-archives/monodevelop-patches-list/2004-May/001171.html

101 строка
4.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Monodevelop-patches-list] r1564 - trunk/MonoDevelop/src/Main/Base
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1564%20-%20trunk/MonoDevelop/src/Main/Base&In-Reply-To=">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="001170.html">
<LINK REL="Next" HREF="001172.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Monodevelop-patches-list] r1564 - trunk/MonoDevelop/src/Main/Base</H1>
<B>commit-watcher at mono-cvs.ximian.com</B>
<A HREF="mailto:monodevelop-patches-list%40lists.ximian.com?Subject=%5BMonodevelop-patches-list%5D%20r1564%20-%20trunk/MonoDevelop/src/Main/Base&In-Reply-To="
TITLE="[Monodevelop-patches-list] r1564 - trunk/MonoDevelop/src/Main/Base">commit-watcher at mono-cvs.ximian.com
</A><BR>
<I>Mon May 3 21:25:24 EDT 2004</I>
<P><UL>
<LI>Previous message: <A HREF="001170.html">[Monodevelop-patches-list] r1563 - trunk/MonoDevelop
</A></li>
<LI>Next message: <A HREF="001172.html">[Monodevelop-patches-list] r1565 - in trunk/MonoDevelop: . build/AddIns/AddIns/BackendBindings build/data/resources/icons build/data/templates/file/Nemerle build/data/templates/project/Nemerle
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1171">[ date ]</a>
<a href="thread.html#1171">[ thread ]</a>
<a href="subject.html#1171">[ subject ]</a>
<a href="author.html#1171">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Author: pawel
Date: 2004-05-03 21:25:23 -0400 (Mon, 03 May 2004)
New Revision: 1564
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Makefile.am
Log:
Services/process-icons.pl will be updated after changes in ../../../build/data/resources/icons dir
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-05-03 23:39:56 UTC (rev 1563)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-05-04 01:25:23 UTC (rev 1564)
@@ -1,3 +1,8 @@
+2004-05-04 Pawel Rozanski &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">tokugawa at afn.no-ip.org</A>&gt;
+
+ * Makefile.am: Services/StockIcons.cs update is triggered by a changes
+ in build/data/resources/icons dir
+
2004-05-03 Francisco &quot;Paco&quot; Martinez &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">paco at mfcon.com</A>&gt;
* Gui/Dialogs/CommonAboutDialog.cs: Added Paco Martinez name to the
@@ -2,3 +7,3 @@
list of authors
-
+
2004-05-02 Todd Berman &lt;<A HREF="http://lists.ximian.com/mailman/listinfo/monodevelop-patches-list">tberman at sevenl.net</A>&gt;
Modified: trunk/MonoDevelop/src/Main/Base/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Makefile.am 2004-05-03 23:39:56 UTC (rev 1563)
+++ trunk/MonoDevelop/src/Main/Base/Makefile.am 2004-05-04 01:25:23 UTC (rev 1564)
@@ -385,7 +385,7 @@
$(build_sources) \
&amp;&amp; cp $(ASSEMBLY) ../../../build/bin/.
-Services/StockIcons.cs : ./Services/process-icons.pl
+Services/StockIcons.cs : ./Services/process-icons.pl ../../../build/data/resources/icons
perl -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/./Services/process-icons.pl &gt; $@
assemblydir = $(libdir)/monodevelop/bin
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="001170.html">[Monodevelop-patches-list] r1563 - trunk/MonoDevelop
</A></li>
<LI>Next message: <A HREF="001172.html">[Monodevelop-patches-list] r1565 - in trunk/MonoDevelop: . build/AddIns/AddIns/BackendBindings build/data/resources/icons build/data/templates/file/Nemerle build/data/templates/project/Nemerle
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#1171">[ date ]</a>
<a href="thread.html#1171">[ thread ]</a>
<a href="subject.html#1171">[ subject ]</a>
<a href="author.html#1171">[ 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>