Home
last modified time | relevance | path

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

/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java130 File bootstrapFile = new File(binParent, "bootstraprc"); in OpenOffice() local
131 if (!bootstrapFile.exists()) in OpenOffice()
132 bootstrapFile = new File(binParent, "bootstrap.ini"); in OpenOffice()
133 if (!bootstrapFile.exists()) in OpenOffice()
137 Properties props = FileUtil.loadProperties(bootstrapFile); in OpenOffice()