[MLton-commit] r7330
    Wesley Terpstra 
    wesley at mlton.org
       
    Sun Nov  1 15:03:15 PST 2009
    
    
  
Id's cannot start with a #.
----------------------------------------------------------------------
U   mlton/trunk/package/mingw/mlton.wxs
----------------------------------------------------------------------
Modified: mlton/trunk/package/mingw/mlton.wxs
===================================================================
--- mlton/trunk/package/mingw/mlton.wxs	2009-11-01 22:48:12 UTC (rev 7329)
+++ mlton/trunk/package/mingw/mlton.wxs	2009-11-01 23:03:14 UTC (rev 7330)
@@ -122,7 +122,7 @@
       <ComponentGroupRef Id='component.wget' />
     </Feature>
 
-    <Feature Id='7Zip' Title='7Zip' Description='A command-line tool for decompressing files.' Level='10' AllowAdvertise='no'>
+    <Feature Id='zip7' Title='7Zip' Description='A command-line tool for decompressing files.' Level='10' AllowAdvertise='no'>
       <ComponentRef Id='component.path' />
       <ComponentGroupRef Id='component.7zip' />
     </Feature>
    
    
More information about the MLton-commit
mailing list