Skip to content

Commit

Permalink
Remove redundant XmlParser2 module
Browse files Browse the repository at this point in the history
Now only rely on the in-Engine XmlParser as all other instances of this plugin

Fixes #136 Unable to build XmlParser2 from source without changing .uplugin file.
  • Loading branch information
SRombautsU committed Jan 8, 2024
1 parent cd8e3aa commit 88f2b84
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1,360 deletions.
2 changes: 1 addition & 1 deletion Source/PlasticSourceControl/PlasticSourceControl.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public PlasticSourceControl(ReadOnlyTargetRules Target) : base(Target)
"UnrealEd",
"LevelEditor",
"SourceControl",
"XmlParser2",
"XmlParser",
"Projects",
"AssetRegistry",
"DeveloperSettings",
Expand Down
87 changes: 0 additions & 87 deletions Source/XmlParser2/Private/XmlCharacterWidthCheck.h

This file was deleted.

Loading

0 comments on commit 88f2b84

Please sign in to comment.