Subversion Repositories DevTools

Rev

Rev 1960 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1960 Rev 1962
Line 1... Line 1...
1
<project name="using-macrodef">
1
<project name="using-macrodef">
2
 
2
 
3
	<!--	C O P Y R I G H T   N O T I C E
3
	<!--	C O P Y R I G H T   N O T I C E
4
			This material is confidential to ERG and may not be disclosed in whole 
4
			This material is confidential to ERG and may not be disclosed in whole
5
			or in part to any third party nor used in any manner whatsoever other
5
			or in part to any third party nor used in any manner whatsoever other
6
			than for the purposes expressly consented to by ERG in writing.
6
			than for the purposes expressly consented to by ERG in writing.
7
 
7
 
8
			This material is also copyright and may not be reproduced, stored in a
8
			This material is also copyright and may not be reproduced, stored in a
9
			retrieval system or transmitted in any form or by any means in whole or
9
			retrieval system or transmitted in any form or by any means in whole or
Line 12... Line 12...
12
 
12
 
13
 
13
 
14
	<!--						BUILD ENVIRONMENT NOTES
14
	<!--						BUILD ENVIRONMENT NOTES
15
 
15
 
16
		GBE_DPKG_CACHE	=	Global Build Environment DPKG Cache
16
		GBE_DPKG_CACHE	=	Global Build Environment DPKG Cache
17
							(This location holds the local set of artefacts acquired from DPKG, 
17
							(This location holds the local set of artefacts acquired from DPKG,
18
							 for use within a build)
18
							 for use within a build)
19
 
19
 
20
		GBE_DPKG		=	Global Build Environment DPKG source
20
		GBE_DPKG		=	Global Build Environment DPKG source
21
 
21
 
22
	-->
22
	-->
Line 110... Line 110...
110
						<fileset dir="${using.@{refid}.basedir}" includes="@{includes}">
110
						<fileset dir="${using.@{refid}.basedir}" includes="@{includes}">
111
							<using-fileset/>
111
							<using-fileset/>
112
						</fileset>
112
						</fileset>
113
					</path>
113
					</path>
114
 
114
 
-
 
115
					<path id="using.@{refid}.classpath">
-
 
116
						<fileset dir="${using.@{refid}.basedir}" includes="**/*.jar">
-
 
117
							<using-fileset/>
-
 
118
						</fileset>
-
 
119
					</path>
-
 
120
 
115
					<!-- Look for an ant script in the dependency named [name].xml - if it exists, import it.
121
					<!-- Look for an ant script in the dependency named [name].xml - if it exists, import it.
116
						 Otherwise, carry on and ignore the fact that it does not exist. -->
122
						 Otherwise, carry on and ignore the fact that it does not exist. -->
117
					<trycatch>
123
					<trycatch>
118
						<try>
124
						<try>
119
							<import file="${using.@{refid}.basedir}/@{name}.xml" optional="true"/>
125
							<import file="${using.@{refid}.basedir}/@{name}.xml" optional="true"/>