Subversion Repository Public Repository

litesoft

Diff Revisions 320 vs 331 for /trunk/Java/ScarPlus/src/com/esotericsoftware/scar/Scar.java

Diff revisions: vs.
  @@ -26,6 +26,8 @@
26 26 */
27 27 public class Scar extends Utils implements ProjectFactory
28 28 {
29 + public static final String VERSION = "2.0";
30 +
29 31 public static final String DEFAULT_PROJECT_FILE_NAME = "Build";
30 32
31 33 public static final String JAVA_EXTENSION = ".java";
  @@ -758,7 +760,6 @@
758 760 return zipFile;
759 761 }
760 762
761 -
762 763 /**
763 764 * Encodes the specified file with LZMA. The resulting filename is the filename plus ".lzma". The file is deleted after
764 765 * encoding.
  @@ -1471,6 +1472,7 @@
1471 1472
1472 1473 protected int run()
1473 1474 {
1475 + System.out.println( getClass().getSimpleName() + " vs " + VERSION );
1474 1476 if ( mArgs.count() == 0 )
1475 1477 {
1476 1478 mLaunchProject.build();