]
Nick Boldt updated JBIDE-19057:
-------------------------------
Fix Version/s: 4.3.0.Alpha1
externalize MultipleVersionIssue#ignore into pom properties for
easier extensibility
------------------------------------------------------------------------------------
Key: JBIDE-19057
URL:
https://issues.jboss.org/browse/JBIDE-19057
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, qa
Affects Versions: 4.2.2.Final
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.3.0.Alpha1
Currently, there are two IUs which are excluded from tracking as a MultipleVersionIssue:
{code:title=MultipleVersionIssue.java}
String[] ignore = {"javax.wsdl","org.apache.commons.logging"};
{code}
However, we need to add more, such as *org.eclipse.jdt.annotation*, so might as well
externalize this into a pom property for easier use.