Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaƫl Barbero2013-09-30 08:21:28 +0000
committerGerrit Code Review @ Eclipse.org2013-09-30 12:54:49 +0000
commit38cd1fc98f65b0ffde8c9c776714c6655bc7776b (patch)
treebc2d9ee234aafb8078f30ba5c5f6b5ad15a95a23
parent01082b1d50a403597dcc4fc4f5982c69b8724b2d (diff)
downloadorg.eclipse.emf.compare-38cd1fc98f65b0ffde8c9c776714c6655bc7776b.tar.gz
org.eclipse.emf.compare-38cd1fc98f65b0ffde8c9c776714c6655bc7776b.tar.xz
org.eclipse.emf.compare-38cd1fc98f65b0ffde8c9c776714c6655bc7776b.zip
Remove internal builder from doc bundle
-rw-r--r--plugins/org.eclipse.emf.compare.doc/.project10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/org.eclipse.emf.compare.doc/.project b/plugins/org.eclipse.emf.compare.doc/.project
index 2e82adaba..91a9907e2 100644
--- a/plugins/org.eclipse.emf.compare.doc/.project
+++ b/plugins/org.eclipse.emf.compare.doc/.project
@@ -25,16 +25,6 @@
<arguments>
</arguments>
</buildCommand>
- <buildCommand>
- <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
- <triggers>full,incremental,</triggers>
- <arguments>
- <dictionary>
- <key>LaunchConfigHandle</key>
- <value>&lt;project&gt;/.externalToolBuilders/Gen DOC.launch</value>
- </dictionary>
- </arguments>
- </buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>

Back to the top