[Vm-dev] [commit][3517] Fix the cryptography load spec in the vmmaker image build script.

commits at squeakvm.org commits at squeakvm.org
Sat Dec 12 02:01:44 UTC 2015


Revision: 3517
Author:   eliot
Date:     2015-12-11 18:01:40 -0800 (Fri, 11 Dec 2015)
Log Message:
-----------
Fix the cryptography load spec in the vmmaker image build script.

Modified Paths:
--------------
    branches/Cog/image/BuildSqueakSpurTrunkVMMakerImage.st

Modified: branches/Cog/image/BuildSqueakSpurTrunkVMMakerImage.st
===================================================================
--- branches/Cog/image/BuildSqueakSpurTrunkVMMakerImage.st	2015-12-11 03:12:20 UTC (rev 3516)
+++ branches/Cog/image/BuildSqueakSpurTrunkVMMakerImage.st	2015-12-12 02:01:40 UTC (rev 3517)
@@ -12,7 +12,7 @@
 				('http://www.squeaksource.com/Speech'			2	('SharedPool-Speech' ))
 				('http://www.squeaksource.com/XDCP'				9	('VMConstruction-Plugins-XDisplayControlPlugin' ))
 				('http://www.squeaksource.com/Balloon3D'		9	('Balloon3D-Plugins'  ))
-				('http://www.squeaksource.com/CryptographyPlugins'		9	('CryptographyPlugins'  ))
+				('http://www.squeaksource.com/Cryptography'		9	('CryptographyPlugins'  ))
 				).
 
 load := (manifest collect:


More information about the Vm-dev mailing list