diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-23 14:32:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-23 14:32:04 +0800 |
commit | 63d803aa5e0616a7b83a41d7b62f8bbeab44065a (patch) | |
tree | 9fe86c79c5ee88e4d01d7780f335242f5fc666d7 /executive-summary/test-service | |
parent | 8825b35b7613fd532813a422b908a097c2791513 (diff) | |
download | gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.gz gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.bz2 gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.lz gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.xz gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.tar.zst gsoc2013-evolution-63d803aa5e0616a7b83a41d7b62f8bbeab44065a.zip |
removed *.oaf.in that were left
svn path=/trunk/; revision=19582
Diffstat (limited to 'executive-summary/test-service')
-rw-r--r-- | executive-summary/test-service/GNOME_Evolution_Summary_rdf.oaf.in | 27 | ||||
-rw-r--r-- | executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in | 53 |
2 files changed, 0 insertions, 80 deletions
diff --git a/executive-summary/test-service/GNOME_Evolution_Summary_rdf.oaf.in b/executive-summary/test-service/GNOME_Evolution_Summary_rdf.oaf.in deleted file mode 100644 index decd499293..0000000000 --- a/executive-summary/test-service/GNOME_Evolution_Summary_rdf.oaf.in +++ /dev/null @@ -1,27 +0,0 @@ -<oaf_info> - -<oaf_server iid="OAFIID:GNOME_Evolution_Summary_rdf_SummaryComponentFactory" - type="exe" - location="rdf-summary"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME:GenericFactory:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="Factory for the RDF summary."/> -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Summary_rdf_SummaryComponent" - type="factory" - location="OAFIID:GNOME_Evolution_Summary_rdf_SummaryComponentFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution:Summary:ComponentFactory:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="RDF Summary"/> -</oaf_server> - -</oaf_info> diff --git a/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in b/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in deleted file mode 100644 index b0c9e8f0d6..0000000000 --- a/executive-summary/test-service/GNOME_Evolution_Summary_test.oaf.in +++ /dev/null @@ -1,53 +0,0 @@ -<oaf_info> - -<oaf_server iid="OAFIID:GNOME_Evolution_Summary_test_ComponentFactory" - type="exe" - location="test-service"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/GenericFactory:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="Factory for the test component."/> -</oaf_server> - -<oaf_server iid="OAFIID:GNOME_Evolution_Summary_test_Component" - type="factory" - location="OAFIID:GNOME_Evolution_Summary_test_ComponentFactory"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME/Evolution:Summary:ComponentFactory:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="Test service"/> -</oaf_server> - -<!-- This does not work -<oaf_server iid="OAFIID:evolution-summary-component-factory:test-bonobo-service:b6da2ad2-1fbb-4539-93f9-038b1702810e" - type="exe" - location="test-bonobo-service"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:GNOME:GenericFactory:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="Factory for the test bonobo component."/> -</oaf_server> - -<oaf_server iid="OAFIID:evolution-summary-component:test-bonobo-service:d3cb3ed6-a654-4337-8aa0-f443751d6d1b" - type="factory" - location="OAFIID:evolution-summary-component-factory:test-bonobo-service:b6da2ad2-1fbb-4539-93f9-038b1702810e"> - - <oaf_attribute name="repo_ids" type="stringv"> - <item value="IDL:Evolution:SummaryComponent:1.0"/> - </oaf_attribute> - - <oaf_attribute name="description" type="string" - _value="Test bonobo service"/> -</oaf_server> - ---> -</oaf_info> |