[commit] r2468 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Apr 16 13:13:07 CDT 2014


Author: ksmyth
Date: Wed Apr 16 13:13:07 2014
New Revision: 2468

Log:
Include mga2.dtd in installer

Modified:
   trunk/Install/GME_bin.wxs

Modified: trunk/Install/GME_bin.wxs
==============================================================================
--- trunk/Install/GME_bin.wxs	Wed Apr 16 13:12:58 2014	(r2467)
+++ trunk/Install/GME_bin.wxs	Wed Apr 16 13:13:07 2014	(r2468)
@@ -725,6 +725,9 @@
       <Component Id="mga.dtd">
         <File Id="mga.dtd" Name="mga.dtd" Source="..\GME\Parser\mga.dtd" />
       </Component>
+      <Component Id="mga2.dtd">
+        <File Id="mga2.dtd" Name="mga2.dtd" Source="..\GME\Parser\mga2.dtd" />
+      </Component>
       <Component Id="mgaclosure.dtd">
         <File Id="mgaclosure.dtd" Name="mgaclosure.dtd" Source="..\GME\Parser\mgaclosure.dtd" />
       </Component>


More information about the gme-commit mailing list