#At file:///C:/Users/Reggie/work/connector-net/6.3/ based on revid:reggie.burnett@stripped
1018 Reggie Burnett 2011-06-22
packaging things up
modified:
MySQLClient.sln
package.proj
=== modified file 'MySQLClient.sln'
=== modified file 'MySQLClient.sln'
--- a/MySQLClient.sln 2011-06-22 03:09:40 +0000
+++ b/MySQLClient.sln 2011-06-22 15:56:52 +0000
@@ -206,6 +206,7 @@
{DC3517FF-AC26-4755-9B7A-EF658FF69593}.Release|x64.ActiveCfg = Release|Any CPU
{DC3517FF-AC26-4755-9B7A-EF658FF69593}.Release|x86.ActiveCfg = Release|Any CPU
{F533FC43-6C05-4A64-8AF6-72B690EB06C3}.Commercial|Any CPU.ActiveCfg = Commercial|x86
+ {F533FC43-6C05-4A64-8AF6-72B690EB06C3}.Commercial|Any CPU.Build.0 = Commercial|x86
{F533FC43-6C05-4A64-8AF6-72B690EB06C3}.Commercial|Mixed Platforms.ActiveCfg = Commercial|x86
{F533FC43-6C05-4A64-8AF6-72B690EB06C3}.Commercial|Mixed Platforms.Build.0 = Commercial|x86
{F533FC43-6C05-4A64-8AF6-72B690EB06C3}.Commercial|x64.ActiveCfg = Commercial|x86
=== modified file 'package.proj'
--- a/package.proj 2011-04-22 14:29:34 +0000
+++ b/package.proj 2011-06-22 15:56:52 +0000
@@ -28,7 +28,7 @@
</Target>
<Target Name="PackageInstall">
- <GetVersion Assembly="MySql.Data/Provider/bin/release/mysql.data.dll" Format="{0}.{1}.{2}">
+ <GetVersion Assembly="VS2008/Source/MySql.Data/bin/release/mysql.data.dll" Format="{0}.{1}.{2}">
<Output TaskParameter = "AsString" PropertyName="Version"/>
</GetVersion>
<Copy SourceFiles="Installer/bin/$(Configuration)/mysql.data.msi"
@@ -76,16 +76,18 @@
<Target Name="PackageZip">
<ItemGroup>
- <V2Assemblies Include="MySql.Data\Provider\bin\release\mysql.data.dll"/>
- <V2Assemblies Include="MySql.Data\Provider\bin\release\mysql.data.cf.dll"/>
- <V2Assemblies Include="MySql.Web\Providers\bin\release\mysql.web.dll"/>
- <V2Assemblies Include="MySql.Data.Entity\Provider\bin\release\mysql.data.entity.dll"/>
- <V2Assemblies Include="MySql.VisualStudio\bin\release\mysql.visualstudio.dll"/>
+ <V2Assemblies Include="VS2008\Source\MySql.Data\bin\release\mysql.data.dll"/>
+ <V2Assemblies Include="VS2008\Source\MySql.Data.CF\bin\release\mysql.data.cf.dll"/>
+ <V2Assemblies Include="VS2008\Source\MySql.Web\bin\release\mysql.web.dll"/>
+ <V2Assemblies Include="VS2008\Source\MySql.Data.Entity\bin\release\mysql.data.entity.dll"/>
+ <V2Assemblies Include="VS2008\Source\MySql.VisualStudio\bin\release\mysql.visualstudio.dll"/>
</ItemGroup>
<ItemGroup>
- <V4Assemblies Include="MySql.Data.Entity\Provider\bin\release-4.0\mysql.data.entity.dll"/>
- <V4Assemblies Include="MySql.VisualStudio\bin\release-4.0\mysql.visualstudio.dll"/>
+ <V4Assemblies Include="Source\MySql.Data\bin\release\mysql.data.dll"/>
+ <V4Assemblies Include="Source\MySql.Web\bin\release\mysql.web.dll"/>
+ <V4Assemblies Include="Source\MySql.Data.Entity\bin\release\mysql.data.entity.dll"/>
+ <V4Assemblies Include="Source\MySql.VisualStudio\bin\release\mysql.visualstudio.dll"/>
</ItemGroup>
<ItemGroup>
Attachment: [text/bzr-bundle] bzr/reggie.burnett@oracle.com-20110622155652-l444rx3gj9htx20i.bundle
| Thread |
|---|
| • bzr commit into connector-net-6.3 branch (reggie.burnett:1018) | Reggie Burnett | 23 Jun |