You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2012/09/22 19:08:58 UTC

svn commit: r1388845 - /lucene/dev/branches/lucene_solr_4_0/dev-tools/scripts/smokeTestRelease.py

Author: mikemccand
Date: Sat Sep 22 17:08:58 2012
New Revision: 1388845

URL: http://svn.apache.org/viewvc?rev=1388845&view=rev
Log:
improve the hack

Modified:
    lucene/dev/branches/lucene_solr_4_0/dev-tools/scripts/smokeTestRelease.py

Modified: lucene/dev/branches/lucene_solr_4_0/dev-tools/scripts/smokeTestRelease.py
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_0/dev-tools/scripts/smokeTestRelease.py?rev=1388845&r1=1388844&r2=1388845&view=diff
==============================================================================
--- lucene/dev/branches/lucene_solr_4_0/dev-tools/scripts/smokeTestRelease.py (original)
+++ lucene/dev/branches/lucene_solr_4_0/dev-tools/scripts/smokeTestRelease.py Sat Sep 22 17:08:58 2012
@@ -982,7 +982,7 @@ def verifyArtifactPerPOMtemplate(POMtemp
   xpathSkipConfiguration = '{0}configuration/{0}skip'.format(namespace)
   for project in ('lucene', 'solr'):
     for POMtemplate in POMtemplates[project]:
-      if POMtemplate.endswith('.properties'):
+      if not POMtemplate.endswith('.xml.template'):
         continue
       print('      Checking POM template %s' % POMtemplate)
       treeRoot = ET.parse(POMtemplate).getroot()