Searched refs:jars (Results 1 – 6 of 6) 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()
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…
411 AC_ARG_WITH(system-jars,412 [ --without-system-jars When building with --with-system-libs, also the413 needed jars are expected on the system. Use this to665 support to speed up buildsi by compiling the jars also
Completed in 91 milliseconds