summaryrefslogtreecommitdiffstats
path: root/scripts/BuildHelpers.py
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-09 16:29:14 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2015-07-09 16:29:14 +0300
commit17fda4abbcc5456e4fca00356455e9c6ea558a37 (patch)
treedbb20d5ad9d6715573f5bc4e9a9b3f9a56251340 /scripts/BuildHelpers.py
parent43a0e91b11bd5b846526eed648127cc417462603 (diff)
downloadvaadin-framework-17fda4abbcc5456e4fca00356455e9c6ea558a37.tar.gz
vaadin-framework-17fda4abbcc5456e4fca00356455e9c6ea558a37.zip
Fix Archetype validation script to use correct path for pom files
Change-Id: I0402807724c8ec911c0af3192f883a49f08d60ac
Diffstat (limited to 'scripts/BuildHelpers.py')
-rw-r--r--scripts/BuildHelpers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/BuildHelpers.py b/scripts/BuildHelpers.py
index b96da1b408..8da0671819 100644
--- a/scripts/BuildHelpers.py
+++ b/scripts/BuildHelpers.py
@@ -105,7 +105,6 @@ def readPomFile(pomFile):
# pom.xml namespace workaround
root = ElementTree.parse(pomFile).getroot()
nameSpace = root.tag[1:root.tag.index('}')]
- print("Using namespace: %s" % (nameSpace))
ElementTree.register_namespace('', nameSpace)
# Read the pom.xml correctly