Improved the testing around editions/versions for MMT checking.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@42787 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2012-10-18 09:35:12 +00:00
parent 9a751f03ae
commit c22d28e6e1
3 changed files with 43 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ public class WarHelperImpl implements WarHelper
if (edition.endsWith(MANIFEST_COMMUNITY))
{
//If it's a community version, so don't worry about it
log.info("Community edition war detected, the version number is non-numeric so we will not validate it.");
log.info("WARNING: Community edition war detected, the version number is non-numeric so we will not validate it.");
}
else
{