Searched refs:jars (Results 1 – 8 of 8) sorted by relevance
43 private Vector jars; field in ConverterInfoList76 jars = new Vector(); in ConverterInfoList()79 jars.add(jarFileName); in ConverterInfoList()98 return jars.elements(); in getJarFileEnum()
75 URL[] jars = new URL[jarFileNames.length]; in getURLs() local79 jars[i] = new URL( base + jarFileNames[i] ); in getURLs()85 return jars; in getURLs()
9 Primarily these dependencies are things the Java UNO jars like juh, jurt, ridl, and unoil and tools…20 When switching branches especially between AOO versions it's recommended to delete the jars in `tes…21 …crest** libraries for your build since the test build will try to use the jars that are present bu…
55 String[] jars = { "juh.jar", "unoil.jar", "ridl.jar", "jurt.jar" }; in run() local56 for (String jar : jars) { in run()
5 http://dist.codehaus.org/stax/jars/
207 + <target name="clean" description="Clean all files other than source code and downloaded jars.">217 + <get src="http://www.ibiblio.org/maven/jdom/jars/jdom-1.0.jar"223 + <get src="http://dist.codehaus.org/stax/jars/stax-api-1.0.1.jar" dest="${lib.dir}/stax-api…
188 URL2 = http://maven.ibiblio.org/maven/stax/jars/stax-src-1.2.0.zip
415 AC_ARG_WITH(system-jars,416 [ --without-system-jars When building with --with-system-libs, also the417 needed jars are expected on the system. Use this to656 support to speed up buildsi by compiling the jars also
Completed in 61 milliseconds