You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2011/10/02 22:01:21 UTC

svn commit: r1178245 - in /shindig/trunk/extras/src/main/javascript/features-extras: features.txt firebug-lite/ firebug-lite/feature.xml

Author: rbaxter85
Date: Sun Oct  2 20:01:21 2011
New Revision: 1178245

URL: http://svn.apache.org/viewvc?rev=1178245&view=rev
Log:
SHINDIG-1633
Added a feature to shindig-extras to include firebug lite.

Added:
    shindig/trunk/extras/src/main/javascript/features-extras/firebug-lite/
    shindig/trunk/extras/src/main/javascript/features-extras/firebug-lite/feature.xml
Modified:
    shindig/trunk/extras/src/main/javascript/features-extras/features.txt

Modified: shindig/trunk/extras/src/main/javascript/features-extras/features.txt
URL: http://svn.apache.org/viewvc/shindig/trunk/extras/src/main/javascript/features-extras/features.txt?rev=1178245&r1=1178244&r2=1178245&view=diff
==============================================================================
--- shindig/trunk/extras/src/main/javascript/features-extras/features.txt (original)
+++ shindig/trunk/extras/src/main/javascript/features-extras/features.txt Sun Oct  2 20:01:21 2011
@@ -18,6 +18,7 @@
 
 features-extras/analytics/feature.xml
 features-extras/com.google.gadgets.analytics/feature.xml
+features-extras/firebug-lite/feature.xml
 features-extras/org.jquery.core-1.4.2/feature.xml
 features-extras/wave/feature.xml
 features-extras/opensocial-payment/feature.xml

Added: shindig/trunk/extras/src/main/javascript/features-extras/firebug-lite/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/extras/src/main/javascript/features-extras/firebug-lite/feature.xml?rev=1178245&view=auto
==============================================================================
--- shindig/trunk/extras/src/main/javascript/features-extras/firebug-lite/feature.xml (added)
+++ shindig/trunk/extras/src/main/javascript/features-extras/firebug-lite/feature.xml Sun Oct  2 20:01:21 2011
@@ -0,0 +1,24 @@
+<?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>firebug-lite</name>
+  <all>
+    <script src="https://getfirebug.com/firebug-lite.js"/>
+  </all>
+</feature>