Subversion Repository Public Repository

litesoft

Diff Revisions 344 vs 345 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/Project.java

Diff revisions: vs.
  @@ -88,13 +88,15 @@
88 88
89 89 List<File> zVersionedGwtXmlFiles = findVersionedGwtXmlFiles( zVersion );
90 90
91 - System.out.println( "Project.versionGWT: " + zVersion ); // todo...
92 - System.out.println( " " + zWarWebXmlFile.getPath() );
93 - System.out.println( " " + zIndexHtmlFile.getPath() );
91 + progress( "versionGWT: " + this + " | " + zVersion + " -> " + (zVersion + 1) );
92 + progress( " " + zWarWebXmlFile.getPath() );
93 + progress( " " + zIndexHtmlFile.getPath() );
94 94 for ( File zFile : zVersionedGwtXmlFiles )
95 95 {
96 - System.out.println( " " + zFile.getPath() );
96 + progress( " " + zFile.getPath() );
97 97 }
98 +
99 +
98 100 }
99 101
100 102 protected List<File> findVersionedGwtXmlFiles( int pVersion )