File tree Expand file tree Collapse file tree
src/main/java/com/baeldung Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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) -->
Original file line number Diff line number Diff line change 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' />
You can’t perform that action at this time.
0 commit comments