Sign in
gwt
/
gwt
/
6db89597bbfa42380077bb221bc80b4587d3c77f
/
.
/
samples
/
hello
/
build.xml
blob: f855f092c20f9c86aa0329d57a6daa9df5ac4eea [
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>