Sign in
gwt
/
gwt
/
f265c6dd20c63bdc8bd13f85cebee355a248ad5f
/
.
/
samples
/
hello
/
build.xml
blob: 5d6836c6e1c553ee2addc9f3fe6a2626bf5abce1 [
file
] [
log
] [
blame
]
<project
name
=
"hello"
default
=
"build"
basedir
=
"."
>
<property
name
=
"sample.root"
value
=
"hello"
/>
<property
name
=
"sample.module"
value
=
"Hello"
/>
<import
file
=
"../common.ant.xml"
/>
</project>