Author: chabotc
Date: Sat Sep 13 03:50:25 2008
New Revision: 694923
URL: http://svn.apache.org/viewvc?rev=694923&view=rev
Log:
Step 7: rename http -> servlet
Added:
incubator/shindig/trunk/php/src/gadgets/servlet/
- copied from r694919, incubator/shindig/trunk/php/src/gadgets/http/
incubator/shindig/trunk/php/src/social/servlet/
- copied from r694919, incubator/shindig/trunk/php/src/social/http/
incubator/shindig/trunk/php/src/social/servlet/RestServlet.php
- copied unchanged from r694921,
incubator/shindig/trunk/php/src/social/http/RestServlet.php
Removed:
incubator/shindig/trunk/php/src/gadgets/http/
incubator/shindig/trunk/php/src/social/http/
Modified:
incubator/shindig/trunk/php/index.php
Modified: incubator/shindig/trunk/php/index.php
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/php/index.php?rev=694923&r1=694922&r2=694923&view=diff
==============================================================================
--- incubator/shindig/trunk/php/index.php (original)
+++ incubator/shindig/trunk/php/index.php Sat Sep 13 03:50:25 2008
@@ -43,11 +43,11 @@
'src/common',
'src/common/sample',
'src/gadgets',
- 'src/gadgets/http',
+ 'src/gadgets/servlet',
'src/gadgets/oauth',
'src/gadgets/sample',
'src/social',
- 'src/social/http',
+ 'src/social/servlet',
'src/social/service',
'src/social/opensocial',
'src/social/model',