Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2009-10-08 18:22:04 +0000
committerDarin Wright2009-10-08 18:22:04 +0000
commitdd1751fd5b5a875951312bc9577d631c05ee9328 (patch)
tree1c982d6731131001f49f95b1f1647f938c941044 /org.eclipse.core.externaltools/plugin.properties
parentc865d177f5dfce78436070d214cb86c213e19d15 (diff)
downloadeclipse.platform.debug-dd1751fd5b5a875951312bc9577d631c05ee9328.tar.gz
eclipse.platform.debug-dd1751fd5b5a875951312bc9577d631c05ee9328.tar.xz
eclipse.platform.debug-dd1751fd5b5a875951312bc9577d631c05ee9328.zip
Bug 264338 - External tool builder fails in headless mode because of dependencies to UI
Diffstat (limited to 'org.eclipse.core.externaltools/plugin.properties')
-rw-r--r--org.eclipse.core.externaltools/plugin.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.core.externaltools/plugin.properties b/org.eclipse.core.externaltools/plugin.properties
index 84bc0ec20..f2df1a6c0 100644
--- a/org.eclipse.core.externaltools/plugin.properties
+++ b/org.eclipse.core.externaltools/plugin.properties
@@ -10,4 +10,7 @@
###############################################################################
pluginName=External Tools Headless Support
-providerName=Eclipse.org \ No newline at end of file
+providerName=Eclipse.org
+
+Program.externalTools = Program
+Builder.externalTools = Integrated External Tool Builder \ No newline at end of file

Back to the top