[commit] r2572 - in trunk: Install SDK/DotNet/DsmlGenerator/ISIS.GME.Common/1.0.4.0
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Tue Dec 2 10:16:49 CST 2014
Author: ksmyth
Date: Tue Dec 2 10:16:49 2014
New Revision: 2572
Log:
Include ISIS.GME.Common.dll 1.0.4.0 in installer (META-3613)
Added:
trunk/SDK/DotNet/DsmlGenerator/ISIS.GME.Common/1.0.4.0/
trunk/SDK/DotNet/DsmlGenerator/ISIS.GME.Common/1.0.4.0/ISIS.GME.Common.dll
Modified:
trunk/Install/GME.wxs
trunk/Install/GME_SDK.wxs
Modified: trunk/Install/GME.wxs
==============================================================================
--- trunk/Install/GME.wxs Mon Nov 17 12:49:19 2014 (r2571)
+++ trunk/Install/GME.wxs Tue Dec 2 10:16:49 2014 (r2572)
@@ -217,7 +217,9 @@
</Directory>
<Directory Id='INSTALLDIR_SDK_PATTERNPROCESSORx86' Name='PatternProcessor' />
<Directory Id='INSTALLDIR_SDK_DOTNET' Name='DotNet'>
- <Directory Id='INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR' Name='CSharpDSMLGenerator'/>
+ <Directory Id='INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR' Name='CSharpDSMLGenerator'>
+ <Directory Id='INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR_1_0_4_0' Name='1.0.4.0'/>
+ </Directory>
</Directory>
<Directory Id='INSTALLDIR_SDK_PATTERNPROCESSOR' Name='PatternProcessor' />
<Directory Id='INSTALLDIR_SDK_SCRIPTS' Name='Scripts' />
Modified: trunk/Install/GME_SDK.wxs
==============================================================================
--- trunk/Install/GME_SDK.wxs Mon Nov 17 12:49:19 2014 (r2571)
+++ trunk/Install/GME_SDK.wxs Tue Dec 2 10:16:49 2014 (r2572)
@@ -47,6 +47,10 @@
<File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\bin\Release\ISIS.GME.Common.dll" KeyPath="yes" Assembly=".net"/>
<Condition>NETFRAMEWORK40</Condition>
</Component>
+ <Component Id="ISIS.GME.Common.dll.1.0.4.0" Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR_1_0_4_0" Guid="{C627CFC3-A8D1-47EB-AFF9-D1309EE08DC6}" Permanent="yes">
+ <File Id="ISIS.GME.Common.dll.1.0.4.0" Source="..\SDK\DotNet\DsmlGenerator\ISIS.GME.Common\1.0.4.0\ISIS.GME.Common.dll" KeyPath="yes" Assembly=".net"/>
+ <Condition>NETFRAMEWORK40</Condition>
+ </Component>
<Component Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR">
<File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\bin\Release\MgaMeta.dll" />
</Component>
Added: trunk/SDK/DotNet/DsmlGenerator/ISIS.GME.Common/1.0.4.0/ISIS.GME.Common.dll
==============================================================================
Binary files /dev/null 00:00:00 1970 (empty, because file is newly added) and trunk/SDK/DotNet/DsmlGenerator/ISIS.GME.Common/1.0.4.0/ISIS.GME.Common.dll Tue Dec 2 10:16:49 2014 (r2572) differ
More information about the gme-commit
mailing list