Author: etnu
Date: Thu Jun 25 22:42:35 2009
New Revision: 788537
URL: http://svn.apache.org/viewvc?rev=788537&view=rev
Log:
Added missing content-rewrite feature. Without this feature present, any gadget
that "Required" content-rewrite would fail to render, and any gadget that used
content-rewrite and nothing else would fail to load due to missing core
libraries.
Added:
incubator/shindig/trunk/features/src/main/javascript/features/content-rewrite/
incubator/shindig/trunk/features/src/main/javascript/features/content-rewrite/feature.xml
Modified:
incubator/shindig/trunk/features/src/main/javascript/features/features.txt
Added:
incubator/shindig/trunk/features/src/main/javascript/features/content-rewrite/feature.xml
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/content-rewrite/feature.xml?rev=788537&view=auto
==============================================================================
---
incubator/shindig/trunk/features/src/main/javascript/features/content-rewrite/feature.xml
(added)
+++
incubator/shindig/trunk/features/src/main/javascript/features/content-rewrite/feature.xml
Thu Jun 25 22:42:35 2009
@@ -0,0 +1,22 @@
+<?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>
+ <!-- content-rewrite is implemented as server-side code. -->
+ <name>content-rewrite</name>
+</feature>
Modified:
incubator/shindig/trunk/features/src/main/javascript/features/features.txt
URL:
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/features.txt?rev=788537&r1=788536&r2=788537&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/features.txt
(original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/features.txt
Thu Jun 25 22:42:35 2009
@@ -21,6 +21,7 @@
features/analytics/feature.xml
features/auth-refresh/feature.xml
features/caja/feature.xml
+features/content-rewrite/feature.xml
features/core.io/feature.xml
features/core/feature.xml
features/dynamic-height/feature.xml