-
Notifications
You must be signed in to change notification settings - Fork 6
/
build.xml
23 lines (18 loc) · 1.05 KB
/
build.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<project name="GRIF Cluster Management" default="all" basedir=".">
<description>
Tasks for configuring and maintaining the GRIF Tier 2 facility.
</description>
<!-- **************************************************************************
Import the standard tasks from the quattor build.xml file. Tasks defined
there may be overridden or extended in this file.
NOTE: The standard quattor build file looks for a file
called quattor.build.properties relative to the basedir property.
Properties may be overridden by creating and populating such a file.
************************************************************************** -->
<import file="quattor.build.xml"/>
<!-- **************************************************************************
Define the "local.tasks" property in the quattor.build.properties file
to import a file containing local tasks.
************************************************************************** -->
<import file="${local.tasks}" optional="true"/>
</project>