From 5cd485fec1d234526a8027da736e8c13aa9e6ac2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 25 Jun 2001 04:30:03 +0000 Subject: Rename `GNOME_Evolution_TestComponent.oafinfo' into `GNOME_Evolution_TestComponent.oaf'. svn path=/trunk/; revision=10466 --- shell/ChangeLog | 7 +++++++ shell/GNOME_Evolution_TestComponent.oaf | 27 +++++++++++++++++++++++++++ shell/GNOME_Evolution_TestComponent.oafinfo | 27 --------------------------- shell/Makefile.am | 4 ++-- 4 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 shell/GNOME_Evolution_TestComponent.oaf delete mode 100644 shell/GNOME_Evolution_TestComponent.oafinfo diff --git a/shell/ChangeLog b/shell/ChangeLog index 0026253fec..237d494c43 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2001-06-24 Ettore Perazzoli + + * Makefile.am: s/\.oafinfo/.oaf/g. + + * GNOME_Evolution_TestComponent.oafinfo: Renamed to + `GNOME_Evolution_TestComponent.oaf'. + 2001-06-24 Ettore Perazzoli * e-shell.c: New member `iid' in EShellPrivate. diff --git a/shell/GNOME_Evolution_TestComponent.oaf b/shell/GNOME_Evolution_TestComponent.oaf new file mode 100644 index 0000000000..5a203b51b4 --- /dev/null +++ b/shell/GNOME_Evolution_TestComponent.oaf @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/shell/GNOME_Evolution_TestComponent.oafinfo b/shell/GNOME_Evolution_TestComponent.oafinfo deleted file mode 100644 index 5a203b51b4..0000000000 --- a/shell/GNOME_Evolution_TestComponent.oafinfo +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/shell/Makefile.am b/shell/Makefile.am index d2d7438035..8c64b05801 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -184,7 +184,7 @@ install-test-component: evolution-test-component $(mkinstalldirs) $(DESTDIR)$(bindir) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) evolution-test-component $(DESTDIR)$(bindir)/evolution-test-component $(mkinstalldirs) $(DESTDIR)$(oafdir) - $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oafinfo $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oafinfo + $(INSTALL_DATA) $(srcdir)/GNOME_Evolution_TestComponent.oaf $(DESTDIR)$(oafdir)/GNOME_Evolution_TestComponent.oaf # Misc stuff @@ -202,7 +202,7 @@ EXTRA_DIST = \ $(oaf_in_files) \ $(oaf_DATA) \ $(etspec_DATA) \ - GNOME_Evolution_TestComponent.oafinfo + GNOME_Evolution_TestComponent.oaf # Purify support -- cgit v1.2.3