You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by be...@apache.org on 2008/08/15 21:20:19 UTC

svn commit: r686330 - in /incubator/shindig/trunk/features: caja/feature.xml core/feature.xml

Author: beaton
Date: Fri Aug 15 12:20:18 2008
New Revision: 686330

URL: http://svn.apache.org/viewvc?rev=686330&view=rev
Log:
Apparently long lived typos in feature.xml for pulling in res:?

Or is there something platform specific about the resource loader?


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

Modified: incubator/shindig/trunk/features/caja/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/caja/feature.xml?rev=686330&r1=686329&r2=686330&view=diff
==============================================================================
--- incubator/shindig/trunk/features/caja/feature.xml (original)
+++ incubator/shindig/trunk/features/caja/feature.xml Fri Aug 15 12:20:18 2008
@@ -21,6 +21,6 @@
 <feature>
   <name>caja</name>
   <gadget>
-    <script src="res:///com/google/caja/plugin/domita-minified.js"></script>
+    <script src="res://com/google/caja/plugin/domita-minified.js"></script>
   </gadget>
 </feature>

Modified: incubator/shindig/trunk/features/core/feature.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/features/core/feature.xml?rev=686330&r1=686329&r2=686330&view=diff
==============================================================================
--- incubator/shindig/trunk/features/core/feature.xml (original)
+++ incubator/shindig/trunk/features/core/feature.xml Fri Aug 15 12:20:18 2008
@@ -22,7 +22,7 @@
     <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="res://com/google/caja/plugin/html-sanitizer-minified.js"></script>
     <script src="util.js"/>
     <script src="auth.js"/>
     <script src="auth-init.js"/>