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