From 4285d37b753c2744946058bb0a94df05cf7bfef7 Mon Sep 17 00:00:00 2001 From: "haertl.mike" <> Date: Fri, 5 Dec 2008 09:15:44 +0000 Subject: Removed prado-cli again (duplicate) --- .gitattributes | 1 - HISTORY | 1 - framework/prado-cli | 14 -------------- 3 files changed, 16 deletions(-) delete mode 100755 framework/prado-cli diff --git a/.gitattributes b/.gitattributes index 125c1d21..762440c3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2740,7 +2740,6 @@ framework/Xml/TXmlDocument.php -text framework/interfaces.php -text framework/powered.gif -text framework/powered2.gif -text -framework/prado-cli -text framework/prado.php -text /index.html -text /phing -text diff --git a/HISTORY b/HISTORY index a20ce82a..136366a7 100644 --- a/HISTORY +++ b/HISTORY @@ -12,7 +12,6 @@ ENH: Issue#72 - Add wildcard support to TUrlMapping (friendly-urls) (Michael) ENH: Issue#77 - TJsonService missing exception messages (Carl) ENH: Issue#29 - Ability to specify position of popup TDatePicker/TActiveDatePicker (Carl) ENH: Issue#75 - TApplication::setRuntimePath() to update uniqueID and cacheFile (Carl) -ENH: Added prado-cli for easier access to prado-cli.php in Unix/Linux (Michael) NEW: Issue#51 - Additional template tag (Carl) Version 3.1.3 November 1, 2008 diff --git a/framework/prado-cli b/framework/prado-cli deleted file mode 100755 index b755a076..00000000 --- a/framework/prado-cli +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env php - - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft - * @version $Id$ - */ - -require_once(dirname(__FILE__).'/prado-cli.php'); -- cgit v1.2.3