Changeset 1240 for trunk/buildscripts

Show
Ignore:
Timestamp:
07/04/2006 06:25:41 PM (2 years ago)
Author:
xue
Message:

Merge from 3.0 branch till 1239.

Location:
trunk/buildscripts
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/phing/bin/phing.php

    r1186 r1240  
    1414 
    1515/* set classpath */ 
     16/* 
    1617if (getenv('PHP_CLASSPATH')) { 
    1718//    define('PHP_CLASSPATH',  getenv('PHP_CLASSPATH') . PATH_SEPARATOR . get_include_path()); 
     
    2122    define('PHP_CLASSPATH',  get_include_path()); 
    2223} 
     24*/ 
     25define('PHP_CLASSPATH',  realpath(dirname(__FILE__).'/../classes') . PATH_SEPARATOR . get_include_path()); 
     26ini_set('include_path', PHP_CLASSPATH); 
    2327 
    2428require_once 'phing/Phing.php'; 
  • trunk/buildscripts/texbuilder/quickstart.tex

    r1186 r1240  
    4343%----------------- TITLE -------------- 
    4444 
    45 \title{\Huge \bfseries PRADO v3.0.2 Quickstart Tutorial 
     45\title{\Huge \bfseries PRADO v3.0.3 Quickstart Tutorial 
    4646    \thanks{Copyright 2005-2006. All Rights Reserved.} 
    4747} 
     
    6969\addcontentsline{toc}{chapter}{License} 
    7070PRADO is free software released under the terms of the following BSD license.\\ 
    71 Copyright 2004-2006, PradoSoft (http://www.pradosoft.com)\\ 
     71Copyright 2004-2006, The PRADO Group (http://www.pradosoft.com)\\ 
    7272All rights reserved. 
    7373 
     
    8282and/or other materials provided with the distribution. 
    8383 
    84 \item Neither the name of the developer nor the names of its contributors may 
     84\item Neither the name of the PRADO Group nor the names of its contributors may 
    8585be used to endorse or promote products derived from this software without 
    8686specific prior written permission.