buildframework/helium/sf/java/sbs/src/com/nokia/helium/sbs/ant/types/SBSMakeOptions.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    15 *
    15 *
    16 */
    16 */
    17  
    17  
    18 package com.nokia.helium.sbs.ant.types;
    18 package com.nokia.helium.sbs.ant.types;
    19 
    19 
       
    20 import java.util.List;
       
    21 
       
    22 import org.apache.tools.ant.BuildException;
       
    23 import org.apache.tools.ant.types.Reference;
       
    24 
    20 import com.nokia.helium.core.ant.types.VariableSet;
    25 import com.nokia.helium.core.ant.types.VariableSet;
    21 import org.apache.tools.ant.types.Reference;
       
    22 import org.apache.tools.ant.BuildException;
       
    23 import java.util.List;
       
    24 
    26 
    25 /**
    27 /**
    26  * Helper class to store the variable set (list of variables
    28  * Helper class to store the variable set (list of variables
    27  * with name / value pair) for sbsmakeoptions inheriting from argSet.
    29  * with name / value pair) for sbsmakeoptions inheriting from argSet.
    28 
    30