Releng: dependency fixes & related clean-up
in particular: pull jdt.compiler.tool from orig git to avoid probs. with
dependency java14api in o.e.j.core.tests.compiler
diff --git a/releng/map/otdt.map.in b/releng/map/otdt.map.in
index 6d2a9e9..5b30e42 100644
--- a/releng/map/otdt.map.in
+++ b/releng/map/otdt.map.in
@@ -62,6 +62,9 @@
plugin@org.eclipse.jdt.ui.tests=GIT,tag=@SDK_QUALIFIER@,repo=git://git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git,path=org.eclipse.jdt.ui.tests
plugin@org.eclipse.jdt.ui.tests.refactoring=GIT,tag=@SDK_QUALIFIER@,repo=git://git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git,path=org.eclipse.jdt.ui.tests.refactoring
+!== temporarily fetch this fragment from sources to avoid module conflict on javax.lang.model et al.: ==
+plugin@org.eclipse.jdt.compiler.tool=GIT,tag=@SDK_QUALIFIER@,repo=git://git.eclipse.org/gitroot/jdt/eclipse.jdt.core.git,path=org.eclipse.jdt.compiler.tool
+
!*************** OTDT Test CONTRIBUTION ********************************************************