f2f8299f7f769414cd98af9c93d1be4a339fd338
java/com.sap.sailing.dashboards.gwt/src/main/java/com/sap/sailing/dashboards/gwt/RibDashboard.gwt.xml
| ... | ... | @@ -10,6 +10,7 @@ |
| 10 | 10 | <!-- <inherits name="com.sap.sailing.gwt.ui.EmulatedJRE" /> --> |
| 11 | 11 | <inherits name="com.sap.sse.gwt.SSESharedGWT" /> |
| 12 | 12 | <inherits name="com.sap.sse.gwt.AdminConsole" /> |
| 13 | + <inherits name="com.sap.sailing.gwt.ui.AdminConsole" /> |
|
| 13 | 14 | <inherits name="com.sap.sse.SSECommon" /> |
| 14 | 15 | <inherits name="com.sap.sse.landscape.common.SSELandscapeCommon"/> |
| 15 | 16 | <inherits name="com.sap.sse.landscape.aws.common.SSELandscapeAWSCommon" /> |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/AdminConsole.gwt.xml
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | <inherits name="com.sap.sse.security.ui.LoginPanel" /> |
| 29 | 29 | <inherits name="com.sap.sse.security.ui.SecurityCommon" /> |
| 30 | 30 | <inherits name="com.sap.sse.Security" /> |
| 31 | - <inherits name="com.sap.sailing.landscape.Landscape" /> |
|
| 31 | + <inherits name="com.sap.sailing.landscape.Landscape" /> |
|
| 32 | 32 | |
| 33 | 33 | <super-source path="jre" /> |
| 34 | 34 |