ignore jersey-cores sheistiness for now, its not in the war

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-07-04 16:06:40 +00:00
parent dcbc79ce15
commit c19abde3ee
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ def checkAllJARs(topDir, project, svnRevision, version):
for file in files:
if file.lower().endswith('.jar'):
if project == 'solr':
if normRoot.endswith('/contrib/dataimporthandler/lib') and (file.startswith('mail-') or file.startswith('activation-')):
if (normRoot.endswith('/contrib/dataimporthandler/lib') and (file.startswith('mail-') or file.startswith('activation-'))) or (normRoot.endswith('/test-framework/lib') and file.startswith('jersey-')):
print(' **WARNING**: skipping check of %s/%s: it has javax.* classes' % (root, file))
continue
else: