Skip to content

Commit

Permalink
Use package relocation
Browse files Browse the repository at this point in the history
--HG--
branch : GWT29
  • Loading branch information
foal committed Jun 5, 2021
1 parent 36568fe commit ce1ed59
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<module>
<!-- Copied from target\classes\org\jresearch\threetenbp\gwt\time -->
<inherits name="org.jresearch.gwt.eml.locale.module" />
<inherits name="org.jresearch.gwt.time.apt.module" />
<inherits name="org.jresearch.gwt.time.apt.data.module" />
<inherits name="com.google.gwt.regexp.RegExp" />
<inherits name="com.google.gwt.resources.Resources" />
<inherits name="org.jresearch.gwt.eml.locale.module"/>
<inherits name="org.gwtproject.core.Core"/>
<inherits name="org.jresearch.gwt.time.apt.data.module"/>
<inherits name="org.jresearch.gwt.time.apt.module"/>
<inherits name="org.gwtproject.regexp.RegExp"/>
<inherits name="com.google.gwt.regexp.RegExp"/>
<inherits name="com.google.gwt.resources.Resources"/>
<!--test-->
<inherits name="org.dominokit.domino.logger.Logging" />
<inherits name="org.jresearch.threetenbp.gwt.emu.test" />
<set-property name="domino.slf4j.logging.level" value="TRACE" />
<inherits name="org.dominokit.domino.logger.Logging"/>
<inherits name="org.jresearch.threetenbp.gwt.emu.test"/>
<set-property name="domino.slf4j.logging.level" value="TRACE"/>
</module>

0 comments on commit ce1ed59

Please sign in to comment.