Bug 576995: [junit 5] Add @Suite support from JUnit 5.8.1

Adding org.junit.platform.suite.engine to JDT feature

Change-Id: I525272c73352e64bb2a2390de69675699add284c
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt/+/187496
Tested-by: JDT Bot <jdt-bot@eclipse.org>
Tested-by: Noopur Gupta <noopur_gupta@in.ibm.com>
Reviewed-by: Noopur Gupta <noopur_gupta@in.ibm.com>
diff --git a/org.eclipse.jdt-feature/feature.xml b/org.eclipse.jdt-feature/feature.xml
index f72b6e9..4d48fa3 100644
--- a/org.eclipse.jdt-feature/feature.xml
+++ b/org.eclipse.jdt-feature/feature.xml
@@ -251,6 +251,13 @@
          unpack="false"/>
 
    <plugin
+         id="org.junit.platform.suite.engine"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.junit.vintage.engine"
          download-size="0"
          install-size="0"