diff options
author | David Greenspan <davidgreenspan@gmail.com> | 2009-12-25 22:44:51 -0500 |
---|---|---|
committer | David Greenspan <davidgreenspan@gmail.com> | 2009-12-25 22:44:51 -0500 |
commit | f62c1e3c7f283dbfb0c9f7c9a5c015c91968066f (patch) | |
tree | 9f583dfbe2508558d13c093c32326c1dac8badc2 /trunk/infrastructure/ace/bin/make | |
parent | 23c364fb94d888e68d00134c99130a4b741132f8 (diff) | |
download | etherpad-f62c1e3c7f283dbfb0c9f7c9a5c015c91968066f.tar.gz etherpad-f62c1e3c7f283dbfb0c9f7c9a5c015c91968066f.tar.xz etherpad-f62c1e3c7f283dbfb0c9f7c9a5c015c91968066f.zip |
fixed ACE build process; added ACE README
Diffstat (limited to 'trunk/infrastructure/ace/bin/make')
-rwxr-xr-x | trunk/infrastructure/ace/bin/make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/infrastructure/ace/bin/make b/trunk/infrastructure/ace/bin/make index 2237df0..dad11ff 100755 --- a/trunk/infrastructure/ace/bin/make +++ b/trunk/infrastructure/ace/bin/make @@ -7,6 +7,7 @@ import java.io._; def superpack(input: String): String = { // this function is self-contained; takes a string, returns an expression // that evaluates to that string + // XXX (This compresses well but decompression is too slow) // constraints on special chars: // - this string must be able to go in a character class |