forked from pentaho/pentaho-actionsequence-dom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.xml
27 lines (21 loc) · 1.09 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
24
25
26
27
<!--===========================================================================
This is the build file for the Pentaho Commons Action Sequence DOM project.
This build file will use the build-res/subfloor.xml file as the default build
process and should only override the tasks that need to differ from
the common build file.
See build-res/subfloor.xml for more details
============================================================================-->
<project name="Pentaho Commons - Action Sequence DOM" basedir="." default="default"
xmlns:ivy="antlib:org.apache.ivy.ant" >
<description>
This build file is used to create the Pentaho Commons Action Sequence DOM
project and works with the build-res/subfloor.xml file.
</description>
<!-- Import the build-res/subfloor.xml file which contains all the default tasks -->
<import file="build-res/subfloor.xml"/>
<!--
AS STATED ABOVE, THE ONLY TASKS THAT SHOULD EXIST IN THIS BUILD FILE ARE
THE TASKS THAT NEED TO DIFFER FROM THE DEFAULT IMPLEMENTATION OF THE TASKS
FOUND IN build-res/subfloor.xml.
-->
</project>