mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user