Files
UnrealEngineUWP/Engine/Plugins/Developer/SkeinSourceControl/SkeinSourceControl.uplugin
wouter burgers 685fd476d9 SkeinUE: Initial skeleton code commit for the Skein Source Control Provider plugin.
#jira UCS-2257
marco.anastasi, stuart.hill
#rnx

#ROBOMERGE-AUTHOR: wouter.burgers
#ROBOMERGE-SOURCE: CL 17718126 in //UE5/Main/...
#ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v879-17706426)

[CL 17718132 by wouter burgers in ue5-release-engine-test branch]
2021-10-05 01:49:09 -04:00

25 lines
531 B
Plaintext

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