You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/05/12 13:34:38 UTC

svn commit: r1102247 - in /incubator/wookie/trunk/scratchpad: features/ features/osapi.appdata/ features/osapi.appdata/shared/ features/osapi.appdata/src/ features/osapi.person/ features/osapi.person/shared/ features/osapi.person/src/ features/widgets/...

Author: scottbw
Date: Thu May 12 11:34:37 2011
New Revision: 1102247

URL: http://svn.apache.org/viewvc?rev=1102247&view=rev
Log:
Refactoring scratchpad features to use new loading method (see WOOKIE-210)

Added:
    incubator/wookie/trunk/scratchpad/features/
      - copied from r1085299, incubator/wookie/trunk/scratchpad/osapi/
    incubator/wookie/trunk/scratchpad/features/osapi.appdata/feature.xml
    incubator/wookie/trunk/scratchpad/features/osapi.appdata/osapi-appdata.js
      - copied unchanged from r1085299, incubator/wookie/trunk/scratchpad/osapi/osapi.appdata/shared/osapi-appdata.js
    incubator/wookie/trunk/scratchpad/features/osapi.person/feature.xml
    incubator/wookie/trunk/scratchpad/features/osapi.person/osapi-person.js
      - copied unchanged from r1085299, incubator/wookie/trunk/scratchpad/osapi/osapi.person/shared/osapi-person.js
Removed:
    incubator/wookie/trunk/scratchpad/features/osapi.appdata/build.xml
    incubator/wookie/trunk/scratchpad/features/osapi.appdata/shared/osapi-appdata.js
    incubator/wookie/trunk/scratchpad/features/osapi.appdata/src/
    incubator/wookie/trunk/scratchpad/features/osapi.person/build.xml
    incubator/wookie/trunk/scratchpad/features/osapi.person/shared/osapi-person.js
    incubator/wookie/trunk/scratchpad/features/osapi.person/src/
    incubator/wookie/trunk/scratchpad/features/widgets/
    incubator/wookie/trunk/scratchpad/osapi/README
    incubator/wookie/trunk/scratchpad/osapi/osapi.appdata/
    incubator/wookie/trunk/scratchpad/osapi/osapi.person/
    incubator/wookie/trunk/scratchpad/osapi/widgets/

Added: incubator/wookie/trunk/scratchpad/features/osapi.appdata/feature.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/features/osapi.appdata/feature.xml?rev=1102247&view=auto
==============================================================================
--- incubator/wookie/trunk/scratchpad/features/osapi.appdata/feature.xml (added)
+++ incubator/wookie/trunk/scratchpad/features/osapi.appdata/feature.xml Thu May 12 11:34:37 2011
@@ -0,0 +1,21 @@
+<?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>http://opensocial.org/osapi.appdata</name>
+	<script src="osapi-appdata.js"/>
+</feature>
\ No newline at end of file

Added: incubator/wookie/trunk/scratchpad/features/osapi.person/feature.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/scratchpad/features/osapi.person/feature.xml?rev=1102247&view=auto
==============================================================================
--- incubator/wookie/trunk/scratchpad/features/osapi.person/feature.xml (added)
+++ incubator/wookie/trunk/scratchpad/features/osapi.person/feature.xml Thu May 12 11:34:37 2011
@@ -0,0 +1,21 @@
+<?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>http://opensocial.org/osapi.person</name>
+	<script src="osapi-person.js"/>
+</feature>
\ No newline at end of file