2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 23:37:12 -07:00
* Updated to latest Gradle plugin.

* Updated for better alignment across hello templates

* Updated to RIFE 1.5.2

* Updated to RIFE 1.5.4
This commit is contained in:
Geert Bevin 2023-03-21 19:32:29 -04:00 committed by GitHub
parent ed1cfc66db
commit 1209879005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 14 deletions

View file

@ -7,7 +7,7 @@
<filter-class>rife.servlet.RifeFilter</filter-class>
<init-param>
<param-name>rifeSiteClass</param-name>
<param-value>hello.App</param-value>
<param-value>hello.AppSite</param-value>
</init-param>
</filter>