[CS-Project-svn_notify] SF.net SVN: cs-project:[978] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-08-18 14:21:40
|
Revision: 978 http://cs-project.svn.sourceforge.net/cs-project/?rev=978&view=rev Author: crazedsanity Date: 2009-08-18 14:21:28 +0000 (Tue, 18 Aug 2009) Log Message: ----------- Use cs-content > v1.0.0-ALPHA10, drop cs-arrayToPath (part of cs-phpxml). Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2009-08-18 14:19:54 UTC (rev 977) +++ trunk/1.2/lib/globalFunctions.php 2009-08-18 14:21:28 UTC (rev 978) @@ -17,9 +17,8 @@ function get_required_external_lib_versions($projectName=NULL) { //format: {className} => array({projectName} => {exactVersion}) $requirements = array( - 'contentSystem' => array('cs-content', '1.0.0-ALPHA8'), - 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-ALPHA4'), - 'cs_arrayToPath' => array('cs-arrayToPath', '1.0.0') + 'contentSystem' => array('cs-content', '1.0.0-ALPHA10'), + 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-ALPHA4') ); if(!is_null($projectName)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |