Sign in
gwt
/
gwt
/
29d47eff5aa91d1f1d077abd159c32c6f6af9898
/
.
/
samples
/
simplexml
/
build.xml
blob: 3c0b9954b63f902b0cddcc9d4b8d9489c5fe7055 [
file
] [
log
] [
blame
]
<project
name
=
"simplexml"
default
=
"build"
basedir
=
"."
>
<property
name
=
"sample.root"
value
=
"simplexml"
/>
<property
name
=
"sample.module"
value
=
"SimpleXML"
/>
<property
name
=
"sample.path"
value
=
"src"
/>
<import
file
=
"../common.ant.xml"
/>
</project>