Sign in
apache
/
ant
/
refs/heads/java8
/
.
/
src
/
tests
/
antunit
/
bugfixes
/
br50866
/
common.xml
blob: 7417c0de98b4fd2cc93999c4e378b47c724ea1ce [
file
] [
log
] [
blame
]
<project
name
=
"common"
default
=
"default"
>
<target
name
=
"common-init"
>
<property
name
=
"prop-common-init"
value
=
"br50866"
/>
</target>
<target
name
=
"common"
depends
=
"common-init"
>
<property
name
=
"prop-common"
value
=
"br50866"
/>
</target>
</project>