You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by jo...@apache.org on 2009/12/05 15:46:48 UTC

svn commit: r887548 - /incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml

Author: johnh
Date: Sat Dec  5 14:46:47 2009
New Revision: 887548

URL: http://svn.apache.org/viewvc?rev=887548&view=rev
Log:
html_sanitize got dropped from core libs before. Re-adding in top-level "core" for the moment.


Modified:
    incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml

Modified: incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml?rev=887548&r1=887547&r2=887548&view=diff
==============================================================================
--- incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml (original)
+++ incubator/shindig/trunk/features/src/main/javascript/features/core/feature.xml Sat Dec  5 14:46:47 2009
@@ -32,4 +32,8 @@
   <dependency>core.io</dependency>
   <dependency>core.prefs</dependency>
   <dependency>core.util</dependency>
+  <gadget>
+    <!-- for html_sanitize -->
+    <script src="res://com/google/caja/plugin/html-sanitizer-minified.js"></script>
+  </gadget>
 </feature>