blob: f128b1ae9a2aef86b0e2fd04fb1686bfc79c6ebf [file] [log] [blame]
<!--
This configuration file for Avalon components is used for testing the Fulcrum components
with Turbine.
-->
<componentConfig>
<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.turbine.services.localization.BarBundle</bundle>
</bundles>
</localization>
<intake>
<serialDataPath>target/appData.ser</serialDataPath>
<xmlPaths>
<xmlPath>conf/test/intake.xml</xmlPath>
</xmlPaths>
</intake>
<factory/>
<torque>
<configfile>conf/test/TorqueTest.properties</configfile>
</torque>
</componentConfig>