buildframework/helium/sf/java/legacy/src/com/nokia/tools/Tool.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.tools;
    18 package com.nokia.tools;
    19 
    19 
       
    20 import org.apache.tools.ant.Project;
       
    21 
    20 import com.nokia.helium.core.ant.types.VariableSet;
    22 import com.nokia.helium.core.ant.types.VariableSet;
    21 import org.apache.tools.ant.Project;
       
    22 /**
    23 /**
    23  * Common interface for the command line tool wrapper
    24  * Common interface for the command line tool wrapper
    24  */
    25  */
    25 public interface Tool {
    26 public interface Tool {
    26 
    27