buildframework/helium/sf/java/imaker/src/com/nokia/helium/imaker/ant/types/Variable.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    15 *
    15 *
    16 */
    16 */
    17  
    17  
    18 package com.nokia.helium.imaker.ant.types;
    18 package com.nokia.helium.imaker.ant.types;
    19 
    19 
       
    20 import org.apache.tools.ant.BuildException;
    20 import org.apache.tools.ant.types.DataType;
    21 import org.apache.tools.ant.types.DataType;
    21 import org.apache.tools.ant.BuildException;
       
    22 
    22 
    23 /**
    23 /**
    24  * Configure a variable for iMaker.
    24  * Configure a variable for iMaker.
    25  * @ant.type name="variable" category="imaker"
    25  * @ant.type name="variable" category="imaker"
    26  */
    26  */