summaryrefslogtreecommitdiff
path: root/src/help/appvalidator_help/tools/ditaot/plugins/cshelp/install-plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/help/appvalidator_help/tools/ditaot/plugins/cshelp/install-plugin.xml')
-rw-r--r--src/help/appvalidator_help/tools/ditaot/plugins/cshelp/install-plugin.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/help/appvalidator_help/tools/ditaot/plugins/cshelp/install-plugin.xml b/src/help/appvalidator_help/tools/ditaot/plugins/cshelp/install-plugin.xml
new file mode 100644
index 0000000..d3ac98b
--- /dev/null
+++ b/src/help/appvalidator_help/tools/ditaot/plugins/cshelp/install-plugin.xml
@@ -0,0 +1,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>