]> source.dussan.org Git - vaadin-framework.git/commitdiff
Formatting fixes to widgetset builder, unified tabs to spaces.
authorMarko Grönroos <magi@iki.fi>
Wed, 2 Dec 2009 11:05:23 +0000 (11:05 +0000)
committerMarko Grönroos <magi@iki.fi>
Wed, 2 Dec 2009 11:05:23 +0000 (11:05 +0000)
svn changeset:10127/svn branch:6.2

src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java

index 2278488c1a68b895db48121432623545e5565038..c2c47f76a2c3a228fbcc30c565b6261c186694c0 100644 (file)
@@ -136,7 +136,7 @@ public class WidgetSetBuilder {
     }
 
     private static String addWidgetSet(String ws, String content) {
-        return content.replace("</module>", "\n\t<inherits name=\"" + ws
+        return content.replace("</module>", "\n    <inherits name=\"" + ws
                 + "\" />" + "\n</module>");
     }
 
@@ -171,9 +171,9 @@ public class WidgetSetBuilder {
     private static void printUsage() {
         PrintStream o = System.out;
         o.println(WidgetSetBuilder.class.getSimpleName() + " usage:");
-        o.println("\t1. Set the same classpath as you will "
+        o.println("    1. Set the same classpath as you will "
                 + "have for the GWT compiler.");
-        o.println("\t2. Give the widgetsetname (to be created or updated)"
+        o.println("    2. Give the widgetsetname (to be created or updated)"
                 + " as first parameter");
         o.println();
         o