rename compile command to avoid conflict with compile task

This commit is contained in:
Mark Harrah 2010-09-21 22:32:54 -04:00
parent 20cdb2b75b
commit 87842346c6
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ DiscoverSyntax + """
Classes with one or more of these annotations on the class or one of its non-private methods are included in the resulting list.
"""
def CompileName = "compile"
def CompileName = "direct-compile"
def CompileBrief = (CompileSyntax, "Incrementally compiles the provided sources.")
def CompileSyntax = CompileName + " -src <paths> [-cp <paths>] [-d <path>]"
def CompileDetailed =