File: nbbuild.xml

package info (click to toggle)
brailleutils 1.2~b-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,612 kB
  • sloc: java: 12,406; xml: 342; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>

<project name="BrailleUtils" basedir=".">
    <description>Builds, tests, and runs the project BrailleUtils.</description>

    <import file="build.xml"/>
    <target depends="buildJars" name="jar"/>
    <target depends="runUnitTests" name="test"/>

</project>