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. --- build.xml | 2 ++ buildscripts/phing/tasks/ManualIndexTask.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index f50b8b40..a85b64d0 100644 --- a/build.xml +++ b/build.xml @@ -78,6 +78,8 @@ + + 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