diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-18 19:39:20 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-18 19:39:20 +0800 |
commit | 087a3e6532af00d4f98511d1874fe08bbdf4332d (patch) | |
tree | 7bc68497bb597ab5b5eaacbbe8ee1cd807151470 /plugins/groupwise-features | |
parent | fecb63d2c5bdd2c562f4cb44e033f68d3b9653fa (diff) | |
download | gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.tar gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.tar.gz gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.tar.bz2 gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.tar.lz gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.tar.xz gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.tar.zst gsoc2013-evolution-087a3e6532af00d4f98511d1874fe08bbdf4332d.zip |
Use SOEXT.
2005-06-18 Tor Lillqvist <tml@novell.com>
* */*.eplug.xml: Use SOEXT.
svn path=/trunk/; revision=29538
Diffstat (limited to 'plugins/groupwise-features')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index e3bc30d0c6..04fd1354d8 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,7 @@ +2005-06-18 Tor Lillqvist <tml@novell.com> + + * org-gnome-groupwise-features.eplug.xml: Use SOEXT. + 2005-05-24 Vivek Jain <jvivek@novell.com> * org-gnome-groupwise-features.eplug.xml: diff --git a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml index 18b4ea35ce..cf4f8a75ff 100644 --- a/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml +++ b/plugins/groupwise-features/org-gnome-groupwise-features.eplug.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <e-plugin-list> <e-plugin id="org.gnome.evolution.groupwise_features" type="shlib" _name="Groupwise Features" - location="@PLUGINDIR@/liborg-gnome-groupwise-features.so"> + location="@PLUGINDIR@/liborg-gnome-groupwise-features@SOEXT@"> <author name="Sivaiah Nallagatla" email="snallagatla@novell.com" /> <author name="Vivek Jain" email="jvivek@novell.com" /> <author name="Chenthill Palanisamy" email="pchenthill@novell.com"/> |