Cross Reference: build.xml
xref
: /
yui3
/
src
/
jsonp
/
build.xml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2c1ca08d7e82859835cdb7daa00651db86c7cbd4
Luke Smith
<?
xml
version=
"1.0"
encoding=
"UTF-8"
?>
2c1ca08d7e82859835cdb7daa00651db86c7cbd4
Luke Smith
<
project
name=
"YUI"
default=
"local"
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
description
>JSONP - Build All Modules</
description
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
macrodef
name=
"build-jsonp"
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
attribute
name=
"target"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
sequential
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
ant
antfile=
"
base.xml
"
target=
"@{target}"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
ant
antfile=
"
url.xml
"
target=
"@{target}"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
</
sequential
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
</
macrodef
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
target
name=
"local"
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
build
-
jsonp
target=
"local"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
</
target
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
target
name=
"deploy"
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
build
-
jsonp
target=
"deploy"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
</
target
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
target
name=
"all"
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
build
-
jsonp
target=
"all"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
</
target
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
target
name=
"clean"
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
<
build
-
jsonp
target=
"clean"
/>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
</
target
>
998276643802ff9fb197fe220cbd9552da00a624
Luke Smith
<
target
name=
"tests"
>
998276643802ff9fb197fe220cbd9552da00a624
Luke Smith
<
build
-
jsonp
target=
"tests"
/>
998276643802ff9fb197fe220cbd9552da00a624
Luke Smith
</
target
>
24b0aad4d7f3ed9a476539339da94510813aa39f
Luke Smith
2c1ca08d7e82859835cdb7daa00651db86c7cbd4
Luke Smith
</
project
>