/bundles/plugins-trunk/BufferTabs/build.xml
# · XML · 22 lines · 12 code · 1 blank · 9 comment · 0 complexity · 82401f276f1c204c92b68e1294f27848 MD5 · raw file
- <project name="BufferTabs" default="build" basedir=".">
- <!--
- This is the standard build.xml file for building the BufferTabs plugin.
- To use this template for building your own plugin, make these changes:
- - Change 'name' property for the <project> to the name of your plugin
- - If necessary, add any dependencies to the 'project.class.path' definition
- - If necessary, change the list of files in the 'packageFiles' selector
- -->
- <property name="user-doc.xml" location = "users-guide.xml"/>
- <property file="build.properties"/>
- <property file="../build.properties"/>
- <property name="build.support" value="../../build-support" />
- <import file="${build.support}/plugin-build.xml" />
- <selector id="packageFiles">
- <and>
- <filename name="CHANGELOG.txt" />
- </and>
- </selector>
-
- </project>