The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

PRE_UGLI_MOVE :: examples / src / joran / calculator /

calculator3.xml

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE computation>

<!-- This file is intended to be executed by Caculator2. 
     It is not suited for Calculator1 due to nested computation 
     elements.
     -->

<computation name="toto">
  <computation>
    <literal value="7"/>
    <literal value="3"/>
    <add/>
  </computation>   
 
  <literal value="3"/>
  <multiply/>
</computation>
[See repo JSON]