Home
last modified time | relevance | path

Searched refs:JARS (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/ridljar/java/unoloader/src/main/java/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java199 final int JARS = 4; in createUrls() local
200 URL[] urls = new URL[JARS + (classPath == null ? 0 : classPath.length)]; in createUrls()
206 System.arraycopy(classPath, 0, urls, JARS, classPath.length); in createUrls()
/AOO42X/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch359 + <!-- given the Ant 1.7.0 bug, create the services files here for copying into the JARS -->