blob: 5167827ea745cf637e44c25fd384203d597a291e [file] [log] [blame]
package aQute.bnd.service.action;
import aQute.bnd.build.*;
public interface Action {
void execute( Project project, String action) throws Exception;
}