You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by ch...@apache.org on 2009/04/19 12:17:41 UTC

svn commit: r766442 - /incubator/shindig/branches/1.0.x-incubating/php/config/container.php

Author: chabotc
Date: Sun Apr 19 10:17:40 2009
New Revision: 766442

URL: http://svn.apache.org/viewvc?rev=766442&view=rev
Log:
The stable branch seems to also have switched over to the new features location, thus breaking the feature path config for php, so pointing it to the new location

Modified:
    incubator/shindig/branches/1.0.x-incubating/php/config/container.php

Modified: incubator/shindig/branches/1.0.x-incubating/php/config/container.php
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/php/config/container.php?rev=766442&r1=766441&r2=766442&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/php/config/container.php (original)
+++ incubator/shindig/branches/1.0.x-incubating/php/config/container.php Sun Apr 19 10:17:40 2009
@@ -79,7 +79,7 @@
 
   // The locations of the various required components on disk. If you did a normal svn checkout there's no need to change these
   'base_path' => realpath(dirname(__FILE__) . '/..') . '/',
-  'features_path' => realpath(dirname(__FILE__) . '/../../features') . '/',
+  'features_path' => realpath(dirname(__FILE__) . '/../../features/src/main/javascript/features') . '/',
   'container_path' => realpath(dirname(__FILE__) . '/../../config') . '/',
   'javascript_path' => realpath(dirname(__FILE__) . '/../../javascript') . '/',