5d535ab7a5331adda9c42c3c18e155cea232e46c
java/com.sap.sailing.gwt.ui/pom.xml
| ... | ... | @@ -70,6 +70,12 @@ |
| 70 | 70 | </dependency> |
| 71 | 71 | <dependency> |
| 72 | 72 | <groupId>com.sap.sailing</groupId> |
| 73 | + <artifactId>com.sap.sse.branding</artifactId> |
|
| 74 | + <version>${project.version}</version> |
|
| 75 | + <classifier>sources</classifier> |
|
| 76 | + </dependency> |
|
| 77 | + <dependency> |
|
| 78 | + <groupId>com.sap.sailing</groupId> |
|
| 73 | 79 | <artifactId>com.sap.sse.gwt</artifactId> |
| 74 | 80 | <version>${project.version}</version> |
| 75 | 81 | <classifier>sources</classifier> |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/HomeBase.gwt.xml
| ... | ... | @@ -8,6 +8,7 @@ |
| 8 | 8 | <!-- Other module inherits --> |
| 9 | 9 | |
| 10 | 10 | <inherits name="com.sap.sse.gwt.SSESharedGWT" /> |
| 11 | + <inherits name="com.sap.sse.branding.SSEBranding" /> |
|
| 11 | 12 | <inherits name="com.sap.sse.SSECommon" /> |
| 12 | 13 | <inherits name="com.sap.sailing.domain.SailingDomain" /> |
| 13 | 14 | <inherits name="com.sap.sailing.landscape.LandscapeCommon" /> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/RaceBoard.gwt.xml
| ... | ... | @@ -6,9 +6,10 @@ |
| 6 | 6 | <!-- Other module inherits --> |
| 7 | 7 | <inherits name="com.sap.sse.gwt.SSESharedGWT" /> |
| 8 | 8 | <inherits name="com.sap.sse.SSECommon" /> |
| 9 | + <inherits name="com.sap.sse.branding.SSEBranding" /> |
|
| 9 | 10 | <inherits name="com.sap.sailing.domain.SailingDomain" /> |
| 10 | 11 | <inherits name="com.sap.sse.gwt.AdminConsole" /> |
| 11 | - <inherits name="com.sap.sailing.landscape.Landscape" /> |
|
| 12 | + <inherits name="com.sap.sailing.landscape.Landscape" /> |
|
| 12 | 13 | <inherits name="com.sap.sse.security.ui.LoginPanel" /> |
| 13 | 14 | <!-- Google Maps API --> |
| 14 | 15 | <inherits name='com.google.gwt.ajaxloader.AjaxLoader' /> |