Removed obsolete -jdkAnnotations CLI parameter.

This commit is contained in:
Evgeny Gerashchenko
2012-07-05 17:50:16 +04:00
parent a02658b1a6
commit b958886e23
2 changed files with 7 additions and 7 deletions
@@ -70,10 +70,6 @@ public class K2JVMCompilerArguments extends CompilerArguments {
@Argument(value = "stdlib", description = "Path to the stdlib.jar")
public String stdlib;
@Deprecated
@Argument(value = "jdkAnnotations", description = "Path to the kotlin-jdk-annotations.jar")
public String jdkAnnotations;
@Argument(value = "output", description = "output directory")
public String outputDir;