226227228229230231232233234235236237
} // RPM target if ( target instanceof RpmTarget ) { RpmInstallerCommand rpmCmd = new RpmInstallerCommand( this, ( RpmTarget ) target ); rpmCmd.execute(); } getLog().info( "-------------------------------------------------------" ); } }