Sign in
gwt
/
gwt
/
bfd3784f2fe53f94dc6f81efd123c3a02d08d991
/
.
/
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>