Subversion Repositories DevTools

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
862 mhunt 1
<?xml version="1.0" encoding="ISO-8859-1" ?>
814 mhunt 2
<project name="mass" default="full" basedir=".">
3
<property name="abt_rtag_id" value="-1"/>
4
<property name="abt_release" value="TIMBUKTU (TIM) > R7 7.9"/>
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"/>
10
<property name="CotsWithFunnyVersion.hoopla2_x.cots" value="CotsWithFunnyVersion hoopla2_x.cots"/>
11
<property name="LinuxCentricProduct.1.0.0000.tim" value="LinuxCentricProduct 1.0.0000.tim"/>
12
<property name="AdvisoryDependency.1.0.0000.tim" value="AdvisoryDependency 1.0.0000.tim"/>
866 mhunt 13
<taskdef name="abt" classname="com.erggroup.buildtool.abt.ABT"/>
814 mhunt 14
<target name="CotsWithFunnyVersion.hoopla2_x.cots.wrap">
15
  <property name="CotsWithFunnyVersion.hoopla2_x.cots.build" value=""/>
16
</target>
17
<target name="CotsWithFunnyVersion.hoopla2_x.cots" depends="CotsWithFunnyVersion.hoopla2_x.cots.wrap" if="CotsWithFunnyVersion.hoopla2_x.cots.build">
18
<property name="CotsWithFunnyVersion.hoopla2_x.cotspackagename" value="CotsWithFunnyVersion"/>
19
<property name="CotsWithFunnyVersion.hoopla2_x.cotspackageversion" value="hoopla2_x"/>
20
<property name="CotsWithFunnyVersion.hoopla2_x.cotspackageextension" value="cots"/>
21
<property name="CotsWithFunnyVersion.hoopla2_x.cotspackagelabel" value="CotsWithFunnyVersion_hoopla2_x.cots"/>
22
<condition property="CotsWithFunnyVersion.hoopla2_x.cotsloc" value="\">
23
  <os family="windows"/>
24
</condition>
832 mhunt 25
<property name="CotsWithFunnyVersion.hoopla2_x.cotsloc" value="/CotsWithFunnyVersion.hoopla2_x.cots/vob/CotsWithFunnyVersion"/>
814 mhunt 26
<abt>
27
  <platform gbe_machtype="sparc"/>
28
  <platform gbe_machtype="solaris10_x86"/>
832 mhunt 29
  <platform gbe_machtype="linux_i386"/>
814 mhunt 30
  <jats target="debug"/>
31
  <jats target="debug"/>
832 mhunt 32
  <jats target="none"/>
814 mhunt 33
</abt>
34
</target>
35
<target name="LinuxCentricProduct.1.0.0000.tim.wrap" depends="AdvisoryDependency.1.0.0000.tim">
36
  <condition property="LinuxCentricProduct.1.0.0000.tim.build">
37
    <and>
38
      <or>
39
        <equals arg1="${AdvisoryDependency.1.0.0000.tim.res}" arg2="0"/>
40
        <equals arg1="${AdvisoryDependency.1.0.0000.tim.res}" arg2="257"/>
41
      </or>
42
    </and>
43
  </condition>
44
</target>
45
<target name="LinuxCentricProduct.1.0.0000.tim" depends="LinuxCentricProduct.1.0.0000.tim.wrap" if="LinuxCentricProduct.1.0.0000.tim.build">
46
<property name="LinuxCentricProduct.1.0.0000.timpackagename" value="LinuxCentricProduct"/>
47
<property name="LinuxCentricProduct.1.0.0000.timpackageversion" value="1.0.0000"/>
48
<property name="LinuxCentricProduct.1.0.0000.timpackageextension" value="tim"/>
49
<property name="LinuxCentricProduct.1.0.0000.timpackagelabel" value="LinuxCentricProduct_1.0.0000.tim"/>
50
<condition property="LinuxCentricProduct.1.0.0000.timloc" value="\">
51
  <os family="windows"/>
52
</condition>
832 mhunt 53
<property name="LinuxCentricProduct.1.0.0000.timloc" value="/LinuxCentricProduct.1.0.0000.tim/vob/LinuxCentricProduct"/>
814 mhunt 54
<abt>
55
  <depend package_alias="${AdvisoryDependency.1.0.0000.tim}"/>
56
  <platform gbe_machtype="linux_i386"/>
832 mhunt 57
  <platform gbe_machtype="sparc"/>
58
  <platform gbe_machtype="solaris10_x86"/>
814 mhunt 59
  <jats target="all"/>
832 mhunt 60
  <jats target="none"/>
61
  <jats target="none"/>
814 mhunt 62
</abt>
63
</target>
64
<target name="AdvisoryDependency.1.0.0000.tim.wrap">
65
  <property name="AdvisoryDependency.1.0.0000.tim.build" value=""/>
66
</target>
67
<target name="AdvisoryDependency.1.0.0000.tim" depends="AdvisoryDependency.1.0.0000.tim.wrap" if="AdvisoryDependency.1.0.0000.tim.build">
68
<property name="AdvisoryDependency.1.0.0000.timpackagename" value="AdvisoryDependency"/>
69
<property name="AdvisoryDependency.1.0.0000.timpackageversion" value="1.0.0000"/>
70
<property name="AdvisoryDependency.1.0.0000.timpackageextension" value="tim"/>
71
<property name="AdvisoryDependency.1.0.0000.timpackagelabel" value="AdvisoryDependency_1.0.0000.tim"/>
72
<condition property="AdvisoryDependency.1.0.0000.timloc" value="\">
73
  <os family="windows"/>
74
</condition>
832 mhunt 75
<property name="AdvisoryDependency.1.0.0000.timloc" value="/AdvisoryDependency.1.0.0000.tim/vob/AdvisoryDependency"/>
814 mhunt 76
<abt>
77
  <platform gbe_machtype="linux_i386"/>
832 mhunt 78
  <platform gbe_machtype="sparc"/>
79
  <platform gbe_machtype="solaris10_x86"/>
814 mhunt 80
  <jats target="debug"/>
832 mhunt 81
  <jats target="none"/>
82
  <jats target="none"/>
814 mhunt 83
</abt>
84
</target>
85
<target name="fullstart">
86
<echo message="${line.separator}The following package versions are not reproducible on any build platform:${line.separator}${line.separator}" file="publish.log" append="true"/>
87
<echo message="${line.separator}NotInAnyWayReproducible.1.0.0.tim${line.separator}" file="publish.log" append="true"/>
88
<echo message="${line.separator}The following package versions are not reproducible on the build platforms associated with this baseline:${line.separator}${line.separator}" file="publish.log" append="true"/>
89
<echo message="${line.separator}Win32CentricProduct.1.0.0000.tim${line.separator}" file="publish.log" append="true"/>
90
<echo message="${line.separator}The following package versions are not reproducible as they are directly dependent upon package versions not in the baseline:${line.separator}${line.separator}" file="publish.log" append="true"/>
91
<echo message="${line.separator}The following package versions are not reproducible as they are directly/indirectly dependent upon not reproducible package versions:${line.separator}${line.separator}" file="publish.log" append="true"/>
92
<echo message="${line.separator}Build Started:${line.separator}${line.separator}" file="publish.log" append="true"/>
93
</target>
94
<target name="full" depends="fullstart,CotsWithFunnyVersion.hoopla2_x.cots,LinuxCentricProduct.1.0.0000.tim,AdvisoryDependency.1.0.0000.tim">
95
<echo message="${line.separator}Build Finished${line.separator}" file="publish.log" append="true"/>
96
</target>
97
</project>