Files
UnrealEngineUWP/Engine/Plugins/Developer/SubversionSourceControl/SubversionSourceControl.uplugin
Ben Marsh a0fb80ecf9 Disable source control plugins at runtime.
#rb none
#rnx

[CL 8393016 by Ben Marsh in Dev-Build branch]
2019-08-31 14:57:19 -04:00

25 lines
552 B
Plaintext

{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Subversion",
"Description" : "Subversion source control management",
"Category" : "Source Control",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : true,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "SubversionSourceControl",
"Type" : "UncookedOnly",
"LoadingPhase" : "Default"
}
]
}