buildframework/helium/sf/java/sbs/src/com/nokia/helium/sbs/ant/taskdefs/GetSBSInputsTask.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    16  */
    16  */
    17 
    17 
    18 package com.nokia.helium.sbs.ant.taskdefs;
    18 package com.nokia.helium.sbs.ant.taskdefs;
    19 
    19 
    20 import java.util.List;
    20 import java.util.List;
       
    21 
    21 import org.apache.tools.ant.BuildException;
    22 import org.apache.tools.ant.BuildException;
    22 import org.apache.tools.ant.Task;
    23 import org.apache.tools.ant.Task;
    23 import com.nokia.helium.sbs.ant.types.*;
    24 
    24 import com.nokia.helium.sbs.ant.*;
    25 import com.nokia.helium.sbs.ant.SBSBuildList;
       
    26 import com.nokia.helium.sbs.ant.types.SBSInput;
    25 
    27 
    26 /**
    28 /**
    27  * This task provide a way to get the list of sbs command input for a particular
    29  * This task provide a way to get the list of sbs command input for a particular
    28  * configuration from abld. For every abld command mentioned for a configuration 
    30  * configuration from abld. For every abld command mentioned for a configuration 
    29  * from schema 1.4.0, there should be a corresponding sbsinput and for all
    31  * from schema 1.4.0, there should be a corresponding sbsinput and for all