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>


Reply via email to