mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 05:05:38 +08:00
31
installer/installbuilder/swift-plugin-weatherdata.xml
Normal file
31
installer/installbuilder/swift-plugin-weatherdata.xml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
<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>
|
||||||
|
</distributionFile>
|
||||||
|
</distributionFileList>
|
||||||
|
</folder>
|
||||||
|
</folderList>
|
||||||
|
</component>
|
||||||
|
</componentList>
|
||||||
|
</componentGroup>
|
||||||
@@ -11,6 +11,9 @@
|
|||||||
<include>
|
<include>
|
||||||
<file>swift-plugin-simulators.xml</file>
|
<file>swift-plugin-simulators.xml</file>
|
||||||
</include>
|
</include>
|
||||||
|
<include>
|
||||||
|
<file>swift-plugin-weatherdata.xml</file>
|
||||||
|
</include>
|
||||||
<include>
|
<include>
|
||||||
<file>swift-externals.xml</file>
|
<file>swift-externals.xml</file>
|
||||||
</include>
|
</include>
|
||||||
|
|||||||
Reference in New Issue
Block a user