build.xml revision 3d35af9011883d0d9e46f89f52243567cbc631c4
34c8deaae1fcfa9e7c9db49b5f3a33973e103218Lennart Poettering<?xml version="1.0" encoding="UTF-8"?>
34c8deaae1fcfa9e7c9db49b5f3a33973e103218Lennart Poettering<!-- You may freely edit this file. See commented blocks below for -->
34c8deaae1fcfa9e7c9db49b5f3a33973e103218Lennart Poettering<!-- some examples of how to customize the build. -->
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering<!-- (If you delete it and reopen the project it will be recreated.) -->
5430f7f2bc7330f3088b894166bf3524a067e3d8Lennart Poettering<!-- By default, only the Clean and Build commands use this build script. -->
34c8deaae1fcfa9e7c9db49b5f3a33973e103218Lennart Poettering<!-- Commands such as Run, Debug, and Test only use this build script if -->
34c8deaae1fcfa9e7c9db49b5f3a33973e103218Lennart Poettering<!-- the Compile on Save feature is turned off for the project. -->
b0734b235f47238148253ace6a887151e3721d29Lennart Poettering<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
b0734b235f47238148253ace6a887151e3721d29Lennart Poettering<!-- in the project's Project Properties dialog box.-->
3b63d2d31d0850bd7a81ab9b468218d2c4c461e8Lennart Poettering<project name="opengrok-web-nbproject" default="default" basedir=".">
3b63d2d31d0850bd7a81ab9b468218d2c4c461e8Lennart Poettering <description>Builds, tests, and runs the project opengrok-web-nbproject.</description>
3b63d2d31d0850bd7a81ab9b468218d2c4c461e8Lennart Poettering <import file="nbproject/build-impl.xml"/>
3b63d2d31d0850bd7a81ab9b468218d2c4c461e8Lennart Poettering</project>
3b63d2d31d0850bd7a81ab9b468218d2c4c461e8Lennart Poettering