diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-12-30 13:21:26 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-12-30 13:21:26 +0800 |
commit | 5e2b0aaf12ece4d701550cfda441eaaa38b89113 (patch) | |
tree | 0c1505be9c9651a4997e5a4e34e0d76aef608217 | |
parent | d0285850ef0b421c300887524cacd7707020fe82 (diff) | |
download | gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.gz gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.bz2 gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.lz gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.xz gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.tar.zst gsoc2013-evolution-5e2b0aaf12ece4d701550cfda441eaaa38b89113.zip |
down with ldap-servers.xml, up with addressbook-sources.xml.
2000-12-29 Chris Toshok <toshok@helixcode.com>
* ldap-servers.xml, addressbook-sources.xml: down with
ldap-servers.xml, up with addressbook-sources.xml.
* Makefile.am (default_DATA): same.
svn path=/trunk/; revision=7197
-rw-r--r-- | default_user/ChangeLog | 7 | ||||
-rw-r--r-- | default_user/Makefile.am | 2 | ||||
-rw-r--r-- | default_user/addressbook-sources.xml (renamed from default_user/ldapservers.xml) | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 7f728d3a22..366c657fe1 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,10 @@ +2000-12-29 Chris Toshok <toshok@helixcode.com> + + * ldap-servers.xml, addressbook-sources.xml: down with + ldap-servers.xml, up with addressbook-sources.xml. + + * Makefile.am (default_DATA): same. + 2000-10-25 Iain Holmes <iain@helixcode.com> * local/Makefile.am: Added executive-summary again. diff --git a/default_user/Makefile.am b/default_user/Makefile.am index a7455498a8..a02792aae3 100644 --- a/default_user/Makefile.am +++ b/default_user/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = local defaultdir = $(datadir)/evolution/default_user -default_DATA = ldapservers.xml shortcuts.xml +default_DATA = addressbook-sources.xml shortcuts.xml EXTRA_DIST = $(default_DATA) diff --git a/default_user/ldapservers.xml b/default_user/addressbook-sources.xml index 46620d21a9..52a52a001c 100644 --- a/default_user/ldapservers.xml +++ b/default_user/addressbook-sources.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<contactservers> +<addressbooks> <contactserver> <name>Bigfoot</name> <description>Bigfoot</description> @@ -40,4 +40,4 @@ <rootdn></rootdn> <scope>one</scope> </contactserver> -</contactservers> +</addressbooks> |