remove x2log dependency
This commit is contained in:
parent
5893767c38
commit
ce9d185d1f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "vendor/x2log"]
|
||||
path = vendor/x2log
|
||||
url = https://github.com/MvRens/x2log.git
|
@ -84,9 +84,7 @@ uses
|
||||
StrUtils,
|
||||
SysUtils,
|
||||
|
||||
X2UtNamedFormat,
|
||||
|
||||
X2Log.Global;
|
||||
X2UtNamedFormat;
|
||||
|
||||
const
|
||||
VariantText = 'Variant';
|
||||
@ -937,8 +935,6 @@ var
|
||||
member: TDelphiXMLMember;
|
||||
|
||||
begin
|
||||
TX2GlobalLog.Verbose('WriteSchemaInterfaceProperties: ' + AItem.Name);
|
||||
|
||||
if ASection = dxsForward then
|
||||
Exit;
|
||||
|
||||
|
@ -52,7 +52,6 @@
|
||||
<VerInfo_Locale>1043</VerInfo_Locale>
|
||||
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
|
||||
<SanitizedProjectName>X2XMLDataBinding</SanitizedProjectName>
|
||||
<DCC_UnitSearchPath>vendor\x2utils_;vendor\x2log;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Base_Win32)'!=''">
|
||||
<DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
|
||||
|
1
vendor/x2log
vendored
1
vendor/x2log
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 8b17a99c33453d0cf6c94d26af735beb3bb8666c
|
Loading…
Reference in New Issue
Block a user