From 903ae8a581fac1e6917fc3e31d2ad8fb91df80c3 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Thu, 12 Jul 2012 11:21:01 +0000 Subject: standardize the use of unix eol; use svn properties to enforce native eol --- buildscripts/phing/tasks/QuickstartIndexTask.php | 62 ++++++++++++------------ 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'buildscripts/phing/tasks/QuickstartIndexTask.php') diff --git a/buildscripts/phing/tasks/QuickstartIndexTask.php b/buildscripts/phing/tasks/QuickstartIndexTask.php index 64a48d4a..5179d8ad 100644 --- a/buildscripts/phing/tasks/QuickstartIndexTask.php +++ b/buildscripts/phing/tasks/QuickstartIndexTask.php @@ -1,32 +1,32 @@ -todir=$value; - } - - public function main() - { - $srcdir=realpath(dirname(__FILE__).'/../../../'); - $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/quickstart_index.php'); - $quickstart_source = $srcdir.'/buildscripts/texbuilder/quickstart/pages.php'; - $quickstart_base = $srcdir.'/demos/quickstart/protected/pages/'; - $quickstart = new quickstart_index($this->todir, realpath($quickstart_base), realpath($quickstart_source)); - $quickstart->create_index(); - } -} - +todir=$value; + } + + public function main() + { + $srcdir=realpath(dirname(__FILE__).'/../../../'); + $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/quickstart_index.php'); + $quickstart_source = $srcdir.'/buildscripts/texbuilder/quickstart/pages.php'; + $quickstart_base = $srcdir.'/demos/quickstart/protected/pages/'; + $quickstart = new quickstart_index($this->todir, realpath($quickstart_base), realpath($quickstart_source)); + $quickstart->create_index(); + } +} + ?> \ No newline at end of file -- cgit v1.2.3