Changeset 1240 for trunk/buildscripts
- Timestamp:
- 07/04/2006 06:25:41 PM (2 years ago)
- Location:
- trunk/buildscripts
- Files:
-
- 2 modified
-
phing/bin/phing.php (modified) (2 diffs)
-
texbuilder/quickstart.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildscripts/phing/bin/phing.php
r1186 r1240 14 14 15 15 /* set classpath */ 16 /* 16 17 if (getenv('PHP_CLASSPATH')) { 17 18 // define('PHP_CLASSPATH', getenv('PHP_CLASSPATH') . PATH_SEPARATOR . get_include_path()); … … 21 22 define('PHP_CLASSPATH', get_include_path()); 22 23 } 24 */ 25 define('PHP_CLASSPATH', realpath(dirname(__FILE__).'/../classes') . PATH_SEPARATOR . get_include_path()); 26 ini_set('include_path', PHP_CLASSPATH); 23 27 24 28 require_once 'phing/Phing.php'; -
trunk/buildscripts/texbuilder/quickstart.tex
r1186 r1240 43 43 %----------------- TITLE -------------- 44 44 45 \title{\Huge \bfseries PRADO v3.0. 2Quickstart Tutorial45 \title{\Huge \bfseries PRADO v3.0.3 Quickstart Tutorial 46 46 \thanks{Copyright 2005-2006. All Rights Reserved.} 47 47 } … … 69 69 \addcontentsline{toc}{chapter}{License} 70 70 PRADO is free software released under the terms of the following BSD license.\\ 71 Copyright 2004-2006, PradoSoft(http://www.pradosoft.com)\\71 Copyright 2004-2006, The PRADO Group (http://www.pradosoft.com)\\ 72 72 All rights reserved. 73 73 … … 82 82 and/or other materials provided with the distribution. 83 83 84 \item Neither the name of the developernor the names of its contributors may84 \item Neither the name of the PRADO Group nor the names of its contributors may 85 85 be used to endorse or promote products derived from this software without 86 86 specific prior written permission.
