/bundles/plugins-trunk/TextTools/build.xml
# · XML · 25 lines · 14 code · 3 blank · 8 comment · 0 complexity · 9bc3e3199632d7cf905f6ef2c9e33587 MD5 · raw file
- <?xml version="1.0"?>
- <!--
- This build.xml file for building the TextTools plugin is based
- upon the model file used for building the QuickNotepad plugin.
-
- A build.properties file is required to define the developer's build
- environment.
- -->
- <project name="TextTools" default="build">
- <description>
- This is an ant build.xml file for building the TextTools plugin for jEdit.
- </description>
- <property file="../build.properties" />
- <property file="build.properties" />
- <property name="user-doc.xml" location = "users-guide.xml"/>
- <property name="docs-proc.target" value="none" />
- <import file="${build.support}/plugin-build.xml" />
-
- <!-- Help is not build but exists as an html file -->
- <selector id="packageFiles">
- <filename name="TextTools.html" />
- </selector>
- </project>