summaryrefslogtreecommitdiff
path: root/src/help/studio_help/tools/ditaot/plugins/cshelp/install-plugin.xml
blob: d3ac98bfd13861ee50eec84724ecf1f3dbd0e0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This file is part of the DITA Open Toolkit project hosted on 
     Sourceforge.net. See the accompanying license.txt file in the
     main toolkit package for applicable licenses.-->
<!-- (C) Copyright IBM Corporation 2006 All Rights Reserved. -->

<!-- 
     This is a shortcut file that will integrate the plugin, if you do not regularly
     run the integrator as part of a build.

     Alternatively, from the main toolkit directory, you could integrate with:
     ant -f integrator.xml
-->
     
<project name="cshelp" default="all" basedir="../..">
    <import file="${basedir}${file.separator}integrator.xml"/>

	<target name="all" depends="integrate"/>

</project>