Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 2067 |
jgill |
1 |
<project name="ant-subversion" basedir=".">
|
|
|
2 |
|
|
|
3 |
<property name="env" environment="env" value="not used" />
|
|
|
4 |
|
|
|
5 |
<import file="auto.xml" optional="true"/>
|
|
|
6 |
<import file="${ant.project.name}depends.xml"/>
|
|
|
7 |
<import file="${env.GBE_DPKG}/ant-using/${ant-using}/ant-using.xml" />
|
|
|
8 |
|
|
|
9 |
<using name="ant-jants"/>
|
|
|
10 |
<using name="ant-release"/>
|
|
|
11 |
<using name="ant-manifest"/>
|
|
|
12 |
|
|
|
13 |
<!-- build -->
|
|
|
14 |
<target name="build"/>
|
|
|
15 |
|
|
|
16 |
<!-- make_package -->
|
|
|
17 |
<target name="make_package">
|
|
|
18 |
<summarise-manifest/>
|
|
|
19 |
</target>
|
|
|
20 |
|
|
|
21 |
</project>
|