You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/10/20 07:49:18 UTC

[myfaces-tobago] branch master updated (583b410 -> bf50654)

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git.


    from 583b410  build(deps-dev): bump @rollup/plugin-node-resolve
     add e715a2e  feat: Replace date-picker implementation with browser impl
     add bf50654  chore: remove spring-boot example

No new revisions were added by this update.

Summary of changes:
 tobago-example/pom.xml                             |   5 +-
 .../tobago/example/demo/SheetController.java       |   2 +-
 tobago-example/tobago-example-spring-boot/pom.xml  | 163 ---------------------
 .../myfaces/tobago/example/spring/HelloSpring.java |  51 -------
 .../tobago/example/spring/TobagoApplication.java   |  34 -----
 .../resources/META-INF/WEB-INF/faces-config.xml    |  36 -----
 .../resources/META-INF/resources/helloWorld.xhtml  |  32 ----
 .../main/resources/META-INF/resources/index.html   |  28 ----
 .../main/resources/META-INF/resources/result.xhtml |  28 ----
 .../src/main/resources/META-INF/tobago-config.xml  |  47 ------
 .../src/main/resources/application.yml             |  28 ----
 11 files changed, 5 insertions(+), 449 deletions(-)
 delete mode 100644 tobago-example/tobago-example-spring-boot/pom.xml
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/java/org/apache/myfaces/tobago/example/spring/HelloSpring.java
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/java/org/apache/myfaces/tobago/example/spring/TobagoApplication.java
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/WEB-INF/faces-config.xml
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/resources/helloWorld.xhtml
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/resources/index.html
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/resources/result.xhtml
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/META-INF/tobago-config.xml
 delete mode 100644 tobago-example/tobago-example-spring-boot/src/main/resources/application.yml