* Unzip: Any files in the zip with a .jar.pack or .war.pack extension

will be transparently unpacked with unpack200. Savings is about 60%.
      Someday we will do this for suds, but we can do it for xpi2ps now.
    * build: Add updater200 target
This commit is contained in:
zzz
2010-02-23 02:44:47 +00:00
parent f6b9cf6f21
commit 87fcaf2651
4 changed files with 42 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";