mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-10 20:52:11 +01:00
de914586c8
* Removed New/Save/Open dialogs * Removed printer * Changed version number in pluginspec. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@274 ebee16cc-31ac-478f-84a7-5cbb03baadba
18 lines
767 B
XML
18 lines
767 B
XML
<plugin name="Welcome" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2010 OpenPilot Project</copyright>
|
|
<license>
|
|
GNU Lesser General Public License Usage
|
|
|
|
This plugin may be used under the terms of the GNU Lesser
|
|
General Public License version 2.1 as published by the Free Software
|
|
Foundation. Please review the following information to
|
|
ensure the GNU Lesser General Public License version 2.1 requirements
|
|
will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
|
<description>Default Welcome Screen Plugin</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|