1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Fix building help index with Juno.

This commit is contained in:
Marc-Andre Laperle 2012-01-15 03:53:08 -05:00
parent 43c82a3366
commit 5ca9785f6c

View file

@ -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>