SVN Commit by dpage: r4207 - trunk/pgadmin3/xtra/pgagent/pgaevent

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4207 - trunk/pgadmin3/xtra/pgagent/pgaevent
Date: 2005-05-18 11:13:54
Message-ID: 200505181113.j4IBDs4F029135@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2005-05-18 12:13:54 +0100 (Wed, 18 May 2005)
New Revision: 4207

Modified:
trunk/pgadmin3/xtra/pgagent/pgaevent/MSG00001.bin
trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
trunk/pgadmin3/xtra/pgagent/pgaevent/README
trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.def
trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsw
trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.h
trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.mc
trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.rc
Log:
Fix ID tag

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/MSG00001.bin
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/README
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
===================================================================
--- trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c 2005-05-18 11:11:41 UTC (rev 4206)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c 2005-05-18 11:13:54 UTC (rev 4207)
@@ -1,7 +1,7 @@
//////////////////////////////////////////////////////////////////////////
//
// pgAgent - PostgreSQL Tools
-// RCS-ID: $Id: pgAdmin3.cpp 4181 2005-05-13 11:12:03Z dpage $
+// RCS-ID: $Id$
// Copyright (C) 2003 The pgAdmin Development Team
// This software is released under the Artistic Licence
//

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.c
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.def
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
===================================================================
--- trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp 2005-05-18 11:11:41 UTC (rev 4206)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp 2005-05-18 11:13:54 UTC (rev 4207)
@@ -42,7 +42,8 @@
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /c
+# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /FD /c
+# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "NDEBUG"
@@ -68,7 +69,8 @@
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PGAEVENT_EXPORTS" /FD /GZ /c
+# SUBTRACT CPP /YX /Yc /Yu
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x809 /d "_DEBUG"
@@ -107,6 +109,10 @@
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File

+SOURCE=..\..\..\src\include\images\pgAdmin3.ico
+# End Source File
+# Begin Source File
+
SOURCE=.\pgamsgevent.rc
# End Source File
# End Group

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsp
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgaevent.dsw
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.h
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.mc
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Property changes on: trunk/pgadmin3/xtra/pgagent/pgaevent/pgamsgevent.rc
___________________________________________________________________
Name: svn:keywords
+ Id LastChangedDate Author

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-18 11:14:19 SVN Commit by dpage: r4208 - trunk/pgadmin3/xtra/pgagent/pgaevent
Previous Message svn 2005-05-18 11:11:41 SVN Commit by dpage: r4206 - trunk/pgadmin3/xtra/pgagent/pgaevent