ac7d02e77db56d921276c745c812ea4059afdf1b
java/com.sap.sailing.dashboards.gwt/GWT Dashboards SDM.launch
| ... | ... | @@ -51,7 +51,6 @@ |
| 51 | 51 | </listAttribute> |
| 52 | 52 | <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="com.gwtplugins.gwt.eclipse.core.moduleClasspathProvider"/> |
| 53 | 53 | <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> |
| 54 | - <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"/> |
|
| 55 | 54 | <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.google.gwt.dev.DevMode"/> |
| 56 | 55 | <stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="com.sap.sailing.dashboards.gwt"/> |
| 57 | 56 | <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-style PRETTY -logLevel INFO -noserver -incremental -war "${project_loc:com.sap.sailing.dashboards.gwt}" -remoteUI "${gwt_remote_ui_server_port}:${unique_id}" -codeServerPort 9875 -startupUrl /dashboards/RibDashboard.html com.sap.sailing.dashboards.gwt.RibDashboard"/> |
java/com.sap.sse.security.ui/src/main/java/com/sap/sse/security/ui/authentication/login/LoginHintContent.java
| ... | ... | @@ -2,7 +2,6 @@ package com.sap.sse.security.ui.authentication.login; |
| 2 | 2 | |
| 3 | 3 | import com.google.gwt.core.client.GWT; |
| 4 | 4 | import com.google.gwt.dom.client.Element; |
| 5 | -import com.google.gwt.dom.client.Style.Display; |
|
| 6 | 5 | import com.google.gwt.event.dom.client.ClickEvent; |
| 7 | 6 | import com.google.gwt.event.dom.client.ClickHandler; |
| 8 | 7 | import com.google.gwt.uibinder.client.UiBinder; |
| ... | ... | @@ -13,7 +12,6 @@ import com.google.gwt.user.client.EventListener; |
| 13 | 12 | import com.google.gwt.user.client.ui.Anchor; |
| 14 | 13 | import com.google.gwt.user.client.ui.Composite; |
| 15 | 14 | import com.google.gwt.user.client.ui.Widget; |
| 16 | -import com.sap.sse.gwt.shared.ClientConfiguration; |
|
| 17 | 15 | |
| 18 | 16 | /** |
| 19 | 17 | * Widget that shows a message to inform the user that it has benefits to log in. There are two links the user can |