buildframework/helium/sf/java/ccmtask/src/com/nokia/helium/ccmtask/ant/types/SessionSet.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.ccmtask.ant.types;
    18 package com.nokia.helium.ccmtask.ant.types;
    19 
    19 
       
    20 import java.util.Vector;
       
    21 
    20 import org.apache.tools.ant.types.DataType;
    22 import org.apache.tools.ant.types.DataType;
    21 import java.util.Vector;
       
    22 
    23 
    23 /**
    24 /**
    24  * This class implement an Ant Datatype that represents a set of
    25  * This class implement an Ant Datatype that represents a set of
    25  * synergy sessions.
    26  * synergy sessions.
    26  * @ant.type name="sessionset" category="SCM"
    27  * @ant.type name="sessionset" category="SCM"