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 2010/06/30 00:42:07 UTC

svn commit: r959133 - /shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml

Author: johnh
Date: Tue Jun 29 22:42:07 2010
New Revision: 959133

URL: http://svn.apache.org/viewvc?rev=959133&view=rev
Log:
Fixing feature.xml


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

Modified: shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml?rev=959133&r1=959132&r2=959133&view=diff
==============================================================================
--- shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml (original)
+++ shindig/trunk/features/src/main/javascript/features/shindig.random/feature.xml Tue Jun 29 22:42:07 2010
@@ -24,6 +24,6 @@ A JavaScript "more-secure-random" implem
   <dependency>globals</dependency>
   <container>
     <script src="sha1.js"/>
-    <script src="saferrandom.js"/>
+    <script src="random.js"/>
   </container>
 </feature>