Author: lindner
Date: Mon May 17 01:14:26 2010
New Revision: 944947

URL: http://svn.apache.org/viewvc?rev=944947&view=rev
Log:
stub out opensocial-1.0 support

Added:
    shindig/trunk/features/src/main/javascript/features/opensocial-1.0/
    
shindig/trunk/features/src/main/javascript/features/opensocial-1.0/feature.xml
Modified:
    shindig/trunk/features/src/main/javascript/features/features.txt

Modified: shindig/trunk/features/src/main/javascript/features/features.txt
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/features.txt?rev=944947&r1=944946&r2=944947&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/features.txt (original)
+++ shindig/trunk/features/src/main/javascript/features/features.txt Mon May 17 
01:14:26 2010
@@ -44,6 +44,7 @@ features/opensocial-0.6/feature.xml
 features/opensocial-0.7/feature.xml
 features/opensocial-0.8/feature.xml
 features/opensocial-0.9/feature.xml
+features/opensocial-1.0/feature.xml
 features/opensocial-base/feature.xml
 features/opensocial-current/feature.xml
 features/opensocial-data-context/feature.xml

Added: 
shindig/trunk/features/src/main/javascript/features/opensocial-1.0/feature.xml
URL: 
http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/opensocial-1.0/feature.xml?rev=944947&view=auto
==============================================================================
--- 
shindig/trunk/features/src/main/javascript/features/opensocial-1.0/feature.xml 
(added)
+++ 
shindig/trunk/features/src/main/javascript/features/opensocial-1.0/feature.xml 
Mon May 17 01:14:26 2010
@@ -0,0 +1,23 @@
+<?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-1.0</name>
+  <dependency>opensocial</dependency>
+</feature>


Reply via email to