Cross Reference: build.xml
xref
: /
yui3
/
src
/
loader
/
build.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
build.xml revision 38ede344a04d04daedd560a485bd38f50e4c0a71
8
N/A
<?
xml
version=
"1.0"
encoding=
"UTF-8"
?>
8
N/A
<
project
name=
"YuiBase"
default=
"local"
>
8
N/A
<
description
>Attribute Build File</
description
>
8
N/A
<
exec
executable=
"python"
failonerror=
"true"
>
8
N/A
<
arg
value=
"
meta_join.py
"
/>
8
N/A
</
exec
>
8
N/A
<
property
file=
"
build.properties
"
/>
8
N/A
<
import
file=
"${builddir}/
3.x
/
bootstrap.xml
"
description=
"Default Build Properties and Targets"
/>
8
N/A
8
N/A
</
project
>
8
N/A