Author: beaton
Date: Thu Aug 14 21:37:04 2008
New Revision: 686145

URL: http://svn.apache.org/viewvc?rev=686145&view=rev
Log:
Pull in new Caja, and import the html sanitizer code for use in
gadgets.util.sanitizeHtml.


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

Modified: incubator/shindig/trunk/features/core/feature.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/feature.xml?rev=686145&r1=686144&r2=686145&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core/feature.xml (original)
+++ incubator/shindig/trunk/features/core/feature.xml Thu Aug 14 21:37:04 2008
@@ -21,6 +21,8 @@
   <gadget>
     <script src="core.js"/>
     <script src="config.js"/>
+    <!-- for gadgets.util.sanitizeHtml -->
+    <script 
src="res:///com/google/caja/plugin/html-sanitizer-minified.js"></script>
     <script src="util.js"/>
     <script src="auth.js"/>
     <script src="auth-init.js"/>

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=686145&r1=686144&r2=686145&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Thu Aug 14 21:37:04 2008
@@ -871,7 +871,7 @@
       <dependency>
         <groupId>caja</groupId>
         <artifactId>caja</artifactId>
-        <version>r1899</version>
+        <version>r2178</version>
         <scope>compile</scope>
       </dependency>
       <dependency>



Reply via email to