| 6914 |
dpurdie |
1 |
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
2 |
<project name="mass" default="full" basedir=".">
|
|
|
3 |
<property name="abt_mail_server" value="dummyEmailServer.vixtechnology.com"/>
|
|
|
4 |
<property name="abt_mail_sender" value="dummyEmailSender.vixtechnology.com"/>
|
|
|
5 |
<property name="abt_rtag_id" value="11111"/>
|
|
|
6 |
<property name="abt_daemon" value="123456789"/>
|
|
|
7 |
<property name="abt_packagetarball" value=""/>
|
|
|
8 |
<property name="abt_release" value="TIMBUKTU (TIM) > R7"/>
|
|
|
9 |
<property name="abt_buildtool_version" value="11"/>
|
|
|
10 |
<condition property="abt_family" value="windows">
|
|
|
11 |
<os family="windows"/>
|
|
|
12 |
</condition>
|
|
|
13 |
<property name="abt_family" value="unix"/>
|
|
|
14 |
<property name="DependencyMissingFromRelease.tim" value="DependencyMissingFromRelease 0.0.0000.tim"/>
|
|
|
15 |
<property name="UnfinishedProduct.tim" value="UnfinishedProduct 0.0.0000.tim"/>
|
|
|
16 |
<property name="UncommonDependency.tim" value="UncommonDependency 0.0.1000.tim"/>
|
|
|
17 |
<property name="SolarisCentricProduct.tim" value="SolarisCentricProduct 1.1.0000.tim"/>
|
|
|
18 |
<property name="GenericProduct.tim" value="GenericProduct 1.0.1000.tim"/>
|
|
|
19 |
<property name="Product.tim" value="Product 1.0.0000.tim"/>
|
|
|
20 |
<property name="CotsWithFunnyVersion.cots" value="CotsWithFunnyVersion hoopla2_x.cots"/>
|
|
|
21 |
<property name="NotInAnyWayReproducible.tim" value="NotInAnyWayReproducible 1.0.0.tim"/>
|
|
|
22 |
<property name="LinuxCentricProduct.tim" value="LinuxCentricProduct 1.0.0000.tim"/>
|
|
|
23 |
<property name="Win32CentricProduct.tim" value="Win32CentricProduct 1.0.0000.tim"/>
|
|
|
24 |
<property name="Win32CentricProduct.tim" value="Win32CentricProduct 1.0.0000.tim"/>
|
|
|
25 |
<property name="AdvisoryDependency.tim" value="AdvisoryDependency 1.0.0000.tim"/>
|
|
|
26 |
<property name="MergedProduct.tim" value="MergedProduct 1.0.0000.tim"/>
|
|
|
27 |
<property name="CommonDependency.tim" value="CommonDependency 2.0.0000.tim"/>
|
|
|
28 |
<!-- mPackageCollection -->
|
|
|
29 |
<!-- pvid=1 name="DependencyMissingFromRelease.tim" reason=-3 buildFile=3 directlyPlanned=true indirectlyPlanned=false -->
|
|
|
30 |
<!-- pvid=6 name="UnfinishedProduct.tim" reason=-3 buildFile=3 directlyPlanned=true indirectlyPlanned=false -->
|
|
|
31 |
<!-- pvid=0 name="UncommonDependency.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
32 |
<!-- pvid=3 name="SolarisCentricProduct.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
33 |
<!-- pvid=4 name="GenericProduct.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
34 |
<!-- pvid=5 name="Product.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
35 |
<!-- pvid=7 name="CotsWithFunnyVersion.cots" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
36 |
<!-- pvid=8 name="NotInAnyWayReproducible.tim" reason=-3 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
37 |
<!-- pvid=11 name="LinuxCentricProduct.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
38 |
<!-- pvid=12 name="Win32CentricProduct.tim" reason=3 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
39 |
<!-- pvid=12 name="Win32CentricProduct.tim" reason=3 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
40 |
<!-- pvid=14 name="AdvisoryDependency.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
41 |
<!-- pvid=16 name="MergedProduct.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
42 |
<!-- pvid=2 name="CommonDependency.tim" reason=0 buildFile=3 directlyPlanned=false indirectlyPlanned=false -->
|
|
|
43 |
<!-- mBuildExclusionCollection -->
|
|
|
44 |
<!-- pvid=1,RootId=-1,Processed=false,TestBuild=0,RootCause=Package build dependency not in the release -->
|
|
|
45 |
<!-- pvid=6,RootId=-1,Processed=false,TestBuild=0,RootCause=Package has no build environment -->
|
|
|
46 |
<!-- pvid=8,RootId=-1,Processed=false,TestBuild=0,RootCause=Package has no build environment -->
|
|
|
47 |
<!-- pvid=12,RootId=-1,Processed=false,TestBuild=0,RootCause=Package not built for configured platforms -->
|
|
|
48 |
<!-- mBuildOrder -->
|
|
|
49 |
<taskdef name="abt" classname="com.erggroup.buildtool.abt.ABT"/>
|
|
|
50 |
<taskdef name="abtdata" classname="com.erggroup.buildtool.abt.ABTData"/>
|
|
|
51 |
<target name="AbtTestPath"/>
|
|
|
52 |
<target name="AbtSetUp"/>
|
|
|
53 |
<target name="AbtTearDown"/>
|
|
|
54 |
<target name="AbtPublish"/>
|
|
|
55 |
<target name="fullstart">
|
|
|
56 |
</target>
|
|
|
57 |
<target name="full" depends="fullstart">
|
|
|
58 |
</target>
|
|
|
59 |
</project>
|