From 68e4fedf8ab1022144d1aee2062cfadafe915b0f Mon Sep 17 00:00:00 2001 From: Evgeny Goldin Date: Sat, 28 Jan 2012 03:58:58 +0200 Subject: [PATCH] Ant task - Wiki fix. --- build-tools/Wiki.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-tools/Wiki.txt b/build-tools/Wiki.txt index 39498050276..15c78da8618 100644 --- a/build-tools/Wiki.txt +++ b/build-tools/Wiki.txt @@ -23,7 +23,8 @@ h2. {{**}} attributes | {align:center}{{*src*}}{align} | Kotlin source file or directory to compile | {{"src"}} or {{"module"}} needs to be specified |   | | {align:center}{{*module*}}{align} | Kotlin [module|http://confluence.jetbrains.net/display/Kotlin/Modules+and+Compilation] to compile | {{"src"}} or {{"module"}} needs to be specified |   | | {align:center}{{*output*}}{align} | Destination directory | If {{"src"}} is used - {{"output"}} or {{"jar"}} needs to be specified |   | -| {align:center}{{*jar*}}{align} | Destination jar file | If {{"src"}} is used - {{"output"}} or {{"jar"}} needs to be specified |   | +| {align:center}{{*jar*}}{align} | Destination jar file | If {{"src"}} is used - {{"output"}} or {{"jar"}} needs to be specified +If {{"module"}} is used - only {{"jar"}} can be specified or it can be omitted | {align:center}{{"moduleName.jar"}}{align} | | {align:center}{{*classpath*}}{align} | Compilation class path | {align:center}{{false}}{align} |   | | {align:center}{{*classpathref*}}{align} | Compilation class path reference | {align:center}{{false}}{align} |   | | {align:center}{{*stdlib*}}{align} | Path to {{"kotlin-runtime.jar"}} | {align:center}{{false}}{align} | {align:center}{{""}}{align} |