summaryrefslogtreecommitdiffstats
path: root/build.xml
blob: 03acacd47e65d3eabc49da59a6a15455ae1ccdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<project name="Zeta Components Graph component" default="verify" basedir="./">
    <!--
        Import project specific settings.
    -->
    <property file="${basedir}/build.properties" />

    <!--
        Import the build-commons framework.
    -->
    <import file="setup/src/main/xml/base.xml" />

    <target name="-compile:compile">
        <!-- Disabled -->
    </target>

</project>
OpenPOWER on IntegriCloud