Exclude the Jetty working directory under solr/example from license checks (Thanks Robert!)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243777 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erick Erickson 2012-02-14 03:59:38 +00:00
parent 6bb4ea097f
commit 67b2f88a9a
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
<exclude name="**/build/**" />
<exclude name="**/dist/**" />
<exclude name="**/src/**" />
<exclude name="**/work/**" />
<additional-excludes />
</fileset>