// If running under JDK 1.4 (retrotranslateed logback) then we
// might not have JMX.
if(PlatformInfo.hasJMXObjectName()) {
rs.addRule(new Pattern("configuration/jmxConfigurator"), new JMXConfiguratorAction());
}
rs.addRule(new Pattern("configuration/include"), new IncludeFileAction());
rs.addRule(new Pattern("configuration/consolePlugin"), new ConsolePluginAction());
}