Skip to content

Commit d7a5873

Browse files
authored
Merge pull request #2321 from eXist-db/bugfix/develop_2311_fix_webstart
Develop: Repair of missing webstart jar file.
2 parents a6643d8 + 8313edf commit d7a5873

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)