1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-31 16:52:10 +01:00
LibrePilot/ground/gcs/src/plugins/setupwizard/SetupWizard.pluginspec

14 lines
671 B
XML

<plugin name="SetupWizard" version="1.0.0" compatVersion="1.0.0">
<vendor>The LibrePilot Project</vendor>
<copyright>(C) 2015 LibrePilot Project; (C) 2012 OpenPilot Project</copyright>
<license>The GNU Public License (GPL) Version 3</license>
<description>A plugin that provides a setup wizard for easy initial setup of airframes.</description>
<url>http://www.librepilot.org</url>
<dependencyList>
<dependency name="Core" version="1.0.0"/>
<dependency name="Config" version="1.0.0"/>
<dependency name="UAVObjects" version="1.0.0"/>
<dependency name="Uploader" version="1.0.0"/>
</dependencyList>
</plugin>