diff src/share/tools/ProjectCreator/Util.java @ 2184:5d801e6b9a80

Imported build system changes from other repository.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:10 +0100
parents 06f017f7daa7
children 30fd69882184
line wrap: on
line diff
--- a/src/share/tools/ProjectCreator/Util.java	Wed Feb 16 15:13:34 2011 +0100
+++ b/src/share/tools/ProjectCreator/Util.java	Mon Feb 21 19:17:10 2011 +0100
@@ -23,7 +23,6 @@
  */
 
 import java.util.*;
-import java.util.Map.Entry;
 import java.io.File;
 
 public class Util {
@@ -85,7 +84,7 @@
     }
 
     static String sep = File.separator;
-    
+
     private static String _os;
     
     static String os() {
@@ -106,4 +105,5 @@
     	}
     	return _os;
     }
+    
 }