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
This commit is contained in:
Stephen Gordon 2013-10-09 10:28:50 -04:00
parent 3da9ba776b
commit b2bf6d88fb
1 changed files with 1 additions and 2 deletions

View File

@ -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 = []