View packaging in progress

This commit is contained in:
Claude Brisson
2023-06-12 19:58:03 +02:00
parent 453d6d6570
commit 82bb0115ae
64 changed files with 81333 additions and 119 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<tools xmlns:xi="http://www.w3.org/2001/XInclude">
<toolbox scope="application">
<!--
<tool key="number" format="#0.00"/>
<tool key="date" locale="fr_FR" format="yyyy-MM-dd"/>
<tool key="inflector" class="org.atteo.evo.inflector.English"/>
<tool key="strings" class="org.apache.commons.lang3.StringUtils"/>
-->
</toolbox>
<toolbox scope="session">
<!--
<tool key="oauth" class="org.jeudego.egc2024.tool.OAuthTool"/>
-->
</toolbox>
<toolbox scope="request">
<tool key="translate" class="org.jeudego.pairgoth.view.TranslationTool"/>
<tool key="api" class="org.jeudego.pairgoth.view.ApiTool"/>
</toolbox>
</tools>