Searched refs:JARS (Results 1 – 2 of 2) sorted by relevance
199 final int JARS = 4; in createUrls() local200 URL[] urls = new URL[JARS + (classPath == null ? 0 : classPath.length)]; in createUrls()206 System.arraycopy(classPath, 0, urls, JARS, classPath.length); in createUrls()
359 + <!-- given the Ant 1.7.0 bug, create the services files here for copying into the JARS -->