2005-12-06 Tor Lillqvist <tml@novell.com> * configure.in: Include libedataserver-$EDS_PACKAGE in the requirement list for E_WIDGETS. Set bindir_in_server_file, privlibexecdir_in_server_file and componentdir_in_server_file. On Unix, they are the same as bindir, privlibexecdir and componentdir respectively. On Win32, use paths relative from lib/bonobo/servers. AC_SUBST these variables. * server.mk: Substitute the values above new variables for the corresponding @..._IN_SERVER_FILE@ strings in the .server.in.in files. * addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in * calendar/gui/GNOME_Evolution_Calendar.server.in.in * calendar/gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in * mail/GNOME_Evolution_Mail.server.in.in * shell/GNOME_Evolution_Shell.server.in.in * shell/GNOME_Evolution_Test.server.in.in: Correspondingly, use the @..._IN_SERVER_FILE@ strings. svn path=/trunk/; revision=30793
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
<oaf_info>
|
|
|
|
<!-- (factory) -->
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@"
|
|
type="shlib"
|
|
location="@COMPONENTDIR_IN_SERVER_FILE@/libevolution-test@SOEXT@">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/ObjectFactory:1.0"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="name" type="string"
|
|
_value="Evolution Test"/>
|
|
</oaf_server>
|
|
|
|
<!-- Component Interface -->
|
|
|
|
<oaf_server iid="OAFIID:GNOME_Evolution_Test_Component:@VERSION@"
|
|
type="factory"
|
|
location="OAFIID:GNOME_Evolution_Test_Factory:@VERSION@">
|
|
|
|
<oaf_attribute name="repo_ids" type="stringv">
|
|
<item value="IDL:GNOME/Evolution/Component:@VERSION@"/>
|
|
</oaf_attribute>
|
|
|
|
<oaf_attribute name="name" type="string" _value="Evolution Test component"/>
|
|
|
|
<oaf_attribute name="evolution:component_alias" type="string" value="test"/>
|
|
|
|
<oaf_attribute name="evolution:button_label" type="string" _value="Test"/>
|
|
<oaf_attribute name="evolution:button_sort_order" type="string" value="-1"/>
|
|
<oaf_attribute name="evolution:button_icon" type="string" value="stock_mail"/>
|
|
|
|
<oaf_attribute name="evolution:component_icon" type="string" value="stock_mail"/>
|
|
<oaf_attribute name="evolution:component_display_order" type="number" value="1"/>
|
|
|
|
</oaf_server>
|
|
|
|
</oaf_info>
|