blob: 93ba3565bfc7216c6e995b6ee795e9aad3a8f0e0 [file] [log] [blame]
<!-- ======================================================================== -->
<!-- -->
<!-- Component Configuration for Avalon Components -->
<!-- -->
<!-- $Id$ -->
<!-- -->
<!-- ======================================================================== -->
<componentConfig>
<!-- Torque Component -->
<torque>
<configfile>/WEB-INF/conf/Torque.properties</configfile>
</torque>
<cache cacheInitialSize="20" cacheCheckFrequency="5"/>
<mimetype/>
<crypto>
<algorithm>
<unix>org.apache.fulcrum.crypto.provider.UnixCrypt</unix>
<clear>org.apache.fulcrum.crypto.provider.ClearCrypt</clear>
<java>org.apache.fulcrum.crypto.provider.JavaCrypt</java>
<oldjava>org.apache.fulcrum.crypto.provider.OldJavaCrypt</oldjava>
</algorithm>
</crypto>
<localization>
<bundles>
<bundle>org.apache.fulcrum.localization.BarBundle</bundle>
<bundle>org.apache.fulcrum.localization.FooBundle</bundle>
<bundle>org.apache.fulcrum.localization.MissingBundle</bundle>
</bundles>
</localization>
<intake>
<serialDataPath>target/appData.ser</serialDataPath>
<xmlPaths>
<xmlPath>conf/test/intake.xml</xmlPath>
</xmlPaths>
</intake>
<factory/>
<pool/>
</componentConfig>