You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2014/07/16 03:21:29 UTC

svn commit: r1610894 - in /lucene/dev/trunk: dev-tools/scripts/smokeTestRelease.py solr/example/example-DIH/solr/mail/conf/solrconfig.xml

Author: thelabdude
Date: Wed Jul 16 01:21:29 2014
New Revision: 1610894

URL: http://svn.apache.org/r1610894
Log:
SOLR-3893: Update references after moving dependency jars around.

Modified:
    lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py
    lucene/dev/trunk/solr/example/example-DIH/solr/mail/conf/solrconfig.xml

Modified: lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py?rev=1610894&r1=1610893&r2=1610894&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py (original)
+++ lucene/dev/trunk/dev-tools/scripts/smokeTestRelease.py Wed Jul 16 01:21:29 2014
@@ -266,7 +266,7 @@ def checkAllJARs(topDir, project, svnRev
     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-'))) or (normRoot.endswith('/test-framework/lib') and file.startswith('jersey-')):
+          if (normRoot.endswith('/contrib/dataimporthandler-extras/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:

Modified: lucene/dev/trunk/solr/example/example-DIH/solr/mail/conf/solrconfig.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/example-DIH/solr/mail/conf/solrconfig.xml?rev=1610894&r1=1610893&r2=1610894&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/example-DIH/solr/mail/conf/solrconfig.xml (original)
+++ lucene/dev/trunk/solr/example/example-DIH/solr/mail/conf/solrconfig.xml Wed Jul 16 01:21:29 2014
@@ -75,6 +75,8 @@
   <lib dir="../../../../contrib/dataimporthandler/lib/" regex=".*\.jar" />
   <lib dir="../../../../dist/" regex="solr-dataimporthandler-.*\.jar" />
 
+  <lib dir="../../../../contrib/dataimporthandler-extras/lib/" regex=".*\.jar" />
+
   <lib dir="../../../../contrib/extraction/lib" regex=".*\.jar" />
   <lib dir="../../../../dist/" regex="solr-cell-\d.*\.jar" />