Skip to content

Commit fb65578

Browse files
authored
Merge pull request #2320 from dizzzz/bugfix/5xx_2311_fix_webstart
5xx: Repair of missing webstart jar file.
2 parents 05cd12e + e146f72 commit fb65578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/exist/webstart/JnlpJarFiles.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class JnlpJarFiles {
7373
"rsyntaxtextarea-%latest%",
7474
"slf4j-api-%latest%",
7575
"ws-commons-util-%latest%",
76-
"xmldb",
76+
"xmldb-api-%latest%",
7777
"xmlrpc-client-%latest%",
7878
"xmlrpc-common-%latest%"
7979
};

0 commit comments

Comments
 (0)