Fix XML access warning
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
package lime.tools;
|
||||
|
||||
|
||||
import haxe.xml.Fast;
|
||||
import hxp.*;
|
||||
|
||||
|
||||
#if (haxe_ver >= 4)
|
||||
import haxe.xml.Access in Fast;
|
||||
#else
|
||||
import haxe.xml.Fast;
|
||||
#end
|
||||
|
||||
|
||||
abstract ConfigData(Dynamic) to Dynamic from Dynamic {
|
||||
|
||||
|
||||
|
||||
@@ -14,6 +14,12 @@ import sys.FileSystem;
|
||||
import sys.io.File;
|
||||
import sys.io.Process;
|
||||
|
||||
#if (haxe_ver >= 4)
|
||||
import haxe.xml.Access in Fast;
|
||||
#else
|
||||
import haxe.xml.Fast;
|
||||
#end
|
||||
|
||||
#if (lime && lime_cffi && !macro)
|
||||
import lime.text.Font;
|
||||
@:access(lime.text.Font)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package lime.tools;
|
||||
|
||||
|
||||
import haxe.xml.Fast;
|
||||
import hxp.*;
|
||||
import lime.tools.CommandHelper;
|
||||
import lime.tools.ModuleHelper;
|
||||
@@ -15,6 +14,12 @@ import lime.utils.AssetManifest;
|
||||
import sys.io.File;
|
||||
import sys.FileSystem;
|
||||
|
||||
#if (haxe_ver >= 4)
|
||||
import haxe.xml.Access in Fast;
|
||||
#else
|
||||
import haxe.xml.Fast;
|
||||
#end
|
||||
|
||||
|
||||
class ProjectXMLParser extends HXProject {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user