buildframework/helium/sf/java/imaker/src/com/nokia/helium/imaker/ant/types/VariableSet.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17  
    17  
    18 package com.nokia.helium.imaker.ant.types;
    18 package com.nokia.helium.imaker.ant.types;
    19 import org.apache.tools.ant.types.DataType;
       
    20 
       
    21 import java.util.Hashtable;
    19 import java.util.Hashtable;
    22 import java.util.Map;
    20 import java.util.Map;
    23 import java.util.Vector;
    21 import java.util.Vector;
       
    22 
       
    23 import org.apache.tools.ant.types.DataType;
    24 
    24 
    25 /**
    25 /**
    26  * This type is a container for variable configuration.
    26  * This type is a container for variable configuration.
    27  * 
    27  * 
    28  * <pre>
    28  * <pre>