mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
17 lines
619 B
XML
17 lines
619 B
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!--
|
||
|
Copyright (c) 2012 Marc-Andre Laperle, Inc. and others
|
||
|
All rights reserved. This program and the accompanying materials
|
||
|
are made available under the terms of the Eclipse Public License v1.0
|
||
|
which accompanies this distribution, and is available at
|
||
|
http://www.eclipse.org/legal/epl-v10.html
|
||
|
|
||
|
Contributors:
|
||
|
Marc-Andre Laperle - initial API and implementation
|
||
|
-->
|
||
|
<project>
|
||
|
<target name="build.index" description="Builds search index" if="eclipse.running">
|
||
|
<help.buildHelpIndex manifest="plugin.xml" destination="."/>
|
||
|
</target>
|
||
|
</project>
|