AI 147027: am: CL 147025 ADT #1795718: disable --mode in "android create project".

The alias build rules do not work and the flag wasn't even used
  by ProjectCreator anyway. Will reintroduce later.
  Original author: raphael
  Merged from: //branches/cupcake/...

Automated import of CL 147027
This commit is contained in:
Raphael Moll
2009-04-20 16:15:15 -07:00
committed by The Android Open Source Project
parent 6aa2c4996b
commit a2c6807bd6

View File

@@ -138,9 +138,13 @@ public class SdkCommandLine extends CommandLineProcessor {
// --- create project ---
/* Disabled for ADT 0.9 / Cupcake SDK 1.5_r1 release. [bug #1795718].
This currently does not work, the alias build rules need to be fixed.
define(MODE.ENUM, true,
VERB_CREATE, OBJECT_PROJECT, "m", KEY_MODE,
"Project mode", new String[] { ARG_ACTIVITY, ARG_ALIAS });
*/
define(MODE.STRING, true,
VERB_CREATE, OBJECT_PROJECT,
"p", KEY_PATH,