Sign in
gwt
/
gwt
/
73e2cefbe7e4e240a28fd4e8c10ec5b0a7267e6e
/
.
/
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>