mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
GCS/uploader: change uploader.pluginspec -> Uploader.pluginspec
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@479 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
a1b39c3035
commit
eb4f26f244
10
ground/src/plugins/uploader/Uploader.pluginspec
Executable file
10
ground/src/plugins/uploader/Uploader.pluginspec
Executable file
@ -0,0 +1,10 @@
|
||||
<plugin name="Uploader" version="0.0.1" compatVersion="1.0.0">
|
||||
<vendor>Jose Barros A.K.A. PT_Dreamer</vendor>
|
||||
<copyright>(C) 2010 OpenPilot Project</copyright>
|
||||
<license>The GNU Public License (GPL) Version 3</license>
|
||||
<description>A plugin to Upload Firmware to the OpenPilot HW via Ymodem protocol</description>
|
||||
<url>http://www.openpilot.org</url>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.0.0"/>
|
||||
</dependencyList>
|
||||
</plugin>
|
Loading…
Reference in New Issue
Block a user