Kaydet (Commit) 95ada2d6 authored tarafından Jürgen Schmidt's avatar Jürgen Schmidt Kaydeden (comit) Caolán McNamara

Related: #i122483# set correct classpath, include unoil.jar

(cherry picked from commit d8a72483)

Change-Id: Iaf4d90a111c5adf15817c7c1360e4bfad0ee9148
üst 04c2e4f5
......@@ -90,7 +90,8 @@ public final class UnoInfo {
String[] jarFileNames = new String[] {
"jurt.jar",
"ridl.jar",
"juh.jar" };
"juh.jar",
"unoil.jar" };
return getURLs( jarFileNames );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment