-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbuild.xml
27 lines (21 loc) · 1.01 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 BI Platform Web Servlet project.
This build file will use the common_build.xml file as the default build
process and should only override the tasks that need to differ from
the common build file.
See common_build.xml for more details
============================================================================-->
<project name="Web Servlet" basedir="." default="default"
xmlns:ivy="antlib:org.apache.ivy.ant" >
<description>
This build file is used to create the Web Servlet project
and works with the common_build.xml file.
</description>
<!-- Import the common_build.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 common_build.xml.
-->
</project>