You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/04/19 11:54:55 UTC

svn commit: r935503 - in /shindig/trunk/features/src/main/javascript/features: features.txt org.jquery.core-1.4.2/ org.jquery.core-1.4.2/feature.xml

Author: lindner
Date: Mon Apr 19 09:54:54 2010
New Revision: 935503

URL: http://svn.apache.org/viewvc?rev=935503&view=rev
Log:
jquery external module

Added:
    shindig/trunk/features/src/main/javascript/features/org.jquery.core-1.4.2/
    shindig/trunk/features/src/main/javascript/features/org.jquery.core-1.4.2/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=935503&r1=935502&r2=935503&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/features.txt (original)
+++ shindig/trunk/features/src/main/javascript/features/features.txt Mon Apr 19 09:54:54 2010
@@ -66,3 +66,4 @@ features/views/feature.xml
 features/xhrwrapper/feature.xml
 features/xmlutil/feature.xml
 features/com.google.gadgets.analytics/feature.xml
+features/org.jquery.core-1.4.2/feature.xml

Added: shindig/trunk/features/src/main/javascript/features/org.jquery.core-1.4.2/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/org.jquery.core-1.4.2/feature.xml?rev=935503&view=auto
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/org.jquery.core-1.4.2/feature.xml (added)
+++ shindig/trunk/features/src/main/javascript/features/org.jquery.core-1.4.2/feature.xml Mon Apr 19 09:54:54 2010
@@ -0,0 +1,27 @@
+<?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>org.jquery.core-1.4.2</name>
+  <gadget>
+    <script inline="false" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"/>
+  </gadget>
+  <container>
+    <script inline="false" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"/>
+  </container>
+</feature>