mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<!--
|
|
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
-->
|
|
<componentGroup>
|
|
<name>weatherdata</name>
|
|
<description>WeatherData Plugins</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<selected>1</selected>
|
|
<show>1</show>
|
|
<componentList>
|
|
<component>
|
|
<name>weatherdatagfs</name>
|
|
<description>GFS WeatherData</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<detailedDescription>WeatherData fetched from NCEP Global Forecast System in 0.5 degrees worldwide</detailedDescription>
|
|
<selected>1</selected>
|
|
<show>1</show>
|
|
<folderList>
|
|
<folder>
|
|
<description>bin/plugins/weatherdata</description>
|
|
<destination>${installdir}/bin/plugins/weatherdata</destination>
|
|
<name>bin_plugins_simulator</name>
|
|
<platforms>all</platforms>
|
|
<distributionFileList>
|
|
<distributionFile>
|
|
<allowWildcards>1</allowWildcards>
|
|
<origin>../../dist/bin/plugins/weatherdata/*weatherdatagfs*</origin>
|
|
<excludeFiles>*/*.pdb;*/*.debug;*/*.dSYM</excludeFiles>
|
|
</distributionFile>
|
|
</distributionFileList>
|
|
</folder>
|
|
</folderList>
|
|
</component>
|
|
</componentList>
|
|
</componentGroup>
|