------------------------------------------------------------
revno: 1025
committer: Jon Phillips <[email protected]>
branch nick: public
timestamp: Sun 2012-01-15 23:26:53 +0800
message:
  moved the AUTHORS to the defs file, in further simplification, and
  also move defs.php to being more useful. now to remove useless defines
removed:
  AUTHORS
renamed:
  configs/defs.inc => configs/defs.php
modified:
  configs/defs.php


--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk

Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to 
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== removed file 'AUTHORS'
--- AUTHORS	2012-01-06 10:42:52 +0000
+++ AUTHORS	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-# Authors of Aiki Framework
-
-# The following entities contributed to the development of
-# Aiki Framework in some way. Please, let us know if you should
-# be listed here. Thank you for your generous contributions.
-
-Aiki Lab Pte Ltd 
-Fabricatorz LLC
-Bassel Safadi
-Jon Phillips
-Christopher Adams
-Barry Threw
-Michi Krnac
-Ronaldo Barbachano
-Vera Lobatcheva
-Brad Phillips
-Steven Garcia
-Roger Martín
-Jakub Jankiewicz

=== renamed file 'configs/defs.inc' => 'configs/defs.php'
--- configs/defs.inc	2012-01-15 14:34:17 +0000
+++ configs/defs.php	2012-01-15 15:26:53 +0000
@@ -44,7 +44,7 @@
 define("AIKI_REVISION", "@REVISION@");
 
 /** Aiki Authors */
-define("AIKI_AUTHORS", '@AUTHORS@');
+define("AIKI_AUTHORS", 'Aiki Lab Pte Ltd, Fabricatorz LLC, Bassel Safadi, Jon Phillips, Christopher Adams, Barry Threw, Michi Krnac, Ronaldo Barbachano, Vera Lobatcheva, Brad Phillips, Steven Garcia, Roger Martín, Jakub Jankiewicz');
 
 /** Aiki Log Directory */
 define("AIKI_LOG_DIR", "@AIKI_LOG_DIR@");

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to