Skip to content

Commit

Permalink
Ran 'webfx update' (latest j2cl)
Browse files Browse the repository at this point in the history
  • Loading branch information
salmonb committed Mar 24, 2024
1 parent 21f6187 commit 03ef663
Show file tree
Hide file tree
Showing 59 changed files with 404 additions and 136 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,6 @@
<source path="dev/webfx/extras/visual/controls"/>
<!--============================< webfx-extras-visual-grid >============================-->
<source path="dev/webfx/extras/visual/controls/grid"/>
<!--====================< webfx-extras-visual-grid-peers-gwt-j2cl >=====================-->
<source path="dev/webfx/extras/visual/controls/grid/peers/gwt/html"/>
<source path="dev/webfx/extras/visual/controls/grid/registry"/>
<!--======================< webfx-extras-visual-grid-peers-base >=======================-->
<source path="dev/webfx/extras/visual/controls/grid/peers/base"/>
<!--=========================< webfx-extras-visual-peers-base >=========================-->
Expand All @@ -472,9 +469,6 @@
<source path="dev/webfx/extras/webtext"/>
<!--========================< webfx-extras-webtext-peers-base >=========================-->
<source path="dev/webfx/extras/webtext/peers/base"/>
<!--======================< webfx-extras-webtext-peers-gwt-j2cl >=======================-->
<source path="dev/webfx/extras/webtext/peers/gwt/html"/>
<source path="dev/webfx/extras/webtext/registry"/>
<!--===========================< webfx-extras-webtext-util >============================-->
<source path="dev/webfx/extras/webtext/util"/>
<!--======================< webfx-kit-javafxcontrols-peers-base >=======================-->
Expand Down Expand Up @@ -559,53 +553,6 @@
<super-source includes="java/util/function/" path=""/>
<super-source includes="java/util/regex/" path=""/>
<super-source includes="netscape/javascript/" path=""/>
<!--=======================< webfx-platform-javabase-emul-j2cl >========================-->
<source path="dev/webfx/platform/j2cl"/>
<source path="dev/webfx/platform/javabase/emul/j2cl"/>
<!--=======================< webfx-platform-javatime-emul-j2cl >========================-->
<source path="javaemul/internal/annotations"/>
<source path="org/threeten/bp"/>
<source path="org/threeten/bp/chrono"/>
<source path="org/threeten/bp/format"/>
<source path="org/threeten/bp/jdk8"/>
<source path="org/threeten/bp/temporal"/>
<source path="org/threeten/bp/zone"/>
<source path="walkingkooka"/>
<source path="walkingkooka/build"/>
<source path="walkingkooka/collect"/>
<source path="walkingkooka/collect/iterable"/>
<source path="walkingkooka/collect/iterator"/>
<source path="walkingkooka/collect/list"/>
<source path="walkingkooka/collect/list/j2cl/java/util/concurrent"/>
<source path="walkingkooka/collect/map"/>
<source path="walkingkooka/collect/set"/>
<source path="walkingkooka/collect/stack"/>
<source path="walkingkooka/compare"/>
<source path="walkingkooka/io"/>
<source path="walkingkooka/j2cl/java/io"/>
<source path="walkingkooka/j2cl/java/io/string"/>
<source path="walkingkooka/j2cl/java/text"/>
<source path="walkingkooka/j2cl/java/time"/>
<source path="walkingkooka/j2cl/java/util/calendar"/>
<source path="walkingkooka/j2cl/java/util/currency"/>
<source path="walkingkooka/j2cl/java/util/locale/support"/>
<source path="walkingkooka/j2cl/java/util/timezone"/>
<source path="walkingkooka/j2cl/java/util/timezone/support"/>
<source path="walkingkooka/j2cl/java/util/timezone/zonerulesreader"/>
<source path="walkingkooka/j2cl/locale"/>
<source path="walkingkooka/locale"/>
<source path="walkingkooka/naming"/>
<source path="walkingkooka/predicate"/>
<source path="walkingkooka/predicate/character"/>
<source path="walkingkooka/reflect"/>
<source path="walkingkooka/stream"/>
<source path="walkingkooka/stream/push"/>
<source path="walkingkooka/test"/>
<source path="walkingkooka/text"/>
<source path="walkingkooka/text/cursor"/>
<source path="walkingkooka/text/printer"/>
<source path="walkingkooka/util"/>
<source path="walkingkooka/visit"/>
<!--==============================< webfx-platform-meta >===============================-->
<source path="dev/webfx/platform/meta"/>
<!--===============================< webfx-platform-os >================================-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
</tr>
</table>
<script charset="utf-8" src="dev/webfx/stack/com/websocket/spi/impl/gwt/sockjs.min.js" type="text/javascript"></script>
<!-- Commented as the quick start creates websocket connection resets on AWS
<script type="text/javascript" charset="utf-8" src="dev/webfx/stack/com/websocket/spi/impl/gwt/sockjs-quickstart.js"/>
<!-- Commented as the quick start creates websocket connection resets on AWS
<script type="text/javascript" charset="utf-8" src="dev/webfx/stack/com/websocket/spi/impl/gwt/sockjs-quickstart.js"/>
-->
<script charset="utf-8" src="emul/java/util/regex/xregexp.js" type="text/javascript"></script>
<script charset="utf-8" src="modality_all_backoffice_application_gwt.nocache.js" type="text/javascript"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static <S> ServiceLoader<S> load(Class<S> serviceClass) {
case "one.modality.base.backoffice.ganttcanvas.spi.MainFrameGanttCanvasProvider": return new ServiceLoader<S>(one.modality.event.backoffice.events.ganttcanvas.spi.impl.event.MainFrameEventsGanttCanvasProvider::new);
case "one.modality.base.backoffice.mainframe.headernode.MainFrameHeaderNodeProvider": return new ServiceLoader<S>(one.modality.crm.backoffice.organization.fx.impl.MainFrameHeaderOrganizationSelectorProvider::new, one.modality.event.backoffice.event.fx.impl.MainFrameHeaderEventSelectorProvider::new);
case "one.modality.ecommerce.payment.custom.spi.CustomPaymentProvider": return new ServiceLoader<S>(one.modality.ecommerce.payment.custom.spi.impl.remote.RemoteCustomPaymentProvider::new);
case "org.threeten.bp.zone.ZoneRulesProvider": return new ServiceLoader<S>();

// UNKNOWN SPI
default:
Expand Down
8 changes: 8 additions & 0 deletions modality-all/modality-all-backoffice-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@
<source path="dev/webfx/extras/visual/controls"/>
<!--============================< webfx-extras-visual-grid >============================-->
<source path="dev/webfx/extras/visual/controls/grid"/>
<!--====================< webfx-extras-visual-grid-peers-gwt-j2cl >=====================-->
<source path="dev/webfx/extras/visual/controls/grid/peers/gwt/html"/>
<source path="dev/webfx/extras/visual/controls/grid/registry"/>
<!--======================< webfx-extras-visual-grid-peers-base >=======================-->
<source path="dev/webfx/extras/visual/controls/grid/peers/base"/>
<!--=========================< webfx-extras-visual-peers-base >=========================-->
Expand All @@ -286,9 +283,6 @@
<source path="dev/webfx/extras/webtext"/>
<!--========================< webfx-extras-webtext-peers-base >=========================-->
<source path="dev/webfx/extras/webtext/peers/base"/>
<!--======================< webfx-extras-webtext-peers-gwt-j2cl >=======================-->
<source path="dev/webfx/extras/webtext/peers/gwt/html"/>
<source path="dev/webfx/extras/webtext/registry"/>
<!--===========================< webfx-extras-webtext-util >============================-->
<source path="dev/webfx/extras/webtext/util"/>
<!--======================< webfx-kit-javafxcontrols-peers-base >=======================-->
Expand Down Expand Up @@ -378,53 +372,6 @@
<super-source includes="java/util/function/" path=""/>
<super-source includes="java/util/regex/" path=""/>
<super-source includes="netscape/javascript/" path=""/>
<!--=======================< webfx-platform-javabase-emul-j2cl >========================-->
<source path="dev/webfx/platform/j2cl"/>
<source path="dev/webfx/platform/javabase/emul/j2cl"/>
<!--=======================< webfx-platform-javatime-emul-j2cl >========================-->
<source path="javaemul/internal/annotations"/>
<source path="org/threeten/bp"/>
<source path="org/threeten/bp/chrono"/>
<source path="org/threeten/bp/format"/>
<source path="org/threeten/bp/jdk8"/>
<source path="org/threeten/bp/temporal"/>
<source path="org/threeten/bp/zone"/>
<source path="walkingkooka"/>
<source path="walkingkooka/build"/>
<source path="walkingkooka/collect"/>
<source path="walkingkooka/collect/iterable"/>
<source path="walkingkooka/collect/iterator"/>
<source path="walkingkooka/collect/list"/>
<source path="walkingkooka/collect/list/j2cl/java/util/concurrent"/>
<source path="walkingkooka/collect/map"/>
<source path="walkingkooka/collect/set"/>
<source path="walkingkooka/collect/stack"/>
<source path="walkingkooka/compare"/>
<source path="walkingkooka/io"/>
<source path="walkingkooka/j2cl/java/io"/>
<source path="walkingkooka/j2cl/java/io/string"/>
<source path="walkingkooka/j2cl/java/text"/>
<source path="walkingkooka/j2cl/java/time"/>
<source path="walkingkooka/j2cl/java/util/calendar"/>
<source path="walkingkooka/j2cl/java/util/currency"/>
<source path="walkingkooka/j2cl/java/util/locale/support"/>
<source path="walkingkooka/j2cl/java/util/timezone"/>
<source path="walkingkooka/j2cl/java/util/timezone/support"/>
<source path="walkingkooka/j2cl/java/util/timezone/zonerulesreader"/>
<source path="walkingkooka/j2cl/locale"/>
<source path="walkingkooka/locale"/>
<source path="walkingkooka/naming"/>
<source path="walkingkooka/predicate"/>
<source path="walkingkooka/predicate/character"/>
<source path="walkingkooka/reflect"/>
<source path="walkingkooka/stream"/>
<source path="walkingkooka/stream/push"/>
<source path="walkingkooka/test"/>
<source path="walkingkooka/text"/>
<source path="walkingkooka/text/cursor"/>
<source path="walkingkooka/text/printer"/>
<source path="walkingkooka/util"/>
<source path="walkingkooka/visit"/>
<!--==============================< webfx-platform-meta >===============================-->
<source path="dev/webfx/platform/meta"/>
<!--===============================< webfx-platform-os >================================-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
</tr>
</table>
<script charset="utf-8" src="dev/webfx/stack/com/websocket/spi/impl/gwt/sockjs.min.js" type="text/javascript"></script>
<!-- Commented as the quick start creates websocket connection resets on AWS
<script type="text/javascript" charset="utf-8" src="dev/webfx/stack/com/websocket/spi/impl/gwt/sockjs-quickstart.js"/>
<!-- Commented as the quick start creates websocket connection resets on AWS
<script type="text/javascript" charset="utf-8" src="dev/webfx/stack/com/websocket/spi/impl/gwt/sockjs-quickstart.js"/>
-->
<script charset="utf-8" src="emul/java/util/regex/xregexp.js" type="text/javascript"></script>
<script charset="utf-8" src="modality_all_frontoffice_application_gwt.nocache.js" type="text/javascript"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ public static <S> ServiceLoader<S> load(Class<S> serviceClass) {
case "dev.webfx.stack.session.spi.SessionServiceProvider": return new ServiceLoader<S>(dev.webfx.stack.session.spi.impl.client.ClientSessionServiceProvider::new);
case "javafx.application.Application": return new ServiceLoader<S>(one.modality.base.frontoffice.application.ModalityFrontOfficeApplication::new);
case "one.modality.base.backoffice.mainframe.headernode.MainFrameHeaderNodeProvider": return new ServiceLoader<S>();
case "org.threeten.bp.zone.ZoneRulesProvider": return new ServiceLoader<S>();

// UNKNOWN SPI
default:
Expand Down
8 changes: 8 additions & 0 deletions modality-all/modality-all-frontoffice-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-windowhistory</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-util</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-windowhistory</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions modality-base/modality-base-backoffice-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-resource</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-util</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
<version>1.0.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
8 changes: 8 additions & 0 deletions modality-base/modality-base-backoffice-masterslave/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@
<version>0.1.0-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-util</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions modality-base/modality-base-backoffice-max-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
8 changes: 8 additions & 0 deletions modality-base/modality-base-backoffice-min-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
<scope>runtime</scope>
</dependency>

<dependency>
<groupId>dev.webfx</groupId>
<artifactId>webfx-platform-javatime-emul-j2cl</artifactId>
<version>0.1.0-SNAPSHOT</version>
<scope>runtime</scope>
<optional>true</optional>
</dependency>

</dependencies>

</project>
Loading

0 comments on commit 03ef663

Please sign in to comment.