[CS-Project-svn_notify] SF.net SVN: cs-project:[920] trunk/1.2/lib/globalFunctions.php
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-03 19:55:21
|
Revision: 920 http://cs-project.svn.sourceforge.net/cs-project/?rev=920&view=rev Author: crazedsanity Date: 2009-02-03 19:55:17 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Update to use cs-phpxml v1.0.0-ALPHA3 Modified Paths: -------------- trunk/1.2/lib/globalFunctions.php Modified: trunk/1.2/lib/globalFunctions.php =================================================================== --- trunk/1.2/lib/globalFunctions.php 2009-02-03 19:30:55 UTC (rev 919) +++ trunk/1.2/lib/globalFunctions.php 2009-02-03 19:55:17 UTC (rev 920) @@ -18,7 +18,7 @@ //format: {className} => array({projectName} => {exactVersion}) $requirements = array( 'contentSystem' => array('cs-content', '1.0.0-ALPHA4'), - 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-ALPHA2'), + 'cs_phpxmlParser' => array('cs-phpxml', '1.0.0-ALPHA3'), 'cs_arrayToPath' => array('cs-arrayToPath', '1.0.0') ); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |