package org.argeo.slc.rpmfactory.core; /** * Gather RPMs from various sources (local builds or third party) into a * consistent distributable set (typically to be used to generate an ISO). */ public class CreateRpmDistribution implements Runnable { // private RpmDistribution rpmDistribution; @Override public void run() { } }