Commit
d083405275e98e39486c9441a456c15291d77e37
by Fred BriconBug 537578: provide a way to disable the test classpath flag
Projects adding
<m2e.disableTestClasspathFlag>true</m2e.disableTestClasspathFlag> to
their <properties> section will disable the test classpath segregation
in JDT, allowing test resources of this project to be used as test-jar
dependencies with the compile scope, in other projects.
Change-Id: Id1f567732f6f7a0628fb8e2e90cc1f88fc918af9 Signed-off-by: Fred
Bricon <fbricon@gmail.com>