~guillaume-simon/mysql-utilities/mysql-utilities

« back to all changes in this revision

Viewing changes to support/osx/Description.plist

  • Committer: Israel Gomez
  • Date: 2013-10-28 19:53:57 UTC
  • Revision ID: israel.gomez@oracle.com-20131028195357-z1vi19c1t6upjk7d
BUG#17347424 : No MySQL Utilities package for MAC OS X

This patch adds a distribution command to build a GPL or Commercial 
distribution package for Mac OS X, also provides the option of encapsulate 
the package in an Apple Disk Image (dmg file).

v2b

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 
3
<plist version="1.0">
 
4
    <dict>
 
5
        <key>IFPkgDescriptionTitle</key>
 
6
        <string>MySQL Utilities</string>
 
7
        <key>IFPkgDescriptionVersion</key>
 
8
        <string>{VERSION}</string>
 
9
        <key>IFPkgDescriptionDescription</key>
 
10
        <string>MySQL Utilities provides a collection of command-line utilities that are used for maintaining and administering MySQL servers, including:
 
11
 
 
12
  Admin Utilities (Clone, Copy, Compare, Diff, Export, Import)
 
13
  Replication Utilities (Setup, Configuration)
 
14
  General Utilities (Disk Usage, Redundant Indexes, Search Meta Data)
 
15
  And many more</string>
 
16
        <key>IFPkgDescriptionTitle</key>
 
17
        <string>API and Command Line Applications</string>
 
18
  </dict>
 
19
</plist>