Sign in
gwt
/
gwt
/
8a806020aa56c9313ae9665d95a9d00b6a6cc338
/
.
/
samples
/
hello
/
build.xml
blob: f855f092c20f9c86aa0329d57a6daa9df5ac4eea [
file
]
<project
name
=
"hello"
default
=
"build"
basedir
=
"."
>
<property
name
=
"sample.root"
value
=
"hello"
/>
<property
name
=
"sample.module"
value
=
"Hello"
/>
<import
file
=
"../common.ant.xml"
/>
</project>