Top Level Namespace

Defined Under Namespace

Modules: CmdParse, PureMVCGen

Constant Summary collapse

PMVC_GEN_LIB =
File.join(File.dirname(__FILE__), '..', 'lib', 'pure_m_v_c_gen')
ANT_BIN =
PureMVCGen::AntChecker.on_windows? ? PureMVCGen::AntChecker.get_windows_ant : "ant"
CMD_PATH =
File.join(PMVC_GEN_LIB, 'commands')