Amend: Fixed println, added uncustomization of displays to interface, fixed font issue Amend: Fixed comments and switched to TimeUtil for common constants for time Change-Id: I92b49a59848ee4a8f61205ab21f5de2e0c260525 Former-commit-id:f08e2d5edc
[formerly54fe14b06b
[formerly474429aaee
] [formerlyf08e2d5edc
[formerly 00aaabcbe2b7a66c63de3196cc68f57ccb4664a5]]] Former-commit-id:54fe14b06b
[formerly474429aaee
] Former-commit-id:54fe14b06b
Former-commit-id:7d88c2a719
64 lines
2 KiB
XML
64 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="com.raytheon.uf.viz.ncep.nsharp.feature"
|
|
label="NCEP NSharp Feature"
|
|
version="1.0.0.qualifier"
|
|
provider-name="RAYTHEON">
|
|
|
|
<description url="http://www.example.com/description">
|
|
[Enter Feature Description here.]
|
|
</description>
|
|
|
|
<copyright url="http://www.example.com/copyright">
|
|
[Enter Copyright Description here.]
|
|
</copyright>
|
|
|
|
<license url="http://www.example.com/license">
|
|
[Enter License Description here.]
|
|
</license>
|
|
|
|
<requires>
|
|
<import feature="com.raytheon.uf.viz.cots.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.raytheon.uf.viz.common.core.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.raytheon.uf.viz.core.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.raytheon.uf.viz.ncep.core.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.raytheon.uf.viz.sounding.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.raytheon.uf.viz.displays.feature" version="1.0.0.qualifier"/>
|
|
<import feature="com.raytheon.uf.viz.ncep.displays.feature" version="1.0.0.qualifier"/>
|
|
</requires>
|
|
|
|
<plugin
|
|
id="gov.noaa.nws.ncep.ui.nsharp"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="true"/>
|
|
|
|
<plugin
|
|
id="gov.noaa.nws.ncep.ui.nsharp.linux32"
|
|
os="linux"
|
|
arch="x86"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="gov.noaa.nws.ncep.ui.nsharp.linux64"
|
|
os="linux"
|
|
arch="x86_64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
fragment="true"/>
|
|
|
|
<plugin
|
|
id="gov.noaa.nws.ncep.ui.nsharp.win32"
|
|
os="win32"
|
|
arch="x86"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
fragment="true"/>
|
|
|
|
</feature>
|