[java-identity-provider] 06/06: Remove warning about needing to have Java 1.8 from installer upgrade dialog
Rod Widdowson
rdw at steadingsoftware.com
Thu Oct 24 12:00:35 EDT 2019
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bb7715b82dfd1e3a252e7cdf2490ad980c44cde9
commit bb7715b82dfd1e3a252e7cdf2490ad980c44cde9
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Oct 24 15:00:02 2019 +0100
Remove warning about needing to have Java 1.8 from installer upgrade dialog
---
idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs | 1 -
1 file changed, 1 deletion(-)
diff --git a/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs b/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs
index ed6c759..7108ddf 100644
--- a/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs
+++ b/idp-installer/src/main/wix/ShibbolethIdP-update-dlg.wxs
@@ -33,7 +33,6 @@
<!-- Jetty? -->
<Control Id="UpdateJetty" Type="CheckBox" X="25" Y="80" Height="17" Width="60" CheckBoxPropertyRef="INSTALL_JETTY" CheckBoxValue="TRUE" Text="Install Jetty"/>
- <Control Id="InstallJWarn" Type="Text" X="85" Y="83" Height="17" Width="80" Text="{\JettyWarning_Font}Requires Java 1.8" />
<!-- Stuff at the bottom: line, Back,Next, [space] Cancel -->
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="1" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list