4d4142987fc3ff495ef28c27dae328c2be51004d
java/com.sap.sailing.dashboards.gwt/src/main/java/com/sap/sailing/dashboards/gwt/RibDashboard.gwt.xml
| ... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 | <inherits name="com.sap.sailing.ExpeditionConnectorCommon" /> |
| 47 | 47 | |
| 48 | 48 | <!-- module containing locale configuration --> |
| 49 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 49 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 50 | 50 | <inherits name="com.sap.sailing.gwt.ui.NoUI" /> |
| 51 | 51 | |
| 52 | 52 | <!-- Specify the app entry point class. --> |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/autoplay/AutoPlay.gwt.xml
| ... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | |
| 20 | 20 | <!-- Specify the paths for translatable code --> |
| 21 | 21 | <!-- module containing locale configuration --> |
| 22 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 22 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 23 | 23 | |
| 24 | 24 | <source path="client"/> |
| 25 | 25 |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/common/SailingLocalesAllPermutations.gwt.xml
| ... | ... | @@ -13,8 +13,8 @@ |
| 13 | 13 | |
| 14 | 14 | but there can be other i18n bundles. |
| 15 | 15 | |
| 16 | - the build script switches references to *SinglePermutation* |
|
| 17 | - to *SinglePermutation* in gwt modules with the "-b" option. |
|
| 16 | + the build script switches references to *AllPermutations* |
|
| 17 | + to *AllPermutations* in gwt modules with the "-b" option. |
|
| 18 | 18 | |
| 19 | 19 | --> |
| 20 | 20 |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/home/HomeBase.gwt.xml
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <inherits name='com.google.gwt.maps.Maps' /> |
| 25 | 25 | |
| 26 | 26 | <!-- module containing locale configuration --> |
| 27 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 27 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 28 | 28 | |
| 29 | 29 | <source path='client' /> |
| 30 | 30 | <source path='shared' /> |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/managementconsole/ManagementConsole.gwt.xml
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | <set-property name="gwt.logging.systemHandler" value="ENABLED" /> |
| 33 | 33 | |
| 34 | 34 | <!-- module containing locale configuration --> |
| 35 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 35 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 36 | 36 | |
| 37 | 37 | <!-- <inherits name='com.sap.sailing.gwt.ui.SourceActions' /> --> |
| 38 | 38 | <inherits name='com.sap.sailing.gwt.ui.SourceAdminConsole' /> |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/regattaoverview/RegattaOverview.gwt.xml
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 | |
| 27 | 27 | <source path='client'/> |
| 28 | 28 | <!-- module containing locale configuration --> |
| 29 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 29 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 30 | 30 | |
| 31 | 31 | <inherits name="com.sap.sailing.gwt.ui.SourceAdminConsole"/> |
| 32 | 32 | <inherits name='com.sap.sailing.gwt.ui.SourceClient'/> |
java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/AdminConsole.gwt.xml
| ... | ... | @@ -42,7 +42,7 @@ |
| 42 | 42 | <set-property name="gwt.logging.systemHandler" value="ENABLED" /> |
| 43 | 43 | |
| 44 | 44 | <!-- module containing locale configuration --> |
| 45 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 45 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 46 | 46 | |
| 47 | 47 | <!-- Turning CSS obfuscation off --> |
| 48 | 48 | <!-- <set-configuration-property name="CssResource.style" value="pretty"/> --> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/DataMining.gwt.xml
| ... | ... | @@ -32,7 +32,7 @@ |
| 32 | 32 | <inherits name="com.sap.sailing.ExpeditionConnectorCommon" /> |
| 33 | 33 | |
| 34 | 34 | <!-- module containing locale configuration --> |
| 35 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 35 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 36 | 36 | |
| 37 | 37 | <!-- Disable logging --> |
| 38 | 38 | <set-property name="gwt.logging.enabled" value="FALSE"/> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/EmbeddedMapAndWindChart.gwt.xml
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | <entry-point class='com.sap.sailing.gwt.ui.raceboard.EmbeddedMapAndWindChartEntryPoint'/> |
| 24 | 24 | |
| 25 | 25 | <!-- module containing locale configuration --> |
| 26 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 26 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 27 | 27 | |
| 28 | 28 | <inherits name='com.sap.sailing.gwt.ui.SourceCommon' /> |
| 29 | 29 | <inherits name='com.sap.sailing.gwt.ui.SourceClient' /> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/Leaderboard.gwt.xml
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <entry-point class='com.sap.sailing.gwt.ui.leaderboard.LeaderboardEntryPoint' /> |
| 25 | 25 | |
| 26 | 26 | <!-- module containing locale configuration --> |
| 27 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 27 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 28 | 28 | |
| 29 | 29 | <inherits name='com.sap.sailing.gwt.ui.SourceLeaderboard' /> |
| 30 | 30 | <inherits name='com.sap.sailing.gwt.ui.SourceCommon' /> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/PairingList.gwt.xml
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <entry-point class='com.sap.sailing.gwt.ui.pairinglist.PairingListEntryPoint' /> |
| 25 | 25 | |
| 26 | 26 | <!-- module containing locale configuration --> |
| 27 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 27 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 28 | 28 | |
| 29 | 29 | <inherits name='com.sap.sailing.gwt.ui.SourceLeaderboard' /> |
| 30 | 30 | <inherits name='com.sap.sailing.gwt.ui.SourceCommon' /> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/Simulator.gwt.xml
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | <inherits name='com.google.gwt.maps.Maps' /> |
| 21 | 21 | |
| 22 | 22 | <!-- module containing locale configuration --> |
| 23 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 23 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 24 | 24 | |
| 25 | 25 | <inherits name="com.sap.sailing.gwt.ui.SourceAdminConsole"/> |
| 26 | 26 | <inherits name='com.sap.sailing.gwt.ui.SourceClient'/> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/Spectator.gwt.xml
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | <entry-point class='com.sap.sailing.gwt.ui.spectator.SpectatorEntryPoint'/> |
| 24 | 24 | |
| 25 | 25 | <!-- module containing locale configuration --> |
| 26 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 26 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 27 | 27 | |
| 28 | 28 | <source path='spectator'/> |
| 29 | 29 |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/VideoPopup.gwt.xml
| ... | ... | @@ -25,7 +25,7 @@ |
| 25 | 25 | <entry-point class="com.sap.sailing.gwt.ui.client.media.popup.VideoPopupWindow" /> |
| 26 | 26 | |
| 27 | 27 | <!-- module containing locale configuration --> |
| 28 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 28 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 29 | 29 | |
| 30 | 30 | <source path='client' /> |
| 31 | 31 | <source path='actions'/> |
java/com.sap.sailing.gwt.ui/src/main/resources/com/sap/sailing/gwt/ui/YoutubePopup.gwt.xml
| ... | ... | @@ -23,7 +23,7 @@ |
| 23 | 23 | <inherits name='com.google.gwt.json.JSON' /> |
| 24 | 24 | |
| 25 | 25 | <!-- module containing locale configuration --> |
| 26 | - <inherits name='com.sap.sailing.gwt.common.SailingLocalesSinglePermutation' /> |
|
| 26 | + <inherits name='com.sap.sailing.gwt.common.SailingLocalesAllPermutations' /> |
|
| 27 | 27 | |
| 28 | 28 | <entry-point class="com.sap.sailing.gwt.ui.client.media.popup.YoutubePopupWindow" /> |
| 29 | 29 |
java/com.sap.sailing.server.test/src/com/sap/sailing/server/test/RaceTrackerTest.java
| ... | ... | @@ -18,6 +18,7 @@ import org.junit.jupiter.api.BeforeEach; |
| 18 | 18 | import org.junit.jupiter.api.Test; |
| 19 | 19 | |
| 20 | 20 | import com.sap.sailing.domain.base.RaceDefinition; |
| 21 | +import com.sap.sailing.domain.test.AbstractTracTracLiveTest; |
|
| 21 | 22 | import com.sap.sailing.domain.racelog.impl.EmptyRaceLogStore; |
| 22 | 23 | import com.sap.sailing.domain.regattalog.impl.EmptyRegattaLogStore; |
| 23 | 24 | import com.sap.sailing.domain.tracking.RaceHandle; |
| ... | ... | @@ -60,9 +61,8 @@ public class RaceTrackerTest { |
| 60 | 61 | liveUri = new URI("tcp://" + TracTracConnectionConstants.HOST_NAME + ":" + TracTracConnectionConstants.PORT_LIVE); |
| 61 | 62 | storedUri = new URI("tcp://" + TracTracConnectionConstants.HOST_NAME + ":" + TracTracConnectionConstants.PORT_STORED); |
| 62 | 63 | } |
| 63 | - |
|
| 64 | 64 | courseDesignUpdateUri = new URI("http://tracms.traclive.dk/update_course"); |
| 65 | - tracTracApiToken = "tracTest"; |
|
| 65 | + tracTracApiToken = AbstractTracTracLiveTest.getTracTracApiToken(); |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | @BeforeEach |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/EditProfile.gwt.xml
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | <!-- Other module inherits --> |
| 12 | 12 | <inherits name="com.sap.sse.gwt.Settings" /> |
| 13 | 13 | <inherits name="com.sap.sse.Security" /> |
| 14 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 14 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 15 | 15 | <inherits name="com.sap.sse.security.SSESecuritySerializers" /> |
| 16 | 16 | <inherits name="com.sap.sse.landscape.aws.common.SSELandscapeAWSCommon" /> |
| 17 | 17 |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/EmailValidation.gwt.xml
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | <!-- Other module inherits --> |
| 11 | 11 | <inherits name="com.sap.sse.gwt.Settings" /> |
| 12 | 12 | <inherits name="com.sap.sse.Security" /> |
| 13 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 13 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 14 | 14 | <inherits name="com.sap.sse.security.SSESecuritySerializers" /> |
| 15 | 15 | <inherits name="com.sap.sse.landscape.aws.common.SSELandscapeAWSCommon" /> |
| 16 | 16 |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/Login.gwt.xml
| ... | ... | @@ -4,7 +4,7 @@ |
| 4 | 4 | <inherits name='com.google.gwt.debug.Debug' /> |
| 5 | 5 | <inherits name="com.google.gwt.resources.Resources" /> |
| 6 | 6 | |
| 7 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 7 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 8 | 8 | <inherits name="com.sap.sse.security.ui.LoginPanel"/> |
| 9 | 9 | <inherits name="com.sap.sse.landscape.aws.common.SSELandscapeAWSCommon" /> |
| 10 | 10 |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/LoginPanel.gwt.xml
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | <inherits name='com.sap.sse.gwt.Settings'/> |
| 10 | 10 | <inherits name="com.sap.sse.gwt.Settings" /> |
| 11 | 11 | <inherits name="com.sap.sse.Security" /> |
| 12 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 12 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 13 | 13 | <inherits name="com.sap.sse.security.SSESecuritySerializers" /> |
| 14 | 14 | |
| 15 | 15 | <set-property name="gwt.logging.enabled" value="TRUE"/> |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/OAuthLogin.gwt.xml
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | |
| 10 | 10 | <!-- Other module inherits --> |
| 11 | 11 | <inherits name="com.sap.sse.gwt.Settings" /> |
| 12 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 12 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 13 | 13 | <inherits name="com.sap.sse.landscape.aws.common.SSELandscapeAWSCommon" /> |
| 14 | 14 | |
| 15 | 15 | <!-- Specify the app entry point class. --> |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/Register.gwt.xml
| ... | ... | @@ -9,7 +9,7 @@ |
| 9 | 9 | <!-- Other module inherits --> |
| 10 | 10 | <inherits name="com.sap.sse.gwt.Settings" /> |
| 11 | 11 | <inherits name="com.sap.sse.Security" /> |
| 12 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 12 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 13 | 13 | <inherits name="com.sap.sse.security.SSESecuritySerializers" /> |
| 14 | 14 | <inherits name="com.sap.sse.landscape.aws.common.SSELandscapeAWSCommon" /> |
| 15 | 15 |
java/com.sap.sse.security.ui/src/main/resources/com/sap/sse/security/ui/UserManagement.gwt.xml
| ... | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | |
| 13 | 13 | <inherits name="com.google.gwt.resources.Resources" /> |
| 14 | 14 | |
| 15 | - <inherits name="com.sap.sse.security.ui.SecurityLocalesSinglePermutation" /> |
|
| 15 | + <inherits name="com.sap.sse.security.ui.SecurityLocalesAllPermutations" /> |
|
| 16 | 16 | <inherits name="com.sap.sse.security.ui.LoginPanel"/> |
| 17 | 17 | |
| 18 | 18 | <!-- Specify the paths for translatable code --> |