~mysql/mysql-utilities/1.5

« back to all changes in this revision

Viewing changes to support/MSWindows/mysql_utilities.xml

  • Committer: Israel Gomez
  • Date: 2014-07-25 15:49:36 UTC
  • Revision ID: israel.gomez@oracle.com-20140725154936-qq2v9ndmdsle4lec
Tags: release-1.5.1rc1
BUG#19262669 : fixes to Package mechanisms regarding release-1.5.1rc

The release-1.5.1rc will be a standalone release, meaning it Utilities will
no longer be a subproduct of Workbench. As a result we need to fix some of
the Package mechanism.

This patch fixes the Package mechanism to remove the references to Workbench,
in addition adds the functionality to package additional info files from
Fabric proyect.

This patch also fixes the shortcuts to the online documentation installed by
the Windows MSI package.

v3

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
      </Component>
137
137
 
138
138
      <Component Id="UtilsDocs" Guid="68608e06-d064-4909-9e3e-a60bd6f3f09b">
139
 
        <File Id="README" Name="README.txt"
140
 
         Source="$(var.BuildDir)\README.txt" DiskId="1"/>
 
139
        <File Id="README_Utilities" Name="README_Utilities.txt"
 
140
         Source="$(var.BuildDir)\README_Utilities.txt" DiskId="1"/>
 
141
        <File Id="README_Fabric" Name="README_Fabric.txt"
 
142
         Source="$(var.BuildDir)\README_Fabric.txt" DiskId="1"/>
141
143
        <File Id="LICENSE" Name="LICENSE.txt"
142
144
         Source="$(var.BuildDir)\LICENSE.txt" DiskId="1"/>
 
145
        <File Id="CHANGES_Utilities" Name="CHANGES_Utilities.txt"
 
146
         Source="$(var.BuildDir)\CHANGES_Utilities.txt" DiskId="1"/>
 
147
        <File Id="CHANGES_Fabric" Name="CHANGES_Fabric.txt"
 
148
         Source="$(var.BuildDir)\CHANGES_Fabric.txt" DiskId="1"/>
143
149
      </Component>
144
150
 
145
151
    </DirectoryRef>
184
190
          <RegistryValue Type="string" Name="Version" Value="$(var.Version)"/>
185
191
          <RegistryValue Type="string" Name="Location" Value="[INSTALLDIR]"/>
186
192
        </RegistryKey>
187
 
        <util:InternetShortcut Id="url_workbench"
188
 
         Name="MySQL Workbench Manual (online)"
189
 
         Target="http://dev.mysql.com/doc/workbench/en/index.html"/>
190
 
        <util:InternetShortcut Id="url_mysqlauditadmin"
191
 
         Name="mysqlauditadmin (online)"
192
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlauditadmin.html"/>
193
 
        <util:InternetShortcut Id="url_mysqlauditgrep"
194
 
         Name="mysqlauditgrep (online)"
195
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlauditgrep.html"/>
196
 
        <util:InternetShortcut Id="url_mysqldbcompare"
197
 
         Name="mysqldbcompare (online)"
198
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbcompare.html"/>
199
 
        <util:InternetShortcut Id="url_mysqldbcopy"
200
 
         Name="mysqldbcopy (online)"
201
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbcopy.html"/>
202
 
        <util:InternetShortcut Id="url_mysqldbexport"
203
 
         Name="mysqldbexport (online)"
204
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbexport.html"/>
205
 
        <util:InternetShortcut Id="url_mysqldbimport"
206
 
         Name="mysqldbimport (online)"
207
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldbimport.html"/>
208
 
        <util:InternetShortcut Id="url_mysqldiff"
209
 
         Name="mysqldiff (online)"
210
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldiff.html"/>
211
 
        <util:InternetShortcut Id="url_mysqldiskusage"
212
 
         Name="mysqldiskusage (online)"
213
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqldiskusage.html"/>
214
 
        <util:InternetShortcut Id="url_mysqlfailover"
215
 
         Name="mysqlfailover (online)"
216
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlfailover.html"/>
217
 
        <util:InternetShortcut Id="url_mysqlindexcheck"
218
 
         Name="mysqlindexcheck (online)"
219
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlindexcheck.html"/>
220
 
        <util:InternetShortcut Id="url_mysqlmedagrep"
221
 
         Name="mysqlmetagrep (online)"
222
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlmetagrep.html"/>
223
 
        <util:InternetShortcut Id="url_mysqlprocgrep"
224
 
         Name="mysqlprocgrep (online)"
225
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlprocgrep.html"/>
226
 
        <util:InternetShortcut Id="url_mysqlreplicate"
227
 
         Name="mysqlreplicate (online)"
228
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlreplicate.html"/>
229
 
        <util:InternetShortcut Id="url_mysqlrpladmin"
230
 
         Name="mysqlrepladmin (online)"
231
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlrpladmin.html"/>
232
 
        <util:InternetShortcut Id="url_mysqlrplcheck"
233
 
         Name="mysqlrplcheck (online)"
234
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlrplcheck.html"/>
235
 
        <util:InternetShortcut Id="url_mysqlrplshow"
236
 
         Name="mysqlrplshow (online)"
237
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlrplshow.html"/>
238
 
        <util:InternetShortcut Id="url_mysqlserverclone"
239
 
         Name="mysqlserverclone (online)"
240
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlserverclone.html"/>
241
 
        <util:InternetShortcut Id="url_mysqlserverinfo"
242
 
         Name="mysqlserverinfo (online)"
243
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqlserverinfo.html"/>
244
 
        <util:InternetShortcut Id="url_mysqluc"
245
 
         Name="mysqluc (online)"
246
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqluc.html"/>
247
 
        <util:InternetShortcut Id="url_mysqluserclone"
248
 
         Name="mysqluserclone (online)"
249
 
         Target="http://dev.mysql.com/doc/workbench/en/mysqluserclone.html"/>
 
193
        <util:InternetShortcut Id="url_utils_fabric"
 
194
         Name="MySQL Utilities - MySQL Fabric Manual (online)"
 
195
         Target="http://dev.mysql.com/doc/index-utils-fabric.html"/>
250
196
      </Component>
251
197
    </DirectoryRef>
252
198
 
299
245
     Value="$(var.BitmapDir)\WixUIDialog_Utilities.bmp"/>
300
246
 
301
247
    <Property Id="Version" Value="$(var.Version)"/>
302
 
    <Property Id="WorkbenchReleaseNotice" Value="$(var.ReleaseString)"/>
303
248
  </Product>
304
249
</Wix>