SVN Commit by dpage: r4211 - in trunk/pgadmin3/xtra: . pgagent pgagent/pgaevent - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4211 - in trunk/pgadmin3/xtra: . pgagent pgagent/pgaevent
Date
Msg-id 200505181134.j4IBY57L032419@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-05-18 12:34:04 +0100 (Wed, 18 May 2005)
New Revision: 4211

Modified:
   trunk/pgadmin3/xtra/Makefile.am
   trunk/pgadmin3/xtra/pgagent/Makefile.am
   trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
Log:
Correct header

Modified: trunk/pgadmin3/xtra/Makefile.am
===================================================================
--- trunk/pgadmin3/xtra/Makefile.am    2005-05-18 11:23:46 UTC (rev 4210)
+++ trunk/pgadmin3/xtra/Makefile.am    2005-05-18 11:34:04 UTC (rev 4211)
@@ -1,3 +1,4 @@
+##############################################################################
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##############################################################################

 SUBDIRS = pgagent


Modified: trunk/pgadmin3/xtra/pgagent/Makefile.am
===================================================================
--- trunk/pgadmin3/xtra/pgagent/Makefile.am    2005-05-18 11:23:46 UTC (rev 4210)
+++ trunk/pgadmin3/xtra/pgagent/Makefile.am    2005-05-18 11:34:04 UTC (rev 4211)
@@ -1,3 +1,4 @@
+##############################################################################
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##############################################################################

 SUBDIRS = pgaevent


Modified: trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am
===================================================================
--- trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am    2005-05-18 11:23:46 UTC (rev 4210)
+++ trunk/pgadmin3/xtra/pgagent/pgaevent/Makefile.am    2005-05-18 11:34:04 UTC (rev 4211)
@@ -1,3 +1,4 @@
+##############################################################################
 # pgAdmin III - PostgreSQL Tools
 # $Id$
 # Copyright (C) 2002 - 2005, The pgAdmin Development Team
@@ -4,6 +5,7 @@
 # This software is released under the Artistic Licence
 #
 # Makefile - Makefile for *nix systems
+##############################################################################

 EXTRA_DIST = \
         $(srcdir)/MSG00001.bin \


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4210 - trunk/pgadmin3
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4212 - trunk/pgadmin3/xtra/pgagent