Skip to content

Commit ffbeb78

Browse files
MherBaghinyanpivovarit
authored andcommitted
Bael 1743 improved (eugenp#4826)
* compile only for firefox * added parent module * changed artifact id
1 parent 7070f25 commit ffbeb78

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

google-web-toolkit/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
<!-- POM file generated with GWT webAppCreator -->
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.baeldung</groupId>
9-
<artifactId>google-web-toolkit</artifactId>
9+
<artifactId>google_web_toolkit</artifactId>
1010
<packaging>war</packaging>
1111
<version>1.0-SNAPSHOT</version>
1212

13+
<parent>
14+
<groupId>com.baeldung</groupId>
15+
<artifactId>parent-modules</artifactId>
16+
<version>1.0.0-SNAPSHOT</version>
17+
</parent>
18+
1319
<dependencyManagement>
1420
<dependencies>
1521
<!-- ensure all GWT deps use the same version (unless overridden) -->

google-web-toolkit/src/main/java/com/baeldung/Google_web_toolkit.gwt.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<!-- Specify the app entry point class. -->
2323
<entry-point class='com.baeldung.client.Google_web_toolkit'/>
2424

25+
<set-property name="user.agent" value="gecko1_8"/>
26+
2527
<!-- Specify the paths for translatable code -->
2628
<source path='client'/>
2729
<source path='shared'/>

0 commit comments

Comments
 (0)