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