mirror of https://github.com/apache/lucene.git
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:
parent
dcbc79ce15
commit
c19abde3ee
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue