serverXmlIO = new ServerXmlIOV154();
serverConfiguration = serverXmlIO.parse( ApacheDSConfigurationPlugin.class
.getResourceAsStream( "default-server-1.5.4.xml" ) ); //$NON-NLS-1$
break;
case VERSION_1_5_3:
serverXmlIO = new ServerXmlIOV153();
serverConfiguration = serverXmlIO.parse( ApacheDSConfigurationPlugin.class
.getResourceAsStream( "default-server-1.5.3.xml" ) ); //$NON-NLS-1$
break;
case VERSION_1_5_2:
serverXmlIO = new ServerXmlIOV152();