~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Installer/darwin/VBoxStartupItems/Description.plist

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

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>                <string>@VBOX_PRODUCT@ Startup Items</string>
 
6
        <key>IFPkgDescriptionDescription</key>          <string>Installs the @VBOX_PRODUCT@ Startup Items to /Library/StartupItems/VirtualBox.</string>
 
7
        <key>IFPkgDescriptionVersion</key>              <string>@VBOX_VERSION_STRING@</string>
 
8
        <key>IFPkgDescriptionDeleteWarning</key>        <string></string>
 
9
</dict>
 
10
</plist>