| 862 |
mhunt |
1 |
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
| 834 |
mhunt |
2 |
<project name="mass" default="full" basedir=".">
|
|
|
3 |
<property name="abt_rtag_id" value="-1"/>
|
| 924 |
dpurdie |
4 |
<property name="abt_release" value="TIMBUKTU (TIM) > R7 7.9"/>
|
| 834 |
mhunt |
5 |
<property name="abt_buildtool_version" value="11"/>
|
|
|
6 |
<condition property="abt_family" value="windows">
|
|
|
7 |
<os family="windows"/>
|
|
|
8 |
</condition>
|
|
|
9 |
<property name="abt_family" value="unix"/>
|
| 4280 |
dpurdie |
10 |
<property name="CotsWithFunnyVersion.hoopla2_x.cots" value="CotsWithFunnyVersion hoopla2_x.cots"/>
|
|
|
11 |
<property name="CommonDependency.1.0.0000.tim" value="CommonDependency 1.0.0000.tim"/>
|
|
|
12 |
<property name="SolarisCentricProduct.1.0.0000.tim" value="SolarisCentricProduct 1.0.0000.tim"/>
|
|
|
13 |
<property name="LinuxCentricProduct.1.0.0000.tim" value="LinuxCentricProduct 1.0.0000.tim"/>
|
|
|
14 |
<property name="AdvisoryDependency.1.0.0000.tim" value="AdvisoryDependency 1.0.0000.tim"/>
|
|
|
15 |
<property name="Win32CentricProduct.1.0.0000.tim" value="Win32CentricProduct 1.0.0000.tim"/>
|
|
|
16 |
<property name="GenericProduct.1.0.0000.tim" value="GenericProduct 1.0.0000.tim"/>
|
| 866 |
mhunt |
17 |
<taskdef name="abt" classname="com.erggroup.buildtool.abt.ABT"/>
|
| 834 |
mhunt |
18 |
<target name="CotsWithFunnyVersion.hoopla2_x.cots"/>
|
|
|
19 |
<target name="CommonDependency.1.0.0000.tim"/>
|
|
|
20 |
<target name="SolarisCentricProduct.1.0.0000.tim.wrap" depends="CommonDependency.1.0.0000.tim">
|
| 4280 |
dpurdie |
21 |
<property name="SolarisCentricProduct.1.0.0000.tim.build" value=""/>
|
| 834 |
mhunt |
22 |
</target>
|
|
|
23 |
<target name="SolarisCentricProduct.1.0.0000.tim" depends="SolarisCentricProduct.1.0.0000.tim.wrap" if="SolarisCentricProduct.1.0.0000.tim.build">
|
| 4280 |
dpurdie |
24 |
<property name="SolarisCentricProduct.1.0.0000.timpackagename" value="SolarisCentricProduct"/>
|
|
|
25 |
<property name="SolarisCentricProduct.1.0.0000.timpackageversion" value="1.0.0000"/>
|
|
|
26 |
<property name="SolarisCentricProduct.1.0.0000.timpackageextension" value=".tim"/>
|
|
|
27 |
<property name="SolarisCentricProduct.1.0.0000.timpackagevcstag" value="CC::/vob/SolarisCentricProduct::SolarisCentricProduct_1.0.0000.tim"/>
|
|
|
28 |
<property name="SolarisCentricProduct.1.0.0000.timloc" value="/SolarisCentricProduct.1.0.0000.tim"/>
|
|
|
29 |
<abt>
|
|
|
30 |
<depend package_alias="${CommonDependency.1.0.0000.tim}"/>
|
|
|
31 |
<platform gbe_machtype="sparc"/>
|
|
|
32 |
<platform gbe_machtype="solaris10_x86"/>
|
|
|
33 |
<platform gbe_machtype="linux_i386"/>
|
|
|
34 |
<ant java="1.4"/>
|
|
|
35 |
<ant java="1.4"/>
|
|
|
36 |
<ant java="none"/>
|
|
|
37 |
</abt>
|
| 834 |
mhunt |
38 |
</target>
|
|
|
39 |
<target name="LinuxCentricProduct.1.0.0000.tim"/>
|
|
|
40 |
<target name="AdvisoryDependency.1.0.0000.tim"/>
|
|
|
41 |
<target name="GenericProduct.1.0.0000.tim"/>
|
|
|
42 |
<target name="fullstart">
|
|
|
43 |
<echo message="${line.separator}Build Started:${line.separator}${line.separator}" file="publish.log" append="true"/>
|
|
|
44 |
</target>
|
|
|
45 |
<target name="full" depends="fullstart,CotsWithFunnyVersion.hoopla2_x.cots,CommonDependency.1.0.0000.tim,SolarisCentricProduct.1.0.0000.tim,LinuxCentricProduct.1.0.0000.tim,AdvisoryDependency.1.0.0000.tim,GenericProduct.1.0.0000.tim">
|
|
|
46 |
<echo message="${line.separator}Build Finished${line.separator}" file="publish.log" append="true"/>
|
|
|
47 |
</target>
|
|
|
48 |
</project>
|