Kaynağa Gözat

Clean up plugin output

Yanrishatum 6 yıl önce
ebeveyn
işleme
de168ab191
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. 5 1
      hide/Plugin.hx

+ 5 - 1
hide/Plugin.hx

@@ -25,6 +25,7 @@ class Plugin {
 		"hscript",
 		"cdb",
 		"format",
+		"domkit",
 
 		"HxOverrides",
 		"Math",
@@ -35,10 +36,13 @@ class Plugin {
 		"Std",
 		"StringBuf",
 		"StringTools",
+		"DateTools",
 		"Sys",
+		"_Sys",
 		"Type",
 		"ValueType",
-		"Xml",		
+		"Xml",
+		"_Xml",		
 	];
 
 	static function getLibraryPath( libName ) {