|
From: <svn...@op...> - 2009-11-02 12:28:41
|
Author: dgollub Date: Mon Nov 2 13:26:41 2009 New Revision: 5912 URL: http://www.opensync.org/changeset/5912 Log: Renamed the external-demo plugin to external-plugin. plugin developers don't need to know that there are other possibilities beside XML to register such a plugin. The XML way is the prefered way to register external-plugins. Modified: trunk/docs/examples/plugins/src/external_plugin.xml Modified: trunk/docs/examples/plugins/src/external_plugin.xml ============================================================================== --- trunk/docs/examples/plugins/src/external_plugin.xml Mon Nov 2 13:24:32 2009 (r5911) +++ trunk/docs/examples/plugins/src/external_plugin.xml Mon Nov 2 13:26:41 2009 (r5912) @@ -5,7 +5,7 @@ but creating a real plugin is still supported. Use one or the other, but not both! --> <ExternalPlugin version="1"> - <Name>external-demo-xml</Name> + <Name>external-plugin</Name> <LongName>long name. maybe < 50 chars</LongName> <Description>A longer description. < 200 chars</Description> <ExternalCommand>example_external_demo %s</ExternalCommand> |