Rename PackageInstaller to LegacyPackageInstaller.

Affects only the file name, not the mimetype.
Fixes #10004.
This commit is contained in:
Augustin Cavalier 2015-07-18 14:35:08 -04:00
parent ec0204ad1e
commit 7eccc69001
4 changed files with 7 additions and 7 deletions

View File

@ -17,9 +17,9 @@ SYSTEM_APPS += [ FFilterByBuildFeatures
CodyCam CodyCam
GLInfo@mesa GLInfo@mesa
HaikuDepot HaikuDepot
Icon-O-Matic@expat Installer LaunchBox Icon-O-Matic@expat Installer LaunchBox LegacyPackageInstaller
Magnify Mail MediaConverter MediaPlayer MidiPlayer Magnify Mail MediaConverter MediaPlayer MidiPlayer
PackageInstaller People PoorMan PowerStatus People PoorMan PowerStatus
RemoteDesktop RemoteDesktop
Screenshot SerialConnect SoundRecorder Screenshot SerialConnect SoundRecorder
TV TV

View File

@ -8,7 +8,7 @@ UseBuildFeatureHeaders zlib ;
Includes [ FGristFiles PackageItem.cpp ] Includes [ FGristFiles PackageItem.cpp ]
: [ BuildFeatureAttribute zlib : headers ] ; : [ BuildFeatureAttribute zlib : headers ] ;
Application PackageInstaller : Application LegacyPackageInstaller :
main.cpp main.cpp
BlockingWindow.cpp BlockingWindow.cpp
PackageWindow.cpp PackageWindow.cpp
@ -26,7 +26,7 @@ Application PackageInstaller :
: PackageInstaller.rdef : PackageInstaller.rdef
; ;
DoCatalogs PackageInstaller : DoCatalogs LegacyPackageInstaller :
x-vnd.Haiku-PackageInstaller x-vnd.Haiku-PackageInstaller
: :
main.cpp main.cpp

View File

@ -15,8 +15,8 @@ resource app_version {
internal = 0, internal = 0,
short_info = "Package Installer", short_info = "Legacy Package Installer",
long_info = "Package Installer ©2007-2009 Haiku, Inc." long_info = "Legacy Package Installer ©2007-2009 Haiku, Inc."
}; };
resource app_flags B_SINGLE_LAUNCH; resource app_flags B_SINGLE_LAUNCH;

View File

@ -7,7 +7,7 @@ resource(2, "META:SNIFF_RULE") "0.40 (\"AlB\\032\")";
resource(3, "META:S:DESC") #'MSDC' "Software package"; resource(3, "META:S:DESC") #'MSDC' "Software package";
resource(4, "META:L:DESC") #'MLDC' "Binary package for the PackageInstaller"; resource(4, "META:L:DESC") #'MLDC' "Old-format package for the LegacyPackageInstaller";
resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-PackageInstaller"; resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-PackageInstaller";