Skip to content

Commit e146f72

Browse files
committed
Repair of missing webstart jar file. Fixes #2311
1 parent 05cd12e commit e146f72

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)