13 lines
405 B
XML
13 lines
405 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!-- The JBoss service configuration file for the BSH deployer service.
|
|
$Id: bsh-deployer.xml 23463 2004-09-05 15:50:37Z starksm $
|
|
-->
|
|
<server>
|
|
<!-- BSH deployer, remove to disable deployment of bsh scripts as services
|
|
-->
|
|
<mbean code="org.jboss.varia.deployment.BeanShellSubDeployer"
|
|
name="jboss.deployer:service=BSHDeployer">
|
|
</mbean>
|
|
</server>
|