mirror of https://github.com/apache/lucene.git
SOLR-350: fix libDir => sharedLib xml writing error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b251c9685
commit
7919e2e4fe
|
@ -452,7 +452,7 @@ public class MultiCore
|
||||||
XML.escapeAttributeValue(adminPath, writer);
|
XML.escapeAttributeValue(adminPath, writer);
|
||||||
writer.write('\'');
|
writer.write('\'');
|
||||||
if (this.libDir != null) {
|
if (this.libDir != null) {
|
||||||
writer.write(" libDir='");
|
writer.write(" sharedLib='");
|
||||||
XML.escapeAttributeValue(libDir, writer);
|
XML.escapeAttributeValue(libDir, writer);
|
||||||
writer.write('\'');
|
writer.write('\'');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue