1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-20 23:45:23 +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> <artifactId>org.eclipse.help.base</artifactId>
<type>eclipse-plugin</type> <type>eclipse-plugin</type>
</dependency> </dependency>
<dependency>
<artifactId>org.eclipse.ant.core</artifactId>
<type>eclipse-plugin</type>
</dependency>
</dependencies> </dependencies>
</configuration> </configuration>
<executions> <executions>