You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2009/01/07 21:10:17 UTC

svn commit: r732460 - in /incubator/shindig/trunk/features: opensocial-0.8/ opensocial-0.8/feature.xml opensocial-0.8/opensocial8to9.js opensocial-current/feature.xml

Author: lindner
Date: Wed Jan  7 12:10:17 2009
New Revision: 732460

URL: http://svn.apache.org/viewvc?rev=732460&view=rev
Log:
SHINDIG-729 | Start 0.9 implementation work

Added:
    incubator/shindig/trunk/features/opensocial-0.8/
    incubator/shindig/trunk/features/opensocial-0.8/feature.xml
    incubator/shindig/trunk/features/opensocial-0.8/opensocial8to9.js
Modified:
    incubator/shindig/trunk/features/opensocial-current/feature.xml

Added: incubator/shindig/trunk/features/opensocial-0.8/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-0.8/feature.xml?rev=732460&view=auto
==============================================================================
--- incubator/shindig/trunk/features/opensocial-0.8/feature.xml (added)
+++ incubator/shindig/trunk/features/opensocial-0.8/feature.xml Wed Jan  7 12:10:17 2009
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<feature>
+  <name>opensocial-0.8</name>
+  <dependency>opensocial-0.9</dependency>
+  <gadget>
+    <script src="opensocial8to9.js"/>
+  </gadget>
+</feature>

Added: incubator/shindig/trunk/features/opensocial-0.8/opensocial8to9.js
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-0.8/opensocial8to9.js?rev=732460&view=auto
==============================================================================
--- incubator/shindig/trunk/features/opensocial-0.8/opensocial8to9.js (added)
+++ incubator/shindig/trunk/features/opensocial-0.8/opensocial8to9.js Wed Jan  7 12:10:17 2009
@@ -0,0 +1,19 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+

Modified: incubator/shindig/trunk/features/opensocial-current/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/opensocial-current/feature.xml?rev=732460&r1=732459&r2=732460&view=diff
==============================================================================
--- incubator/shindig/trunk/features/opensocial-current/feature.xml (original)
+++ incubator/shindig/trunk/features/opensocial-current/feature.xml Wed Jan  7 12:10:17 2009
@@ -18,7 +18,7 @@
   under the License.
 -->
 <feature>
-  <name>opensocial-0.8</name>
+  <name>opensocial-0.9</name>
   <dependency>opensocial-jsonrpc</dependency>
   <dependency>opensocial-rest</dependency>
   <!-- <dependency>caja</dependency> -->