build.xml revision b34561d2c3d92fac37dbced05ba6a8738e3d20e9
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="opengrok-web-nbproject" default="default" basedir=".">
<description>Builds, tests, and runs the project opengrok-web-nbproject.</description>
<import file="nbproject/build-impl.xml"/>
<import file="/build.xml"/>
<target name="-pre-compile" depends="jflex"/>
<target name="-post-clean">
<delete dir="${src.generatedsrc.dir}"/>
<delete file="${manifest.file}"/>
</target>
</project>