Sign in
gwt
/
gwt
/
97def991f5629b786fb00960f442d6d084c1ad2c
/
.
/
samples
/
hello
/
build.xml
blob: ff34e18f5b62433e14ad85766e3e9752dd4228a3 [
file
]
<project
name
=
"hello"
default
=
"build"
basedir
=
"."
>
<property
name
=
"sample.root"
value
=
"hello"
/>
<property
name
=
"sample.module"
value
=
"Hello"
/>
<property
name
=
"sample.path"
value
=
"src"
/>
<import
file
=
"../common.ant.xml"
/>
</project>