update jdt.core to I20200129-1800 for 2020-03 M2
diff --git a/org.eclipse.jdt.core/plugin.xml b/org.eclipse.jdt.core/plugin.xml
index 315397d..b2365fb 100644
--- a/org.eclipse.jdt.core/plugin.xml
+++ b/org.eclipse.jdt.core/plugin.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.0"?>
 <!--
-    Copyright (c) 2004, 2014 IBM Corporation and others.
+    Copyright (c) 2004, 2020 IBM Corporation and others.
 
     This program and the accompanying materials
     are made available under the terms of the Eclipse Public License 2.0
@@ -13,6 +13,7 @@
     Contributors:
         IBM Corporation - initial API and implementation
         Harry Terkelsen (het@google.com) - Bug 449262 - Allow the use of third-party Java formatters
+        Jonah Graham - Bug 543363 - Move Java Code Formatter to its own bundle
  -->
 
 <!-- =================================================================================== -->
@@ -214,17 +215,6 @@
 </extension>
 
 <!-- =================================================================================== -->
-<!-- Extension: Java Code Formatter                                                      -->
-<!-- =================================================================================== -->
-<extension
-      id="JavaCodeFormatter"
-      point="org.eclipse.core.runtime.applications">
-      	<application>
-      		<run class="org.eclipse.jdt.core.formatter.CodeFormatterApplication" />
-		</application>
-</extension>
-
-<!-- =================================================================================== -->
 <!-- Extension: Java Generate Indexer                                                    -->
 <!-- =================================================================================== -->
 <extension