You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by li...@apache.org on 2008/02/21 16:34:49 UTC

svn commit: r629826 - /incubator/shindig/trunk/features/core/feature.xml

Author: lindner
Date: Thu Feb 21 07:34:48 2008
New Revision: 629826

URL: http://svn.apache.org/viewvc?rev=629826&view=rev
Log:
Fix from SHINDIG-87 provided by Brian Eaton

Modified:
    incubator/shindig/trunk/features/core/feature.xml

Modified: incubator/shindig/trunk/features/core/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/feature.xml?rev=629826&r1=629825&r2=629826&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core/feature.xml (original)
+++ incubator/shindig/trunk/features/core/feature.xml Thu Feb 21 07:34:48 2008
@@ -27,6 +27,7 @@
     <script src="legacy.js"/>
   </gadget>
   <container>
+    <script src="util.js"/>
     <script src="json.js"/>
   </container>
 </feature>