summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-02-01 19:38:18 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2009-02-01 19:38:18 +0000
commit49cd912badd52151f00dd24a05df457c3d65f456 (patch)
tree342e50bc72e2918657e6bece42e14c222b2b4a6f
parent8f976b5f28af9c9e6f3354f7596c1620fe512aff (diff)
downloadnautilus-49cd912badd52151f00dd24a05df457c3d65f456.tar.gz
remove this, it's useless now that we don't use Bonobo anymore (#570125).
2009-02-01 Cosimo Cecchi <cosimoc@gnome.org> * src/Nautilus_shell.server.in: remove this, it's useless now that we don't use Bonobo anymore (#570125). svn path=/trunk/; revision=14906
-rw-r--r--ChangeLog5
-rw-r--r--src/Nautilus_shell.server.in29
2 files changed, 5 insertions, 29 deletions
diff --git a/ChangeLog b/ChangeLog
index b082c33cc..0da668826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-01 Cosimo Cecchi <cosimoc@gnome.org>
+
+ * src/Nautilus_shell.server.in: remove this, it's useless now that
+ we don't use Bonobo anymore (#570125).
+
2009-01-31 Cosimo Cecchi <cosimoc@gnome.org>
* libnautilus-private/nautilus-directory-async.c (lacks_link_info),
diff --git a/src/Nautilus_shell.server.in b/src/Nautilus_shell.server.in
deleted file mode 100644
index e84b72a39..000000000
--- a/src/Nautilus_shell.server.in
+++ /dev/null
@@ -1,29 +0,0 @@
-<oaf_info>
-
-<oaf_server iid="OAFIID:Nautilus_Factory" type="exe" location="nautilus">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/ObjectFactory:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name" type="string" _value="Nautilus factory"/>
- <oaf_attribute name="description" type="string" _value="Factory for Nautilus shell and file manager"/>
-</oaf_server>
-
-<oaf_server iid="OAFIID:Nautilus_Shell" type="factory" location="OAFIID:Nautilus_Factory">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Bonobo/Unknown:1.0"/>
- <item value="IDL:Nautilus/Shell:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name" type="string" _value="Nautilus instance"/>
- <oaf_attribute name="description" type="string" _value="Nautilus operations that can be done from subsequent command-line invocations"/>
-</oaf_server>
-
-<oaf_server iid="OAFIID:Nautilus_Metafile_Factory" type="factory" location="OAFIID:Nautilus_Factory">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:Bonobo/Unknown:1.0"/>
- <item value="IDL:Nautilus/MetafileFactory:1.0"/>
- </oaf_attribute>
- <oaf_attribute name="name" type="string" _value="Nautilus metafile factory"/>
- <oaf_attribute name="description" type="string" _value="Produces metafile objects for accessing Nautilus metadata"/>
-</oaf_server>
-
-</oaf_info>