Bael 1743 improved (#4826)

* compile only for firefox

* added parent module

* changed artifact id
This commit is contained in:
Mher Baghinyan 2018-07-27 21:00:13 +04:00 committed by Grzegorz Piwowarek
parent 7070f25400
commit ffbeb78ee1
2 changed files with 9 additions and 1 deletions

View File

@ -6,10 +6,16 @@
<!-- POM file generated with GWT webAppCreator --> <!-- POM file generated with GWT webAppCreator -->
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>
<artifactId>google-web-toolkit</artifactId> <artifactId>google_web_toolkit</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<!-- ensure all GWT deps use the same version (unless overridden) --> <!-- ensure all GWT deps use the same version (unless overridden) -->

View File

@ -22,6 +22,8 @@
<!-- Specify the app entry point class. --> <!-- Specify the app entry point class. -->
<entry-point class='com.baeldung.client.Google_web_toolkit'/> <entry-point class='com.baeldung.client.Google_web_toolkit'/>
<set-property name="user.agent" value="gecko1_8"/>
<!-- Specify the paths for translatable code --> <!-- Specify the paths for translatable code -->
<source path='client'/> <source path='client'/>
<source path='shared'/> <source path='shared'/>