Author: lryan
Date: Tue Jul  8 14:17:25 2008
New Revision: 674959

URL: http://svn.apache.org/viewvc?rev=674959&view=rev
Log:
Rollback unintentional commits with last patch application

Removed:
    
incubator/shindig/trunk/java/social-api/src/test/java/org/apache/shindig/social/opensocial/util/BeanUtil.java
    
incubator/shindig/trunk/java/social-api/src/test/java/org/apache/shindig/social/opensocial/util/model/
    incubator/shindig/trunk/javascript/sampledata/canonicaldb.bak.json
    incubator/shindig/trunk/javascript/sampledata/examplebatchrequest.json
Modified:
    incubator/shindig/trunk/config/container.js
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/config/container.js
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/config/container.js?rev=674959&r1=674958&r2=674959&view=diff
==============================================================================
--- incubator/shindig/trunk/config/container.js (original)
+++ incubator/shindig/trunk/config/container.js Tue Jul  8 14:17:25 2008
@@ -109,7 +109,7 @@
     // Otherwise, uses the json wire format.
     // If you are using the default Shindig setup and want to use rest, don't
     // forget to change the "path" config to /social/rest
-    "useRestful" : true
+    "useRestful" : false
   }
 
 }}

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=674959&r1=674958&r2=674959&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue Jul  8 14:17:25 2008
@@ -675,14 +675,6 @@
         <enabled>true</enabled>
       </snapshots>
     </repository>
-
-    <!-- For Codehaus -->
-    <!--
-    <repository>
-      <id>codehaus.org</id>
-      <url>http://repository.codehaus.org</url>
-    </repository>
-    -->
   </repositories>
 
   <!-- ====================================================================== 
-->
@@ -850,16 +842,6 @@
         <artifactId>icu4j</artifactId>
         <version>3.8</version>
       </dependency>
-      <dependency>
-        <groupId>com.thoughtworks.xstream</groupId>
-        <artifactId>xstream</artifactId>
-        <version>1.3</version>
-      </dependency>
-      <dependency>
-       <groupId>org.codehaus.jettison</groupId>
-       <artifactId>jettison</artifactId>
-       <version>1.0.1</version>
-      </dependency>  
     </dependencies>
   </dependencyManagement>
 </project>


Reply via email to