Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarry Terkelsen2014-10-29 22:57:14 +0000
committerMarkus Keller2014-12-07 23:29:36 +0000
commit13d88a2db10e3a34264b75313001b46a5abddbdd (patch)
treeb25b71b4c9acf2cf828fd0ded7d77f3c76b86568 /org.eclipse.jdt.core/plugin.properties
parent57f884c272281a5aa1631c056927fac25c267ffd (diff)
downloadeclipse.jdt.core-13d88a2db10e3a34264b75313001b46a5abddbdd.tar.gz
eclipse.jdt.core-13d88a2db10e3a34264b75313001b46a5abddbdd.tar.xz
eclipse.jdt.core-13d88a2db10e3a34264b75313001b46a5abddbdd.zip
Fixes Bug 449262 - Allow the use of third-party Java formattersI20141208-0800I20141207-2000
Change-Id: I5e3c599c17df1eb68c1101901334b7fd48ac1d63 Signed-off-by: Harry Terkelsen <het@google.com>
Diffstat (limited to 'org.eclipse.jdt.core/plugin.properties')
-rw-r--r--org.eclipse.jdt.core/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/plugin.properties b/org.eclipse.jdt.core/plugin.properties
index b6804b8388..33b9d5db08 100644
--- a/org.eclipse.jdt.core/plugin.properties
+++ b/org.eclipse.jdt.core/plugin.properties
@@ -7,6 +7,7 @@
#
# Contributors:
# IBM Corporation - initial API and implementation
+# Harry Terkelsen (het@google.com) - Bug 449262 - Allow the use of third-party Java formatters
###############################################################################
providerName=Eclipse.org
pluginName=Java Development Tools Core
@@ -26,3 +27,4 @@ javaSourceName=Java Source File
javaClassName=Java Class File
jarManifestName=JAR Manifest File
traceComponentLabel=JDT Core
+javaFormatterName=Java Formatter

Back to the top