aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-03-03 00:10:04 +0800
committerDan Winship <danw@src.gnome.org>2004-03-03 00:10:04 +0800
commitef6740c535ebe1433b6a9a22f282562fb67502c6 (patch)
tree4bb908f2e6b02ceece2056d271c2f4d21afcf8a6 /tools
parent420fcadc9bb41c68fb1c3c7b7d133a97d1ad4c87 (diff)
downloadgsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar
gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.gz
gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.bz2
gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.lz
gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.xz
gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.tar.zst
gsoc2013-evolution-ef6740c535ebe1433b6a9a22f282562fb67502c6.zip
Define this (the number used in the e-d-s component repo_ids).
* configure.in (DATASERVER_API_VERSION): Define this (the number used in the e-d-s component repo_ids). * tools/killev.c (main): Update the repo_ids svn path=/trunk/; revision=24932
Diffstat (limited to 'tools')
-rw-r--r--tools/killev.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/killev.c b/tools/killev.c
index f5f6edaa4e..30c5986177 100644
--- a/tools/killev.c
+++ b/tools/killev.c
@@ -202,9 +202,9 @@ main (int argc, char **argv)
add_matching_repo_id ("IDL:GNOME/Evolution/Shell:" BASE_VERSION);
g_hash_table_foreach_remove (components, kill_component, NULL);
- add_matching_repo_id ("IDL:GNOME/Evolution/ShellComponent:" BASE_VERSION);
- add_matching_repo_id ("IDL:GNOME/Evolution/Calendar/CalFactory:" BASE_VERSION);
- add_matching_repo_id ("IDL:GNOME/Evolution/BookFactory:" BASE_VERSION);
+ add_matching_repo_id ("IDL:GNOME/Evolution/Component:" BASE_VERSION);
+ add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/CalFactory:" DATASERVER_API_VERSION);
+ add_matching_repo_id ("IDL:GNOME/Evolution/DataServer/BookFactory:" DATASERVER_API_VERSION);
add_matching_repo_id ("IDL:GNOME/Evolution/Importer:" BASE_VERSION);
add_matching_repo_id ("IDL:GNOME/Evolution/IntelligentImporter:" BASE_VERSION);
add_matching_repo_id ("IDL:GNOME/Spell/Dictionary:0.3");