product.awips plugin.properties, about, logo update
Conflicts: cave/com.raytheon.viz.product.awips/icons/awipsLogo.png
This commit is contained in:
parent
5489228a9b
commit
3bfe249641
13 changed files with 29 additions and 59 deletions
|
@ -2,5 +2,4 @@ source.. = src/
|
||||||
output.. = bin/
|
output.. = bin/
|
||||||
bin.includes = META-INF/,\
|
bin.includes = META-INF/,\
|
||||||
.,\
|
.,\
|
||||||
plugin.xml,\
|
plugin.xml
|
||||||
plugin.properties
|
|
|
@ -1 +0,0 @@
|
||||||
caveVersion=DEVELOPMENT
|
|
|
@ -36,7 +36,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property
|
<property
|
||||||
name="aboutImage"
|
name="aboutImage"
|
||||||
value="platform:/plugin/com.raytheon.viz.product.awips/icons/ipr.gif">
|
value="platform:/plugin/com.raytheon.viz.product.awips/icons/awips.png">
|
||||||
</property>
|
</property>
|
||||||
<property
|
<property
|
||||||
name="appName"
|
name="appName"
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
</property>
|
</property>
|
||||||
<property
|
<property
|
||||||
name="version"
|
name="version"
|
||||||
value="%caveVersion"/>
|
value="%vizVersion"/>
|
||||||
</product>
|
</product>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
|
|
@ -9,5 +9,5 @@ Export-Package: com.raytheon.viz.product.awips;uses:="org.eclipse.jface.resource
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.ui
|
org.eclipse.ui
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -37,7 +37,8 @@
|
||||||
-XX:G1MixedGCLiveThresholdPercent=25
|
-XX:G1MixedGCLiveThresholdPercent=25
|
||||||
-XX:G1OldCSetRegionThresholdPercent=25
|
-XX:G1OldCSetRegionThresholdPercent=25
|
||||||
-XX:G1HeapWastePercent=5
|
-XX:G1HeapWastePercent=5
|
||||||
-DvizVersion=DEVELOPMENT
|
-DvizVersion=17.1.1-3
|
||||||
|
-DbuildSystem=macOS/Eclipse
|
||||||
</vmArgs>
|
</vmArgs>
|
||||||
<vmArgsWin>-Dfile.encoding=UTF-8
|
<vmArgsWin>-Dfile.encoding=UTF-8
|
||||||
</vmArgsWin>
|
</vmArgsWin>
|
||||||
|
|
BIN
cave/com.raytheon.viz.product.awips/icons/awips.png
Normal file
BIN
cave/com.raytheon.viz.product.awips/icons/awips.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
Before Width: | Height: | Size: 983 B |
|
@ -1,8 +1,8 @@
|
||||||
caveAboutText=Common AWIPS Visualization Environment (CAVE)\n\
|
caveAboutText=Common AWIPS Visualization Environment (CAVE), developed \
|
||||||
\n\
|
on the Raytheon viz environment, released as non-operational \
|
||||||
Developed on the Raytheon Visualization Environment (viz)\n\
|
software by UCAR's Unidata Program Center\n\
|
||||||
\tBUILD VERSION: {0}\n\
|
http://www.unidata.ucar.edu/software/awips \
|
||||||
\tBUILD DATE: {1}\n\
|
\n\n\
|
||||||
\tBUILD TIME: {2}\n\
|
\tVersion: {0}\n\
|
||||||
\tBUILD SYSTEM: {3}
|
\tBuild system: {3}
|
||||||
caveVersion=DEVELOPMENT
|
caveVersion={0}
|
|
@ -33,10 +33,10 @@
|
||||||
value="%caveAboutText"/>
|
value="%caveAboutText"/>
|
||||||
<property
|
<property
|
||||||
name="version"
|
name="version"
|
||||||
value="%caveVersion"/>
|
value="%vizVersion"/>
|
||||||
<property
|
<property
|
||||||
name="aboutImage"
|
name="aboutImage"
|
||||||
value="icons/ipr.gif"/>
|
value="icons/awips.png"/>
|
||||||
<property
|
<property
|
||||||
name="appName"
|
name="appName"
|
||||||
value="CAVE">
|
value="CAVE">
|
||||||
|
|
|
@ -183,35 +183,20 @@ rm -rf /awips2/cave/configuration/org.eclipse.osgi
|
||||||
|
|
||||||
popd > /dev/null 2>&1
|
popd > /dev/null 2>&1
|
||||||
|
|
||||||
# determine if an installation of awips2-common-base is already present
|
function updateCaveVersion() {
|
||||||
# (edex has been installed before CAVE on an ADAM machine)
|
# Note: the system properties echoed to the versions script are based on
|
||||||
#if [ -f /awips2/.cave/installCAVECommon.sh ]; then
|
# about.mappings in the com.raytheon.viz.product.awips plugin.
|
||||||
# # copy common-base files to cave
|
AWIPS_VERSION_TXT=/awips2/cave/awipsVersion.txt
|
||||||
# cp -r /awips2/.cave/.repository /awips2/cave/
|
|
||||||
# cp /awips2/.cave/installCAVECommon.sh /awips2/cave
|
|
||||||
#
|
|
||||||
# # install the common-base feature
|
|
||||||
# /bin/bash /awips2/cave/installCAVECommon.sh
|
|
||||||
# rm -f /awips2/cave/installCAVECommon.sh
|
|
||||||
#
|
|
||||||
# # cleanup
|
|
||||||
# rm -rf /awips2/.cave
|
|
||||||
#fi
|
|
||||||
|
|
||||||
#function updateCaveVersion() {
|
echo "-DvizVersion=%{_component_version}-%{_component_release}" > ${AWIPS_VERSION_TXT}
|
||||||
# # Note: the system properties echoed to the versions script are based on
|
echo "-DbuildDate=%{_component_build_date}" >> ${AWIPS_VERSION_TXT}
|
||||||
# # about.mappings in the com.raytheon.viz.product.awips plugin.
|
echo "-DbuildTime=%{_component_build_time}" >> ${AWIPS_VERSION_TXT}
|
||||||
# AWIPS_VERSION_TXT=/awips2/cave/awipsVersion.txt
|
echo "-DbuildSystem=%{_component_build_system}" >> ${AWIPS_VERSION_TXT}
|
||||||
#
|
}
|
||||||
# echo "-DvizVersion=%{_component_version}-%{_component_release}" > ${AWIPS_VERSION_TXT}
|
|
||||||
# echo "-DbuildDate=%{_component_build_date}" >> ${AWIPS_VERSION_TXT}
|
if [ -d /awips2/cave ]; then
|
||||||
# echo "-DbuildTime=%{_component_build_time}" >> ${AWIPS_VERSION_TXT}
|
updateCaveVersion
|
||||||
# echo "-DbuildSystem=%{_component_build_system}" >> ${AWIPS_VERSION_TXT}
|
fi
|
||||||
#}
|
|
||||||
#
|
|
||||||
#if [ -d /awips2/cave ]; then
|
|
||||||
# updateCaveVersion
|
|
||||||
#fi
|
|
||||||
|
|
||||||
chown -R awips:fxalpha /awips2/cave
|
chown -R awips:fxalpha /awips2/cave
|
||||||
|
|
||||||
|
|
|
@ -105,20 +105,6 @@ function updateEDEXVersion()
|
||||||
>> ${EDEX_BANNER_TXT}
|
>> ${EDEX_BANNER_TXT}
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateAlertVizVersion() {
|
|
||||||
# Note: alertviz does not include any of the branding information that CAVE does.
|
|
||||||
# So, we will only be utilizing the version override.
|
|
||||||
AWIPS_VERSION_TXT=/awips2/alertviz/awipsVersion.txt
|
|
||||||
|
|
||||||
echo "--launcher.appendVmargs" > ${AWIPS_VERSION_TXT}
|
|
||||||
echo "-vmargs" >> ${AWIPS_VERSION_TXT}
|
|
||||||
echo "-DvizVersion=%{_component_version}-%{_component_release}" >> ${AWIPS_VERSION_TXT}
|
|
||||||
}
|
|
||||||
|
|
||||||
if [ -d /awips2/alertviz ]; then
|
|
||||||
updateAlertVizVersion
|
|
||||||
fi
|
|
||||||
|
|
||||||
EDEX_BANNER_TXT="/awips2/edex/conf/banner.txt"
|
EDEX_BANNER_TXT="/awips2/edex/conf/banner.txt"
|
||||||
# does banner.txt exist?
|
# does banner.txt exist?
|
||||||
if [ -f ${EDEX_BANNER_TXT} ]; then
|
if [ -f ${EDEX_BANNER_TXT} ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue