fix copy-paste-o in program name in appassembler-maven-plugin configuration

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1188923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-10-25 21:22:25 +00:00
parent ef37a027a0
commit 4fb6e1156a
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
</program>
<program>
<mainClass>org.apache.lucene.store.LockVerifyServer</mainClass>
<name>IndexReader</name>
<name>LockVerifyServer</name>
</program>
<program>
<mainClass>org.apache.lucene.util.English</mainClass>