From 8b32c05149f32e29a32a5663493687fd836fc7b2 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 19 Jun 2006 13:49:56 +0000 Subject: Fixed an issue about excluding contents under runtime/assets. --- buildscripts/phing/tasks/ManualIndexTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildscripts/phing/tasks/ManualIndexTask.php') diff --git a/buildscripts/phing/tasks/ManualIndexTask.php b/buildscripts/phing/tasks/ManualIndexTask.php index 5b0febc6..1725880f 100644 --- a/buildscripts/phing/tasks/ManualIndexTask.php +++ b/buildscripts/phing/tasks/ManualIndexTask.php @@ -29,7 +29,7 @@ class ManualIndexTask extends Task $zend_path = $srcdir.'/demos/quickstart/protected/index'; set_include_path(get_include_path().PATH_SEPARATOR.realpath($zend_path)); require_once ('Zend/Search/Lucene.php'); - require_once($srcdir.'/buildscripts/index/API_index.php'); + require_once($srcdir.'/buildscripts/index/api_index.php'); $api = new api_index($this->todir, realpath($this->docdir)); $api->create_index(); } -- cgit v1.2.3