source: contrib/MailArchiver/sources/scripts/make-dist.nut @ 6785

Revision 6785, 284 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1script_path <- filepath(__argv[0]);
2proj_path <- convpath(script_path + "/..", true);
3chdir(proj_path);
4printl("\ncwd: " + getcwd());
5
6run("jar", [
7    "-cvM0f"
8,   "scripts/dist/mailarchiver.jar"
9
10,   "-C"
11,   "build/classes"
12,   "."
13]);
14
15printl("\n*** Make dist concluido ***\n");
16
Note: See TracBrowser for help on using the repository browser.