Author: chabotc
Date: Sat Sep 13 03:35:10 2008
New Revision: 694919

URL: http://svn.apache.org/viewvc?rev=694919&view=rev
Log:
Step 4: dataservice -> service (index.php & tests)

Modified:
    incubator/shindig/trunk/php/index.php
    incubator/shindig/trunk/php/test/ShindigAllTests.php
    incubator/shindig/trunk/php/test/index.php

Modified: incubator/shindig/trunk/php/index.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/index.php?rev=694919&r1=694918&r2=694919&view=diff
==============================================================================
--- incubator/shindig/trunk/php/index.php (original)
+++ incubator/shindig/trunk/php/index.php Sat Sep 13 03:35:10 2008
@@ -48,7 +48,7 @@
                                        'src/gadgets/samplecontainer',
                                        'src/social',
                                        'src/social/http',
-                                       'src/social/dataservice',
+                                       'src/social/service',
                                        'src/social/opensocial',
                                        'src/social/model',
                                        'src/social/spi',

Modified: incubator/shindig/trunk/php/test/ShindigAllTests.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/ShindigAllTests.php?rev=694919&r1=694918&r2=694919&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/ShindigAllTests.php (original)
+++ incubator/shindig/trunk/php/test/ShindigAllTests.php Sat Sep 13 03:35:10 
2008
@@ -31,7 +31,7 @@
        $locations = array('src/common', 'src/common/samplecontainer', 
'src/gadgets', 
                        'src/gadgets/http', 'src/gadgets/oauth', 
'src/gadgets/samplecontainer', 
                        'src/social', 'src/social/http', 
'src/social/canonical', 
-                       'src/social/dataservice', 'src/social/converters', 
+                       'src/social/service', 'src/social/converters', 
                        'src/social/opensocial', 'src/social/spi', 
'src/social/model', 
                        'src/social/samplecontainer');
        $extension_class_paths = Config::get('extension_class_paths');

Modified: incubator/shindig/trunk/php/test/index.php
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/test/index.php?rev=694919&r1=694918&r2=694919&view=diff
==============================================================================
--- incubator/shindig/trunk/php/test/index.php (original)
+++ incubator/shindig/trunk/php/test/index.php Sat Sep 13 03:35:10 2008
@@ -31,7 +31,7 @@
        $locations = array('src/common', 'src/common/samplecontainer', 
'src/gadgets', 
                        'src/gadgets/http', 'src/gadgets/oauth', 
'src/gadgets/samplecontainer', 
                        'src/social', 'src/social/canonical', 
'src/social/http', 
-                       'src/social/dataservice', 'src/social/converters', 
+                       'src/social/service', 'src/social/converters', 
                        'src/social/opensocial', 'src/social/spi', 
'src/social/model', 
                        'src/social/samplecontainer');
        $extension_class_paths = Config::get('extension_class_paths');


Reply via email to