Sign in
gwt
/
gwt
/
6fdec8947d7755935cb16d6c4fecbcdb128db1fe
/
.
/
samples
/
simplexml
/
build.xml
blob: 3c0b9954b63f902b0cddcc9d4b8d9489c5fe7055 [
file
]
<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>