[commit] r1175 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Feb 14 10:28:59 CST 2011


Author: ksmyth
Date: Mon Feb 14 10:28:59 2011
New Revision: 1175

Log:
Remove empty Contrib component

Modified:
   trunk/Install/GME.wxs

Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs	Mon Feb 14 10:28:36 2011	(r1174)
+++ trunk/Install/GME.wxs	Mon Feb 14 10:28:59 2011	(r1175)
@@ -104,7 +104,6 @@
             <Directory Id='ProgramFilesFolder'>
                 <Directory Id='INSTALLDIR' Name='GME'>
                     <Directory Id='INSTALLDIR_BIN' Name='Bin'/>
-                    <Directory Id='INSTALLDIR_CONTRIB' Name='Contrib'/>
                     <Directory Id='INSTALLDIR_DOC' Name='Doc'>
                         <Directory Id='INSTALLDIR_DOC_TUTORIALS' Name='Tutorials'>
                             <Directory Id='INSTALLDIR_DOC_TUTORIALS_ICONS' Name='Icons'/>
@@ -2426,11 +2425,6 @@
                 </Feature>
             </Feature>
             
-            <Feature Id='Contrib' Title='Contrib' Description='Contributed tools and models from third party developers'
-                Level='1'>
-            </Feature>
-            
-            
         </Feature>
 
         <!-- =========================================================== -->


More information about the gme-commit mailing list