SOLR-7227: Be sure to not put servlet.jar into webapp

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693144 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-07-28 19:15:36 +00:00
parent 3e406606ed
commit 27aa993b15
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<import file="../common-build.xml"/>
<property name="exclude.from.webapp" value="*slf4j*,log4j-*" />
<property name="exclude.from.webapp" value="*slf4j*,log4j-*,*javax.servlet*" />
<!-- this module has no javadocs -->
<target name="javadocs"/>