C3_NAME,
c3Deps,
null,
null,
false );
final ComponentProfile cp3 = new ComponentProfile( C3, md3 );
final ComponentTemplate md2a =
new ComponentTemplate( "c2a",
C2_NAME,
DependencyDirective.EMPTY_SET,
null,
null,
false );
final ComponentProfile cp2a = new ComponentProfile( C2, md2a );
final ComponentTemplate md2b =
new ComponentTemplate( "c2b",
C2_NAME,
DependencyDirective.EMPTY_SET,
null,
null,
false );
final ComponentProfile cp2b = new ComponentProfile( C2, md2b );
final ComponentTemplate md2c =
new ComponentTemplate( "c2c",
C2_NAME,
DependencyDirective.EMPTY_SET,
null,
null,
false );
final ComponentProfile cp2c = new ComponentProfile( C2, md2c );
final PartitionTemplate blockPartitionMD =
new PartitionTemplate( ContainerConstants.BLOCK_PARTITION,
new String[]{
ContainerConstants.LISTENER_PARTITION},