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