Home
last modified time | relevance | path

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

/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DFrameworkJarChecker.java40 String unoilPath = SVersionRCFile.getPathForUnoil( in mountDependencies() local
43 if (unoilPath == null) in mountDependencies()
46 File unoilFile = new File(unoilPath + File.separator + "unoil.jar"); in mountDependencies()
88 String unoilPath = SVersionRCFile.getPathForUnoil( in unmountDependencies() local
91 if (unoilPath == null) in unmountDependencies()
94 File unoilFile = new File(unoilPath + File.separator + "unoil.jar"); in unmountDependencies()

Completed in 4 milliseconds