| 11 | | require_once 'pake/pakeException.class.php'; |
|---|
| 12 | | require_once 'pake/pakeYaml.class.php'; |
|---|
| 13 | | require_once 'pake/pakeGetopt.class.php'; |
|---|
| 14 | | require_once 'pake/pakeFinder.class.php'; |
|---|
| 15 | | require_once 'pake/pakeTask.class.php'; |
|---|
| 16 | | require_once 'pake/pakeFileTask.class.php'; |
|---|
| 17 | | require_once 'pake/pakeColor.class.php'; |
|---|
| 18 | | require_once 'pake/pakeApp.class.php'; |
|---|
| | 11 | require_once dirname(__FILE__).'/pakeException.class.php'; |
|---|
| | 12 | require_once dirname(__FILE__).'/pakeYaml.class.php'; |
|---|
| | 13 | require_once dirname(__FILE__).'/pakeGetopt.class.php'; |
|---|
| | 14 | require_once dirname(__FILE__).'/pakeFinder.class.php'; |
|---|
| | 15 | require_once dirname(__FILE__).'/pakeTask.class.php'; |
|---|
| | 16 | require_once dirname(__FILE__).'/pakeFileTask.class.php'; |
|---|
| | 17 | require_once dirname(__FILE__).'/pakeColor.class.php'; |
|---|
| | 18 | require_once dirname(__FILE__).'/pakeApp.class.php'; |
|---|