buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/types/VariableImpl.java
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/types/VariableImpl.java	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/java/core/src/com/nokia/helium/core/ant/types/VariableImpl.java	Fri Aug 13 14:59:05 2010 +0300
@@ -18,14 +18,14 @@
 package com.nokia.helium.core.ant.types;
 
 import java.util.ArrayList;
+import java.util.Arrays;
 import java.util.List;
 
+import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.types.DataType;
-import org.apache.tools.ant.BuildException;
-import org.apache.commons.lang.StringUtils;
+import org.codehaus.plexus.util.StringUtils;
 
 import com.nokia.helium.core.ant.MappedVariable;
-import java.util.Arrays;
 
 /**
  * Helper class to store the command line variables