|
@@ -54,6 +54,8 @@ class ImportAll {
|
|
if( !Context.defined("cs") ) return;
|
|
if( !Context.defined("cs") ) return;
|
|
case "tools":
|
|
case "tools":
|
|
return;
|
|
return;
|
|
|
|
+ case "build-tool":
|
|
|
|
+ return;
|
|
}
|
|
}
|
|
for( p in Context.getClassPath() ) {
|
|
for( p in Context.getClassPath() ) {
|
|
if( p == "/" )
|
|
if( p == "/" )
|
|
@@ -90,4 +92,4 @@ class ImportAll {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|