SVN Commit by dpage: r4211 - in trunk/pgadmin3/xtra: . pgagent pgagent/pgaevent

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4211 - in trunk/pgadmin3/xtra: . pgagent pgagent/pgaevent
Date: 2005-05-18 11:34:05
Message-ID: 200505181134.j4IBY57L032419@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 \

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2005-05-18 11:34:47 SVN Commit by dpage: r4212 - trunk/pgadmin3/xtra/pgagent
Previous Message svn 2005-05-18 11:23:46 SVN Commit by dpage: r4210 - trunk/pgadmin3