Browse Source

[doc] avoid jar-tool problem

Simon Krajewski 6 years ago
parent
commit
e69b532aab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/ImportAll.hx

+ 1 - 1
extra/ImportAll.hx

@@ -70,7 +70,7 @@ class ImportAll {
 			if( !Context.defined("eval") ) return;
 			if( !Context.defined("eval") ) return;
 		case "ssl":
 		case "ssl":
 			if (!Context.defined("neko") && !Context.defined("cpp")) return;
 			if (!Context.defined("neko") && !Context.defined("cpp")) return;
-		case "tools", "build-tool": return;
+		case "tools", "build-tool", "jar-tool": return;
 		}
 		}
 		for( p in Context.getClassPath() ) {
 		for( p in Context.getClassPath() ) {
 			if( p == "/" )
 			if( p == "/" )