Skip to content

Commit

Permalink
Added GWT Compiler "extra" arg in dev compile
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Apr 13, 2021
1 parent b617141 commit 573bc5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ dependency-reduced-pom.xml

overlays/

.DS_Store
.DS_Store

gwt-extra/
1 change: 1 addition & 0 deletions webprotege-gwt-ui-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@
<moduleShortName>webprotege</moduleShortName>
<classpathScope>compile+runtime</classpathScope>
<moduleTemplate>${project.basedir}/src/main/module-dev.gwt.xml</moduleTemplate>
<extra>target/gwt-extra</extra>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 573bc5f

Please sign in to comment.