Author: johnh Date: Wed Dec 16 23:43:38 2009 New Revision: 891484 URL: http://svn.apache.org/viewvc?rev=891484&view=rev Log: Adding feature core.none, allowing gadget devs to request the use/injection of _no_ core JS.
Added: incubator/shindig/trunk/features/src/main/javascript/features/core.none/ incubator/shindig/trunk/features/src/main/javascript/features/core.none/feature.xml Added: incubator/shindig/trunk/features/src/main/javascript/features/core.none/feature.xml URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/core.none/feature.xml?rev=891484&view=auto ============================================================================== --- incubator/shindig/trunk/features/src/main/javascript/features/core.none/feature.xml (added) +++ incubator/shindig/trunk/features/src/main/javascript/features/core.none/feature.xml Wed Dec 16 23:43:38 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> + <!-- + A blank feature whose name starts with the special string "core." + Gadget developers may include this if they prefer that the renderer + omit *all* core JavaScript from output. + --> + <name>core.none</name> +</feature>