Sign in
gwt
/
gwt
/
81bc85282f2bfcb185ebca3c1ca3ed34d226bb40
/
.
/
samples
/
hello
/
build.xml
blob: 1a30f1f2d49d1b9b18c172a0e01ed7834b1ff088 [
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>