Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2012-01-15 08:53:08 +0000
committerMarc-Andre Laperle2012-01-15 08:53:08 +0000
commit5ca9785f6ce497be0223f00dceacfd6a34ae2511 (patch)
treeb8791b4db3d4e3a7f8fde983487fc1545ed248e6 /doc/org.eclipse.cdt.doc.user
parent43c82a33663c4f1cf77def92739241a0a4addf7e (diff)
downloadorg.eclipse.cdt-5ca9785f6ce497be0223f00dceacfd6a34ae2511.tar.gz
org.eclipse.cdt-5ca9785f6ce497be0223f00dceacfd6a34ae2511.tar.xz
org.eclipse.cdt-5ca9785f6ce497be0223f00dceacfd6a34ae2511.zip
Fix building help index with Juno.
Diffstat (limited to 'doc/org.eclipse.cdt.doc.user')
-rw-r--r--doc/org.eclipse.cdt.doc.user/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/org.eclipse.cdt.doc.user/pom.xml b/doc/org.eclipse.cdt.doc.user/pom.xml
index 97a3ae61dac..570a29c1d18 100644
--- a/doc/org.eclipse.cdt.doc.user/pom.xml
+++ b/doc/org.eclipse.cdt.doc.user/pom.xml
@@ -54,6 +54,10 @@
<artifactId>org.eclipse.help.base</artifactId>
<type>eclipse-plugin</type>
</dependency>
+ <dependency>
+ <artifactId>org.eclipse.ant.core</artifactId>
+ <type>eclipse-plugin</type>
+ </dependency>
</dependencies>
</configuration>
<executions>

Back to the top