From b2bf6d88fbd0f401b8cb259aade7ca5eea58cb72 Mon Sep 17 00:00:00 2001 From: Stephen Gordon Date: Wed, 9 Oct 2013 10:28:50 -0400 Subject: [PATCH] Remove old basic install pom file. POM file from old basic-install guide is no longer required. The exception in the test.py script is also no longer required. Change-Id: If72bf5af91177582b68e2b8c9a56cf2e4e46cf91 --- test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test.py b/test.py index 4e156ef9..86a6f7c8 100755 --- a/test.py +++ b/test.py @@ -31,8 +31,7 @@ import urllib2 # These are files that are known to not be in DocBook format FILE_EXCEPTIONS = ['st-training-guides.xml', - 'ha-guide-docinfo.xml', - 'basic-install-pom.xml'] + 'ha-guide-docinfo.xml'] # These are books that we aren't checking yet BOOK_EXCEPTIONS = []